Skip to content

Commit 9c0fa10

Browse files
author
v1rtl
committed
bump dev deps and fmt
1 parent 7ef500f commit 9c0fa10

File tree

5 files changed

+463
-380
lines changed

5 files changed

+463
-380
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
},
1919
"exports": "./dist/index.js",
2020
"devDependencies": {
21-
"@rollup/plugin-typescript": "6",
22-
"@tinyhttp/app": "^2.0.16",
23-
"@types/node": "^17.0.12",
24-
"c8": "7.11.0",
25-
"esbuild-node-loader": "^0.6.4",
26-
"rollup": "^2.66.1",
21+
"@rollup/plugin-typescript": "^11.1.0",
22+
"@tinyhttp/app": "^2.0.31",
23+
"@types/node": "^18.16.3",
24+
"c8": "7.13.0",
25+
"rollup": "^3.21.4",
2726
"supertest-fetch": "^1.5.0",
28-
"tslib": "^2.3.1",
29-
"typescript": "^4.5.5",
30-
"uvu": "^0.5.3"
27+
"tslib": "^2.5.0",
28+
"tsm": "^2.3.0",
29+
"typescript": "^5.0.4",
30+
"uvu": "^0.5.6"
3131
},
3232
"files": [
3333
"dist"
3434
],
3535
"scripts": {
36-
"test": "node --experimental-loader esbuild-node-loader test.ts",
36+
"test": "uvu -r tsm",
3737
"test:coverage": "c8 --include=src pnpm test",
3838
"test:report": "c8 report --reporter=text-lcov > coverage.lcov",
3939
"build": "rollup -c",

0 commit comments

Comments
 (0)