Skip to content

Commit ff2669c

Browse files
author
v1rtl
committed
feat: bump deps and not use default import
1 parent b53db5d commit ff2669c

File tree

5 files changed

+706
-649
lines changed

5 files changed

+706
-649
lines changed

package.json

+21-20
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "rollup -c",
16-
"test": "node --experimental-loader esbuild-node-loader node_modules/uvu/bin.js tests",
16+
"test": "tsm node_modules/uvu/bin.js tests",
1717
"test:coverage": "c8 --include=src pnpm test",
1818
"test:report": "c8 report --reporter=text-lcov > coverage.lcov",
1919
"lint": "eslint \"./**/*.ts\"",
@@ -47,29 +47,30 @@
4747
"url": "https://github.com/talentlessguy/better-schema-link?sponsor=1"
4848
},
4949
"devDependencies": {
50-
"@commitlint/cli": "13.2.0",
51-
"@commitlint/config-conventional": "13.2.0",
52-
"@rollup/plugin-typescript": "^8.2.5",
53-
"@tinyhttp/app": "^2.0.10",
54-
"@types/ioredis": "^4.27.6",
55-
"@types/node": "^16.10.3",
56-
"@typescript-eslint/eslint-plugin": "4.33.0",
57-
"@typescript-eslint/parser": "4.33.0",
58-
"c8": "7.9.0",
59-
"esbuild-node-loader": "0.4.2",
60-
"eslint": "7.32.0",
61-
"eslint-config-prettier": "8.3.0",
50+
"@commitlint/cli": "16.2.1",
51+
"@commitlint/config-conventional": "16.2.1",
52+
"@rollup/plugin-typescript": "^8.3.1",
53+
"@tinyhttp/app": "^2.0.19",
54+
"@types/ioredis": "^4.28.8",
55+
"@types/node": "^17.0.21",
56+
"@typescript-eslint/eslint-plugin": "5.13.0",
57+
"@typescript-eslint/parser": "5.13.0",
58+
"c8": "7.11.0",
59+
"eslint": "8.10.0",
60+
"eslint-config-prettier": "8.5.0",
6261
"eslint-plugin-prettier": "4.0.0",
63-
"husky": "7.0.2",
64-
"rollup": "^2.58.0",
65-
"supertest-fetch": "^1.4.3",
66-
"typescript": "^4.4.3",
67-
"uvu": "^0.5.1"
62+
"husky": "7.0.4",
63+
"prettier": "^2.5.1",
64+
"rollup": "^2.69.1",
65+
"supertest-fetch": "^1.5.0",
66+
"tsm": "^2.2.1",
67+
"typescript": "^4.6.2",
68+
"uvu": "^0.5.3"
6869
},
6970
"dependencies": {
70-
"quick-lru": "^6.0.1"
71+
"quick-lru": "^6.1.0"
7172
},
7273
"optionalDependencies": {
73-
"ioredis": "^4.27.10"
74+
"ioredis": "^4.28.5"
7475
}
7576
}

0 commit comments

Comments
 (0)