Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 3068ea2

Browse files
committed
chore: upgrade dependencies
1 parent 2bf7791 commit 3068ea2

File tree

2 files changed

+564
-467
lines changed

2 files changed

+564
-467
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.0",
44
"description": "Run Node scripts with vite-node and reload them when they are changed.",
55
"type": "module",
6-
"packageManager": "pnpm@7.13.2",
6+
"packageManager": "pnpm@7.18.1",
77
"bin": {
88
"vite-node-dev": "./dist/index.js"
99
},
@@ -36,24 +36,24 @@
3636
},
3737
"homepage": "https://github.com/hugo-t-b/vite-node-dev#readme",
3838
"devDependencies": {
39-
"@commitlint/cli": "^17.1.2",
40-
"@commitlint/config-conventional": "^17.1.0",
41-
"@hugo-t-b/eslint-config": "^1.4.3",
42-
"@types/node": "^18.8.3",
43-
"@typescript-eslint/eslint-plugin": "^5.39.0",
44-
"@typescript-eslint/parser": "^5.39.0",
39+
"@commitlint/cli": "^17.3.0",
40+
"@commitlint/config-conventional": "^17.3.0",
41+
"@hugo-t-b/eslint-config": "^1.4.4",
42+
"@types/node": "^18.11.13",
43+
"@typescript-eslint/eslint-plugin": "^5.46.0",
44+
"@typescript-eslint/parser": "^5.46.0",
4545
"c8": "^7.12.0",
46-
"eslint": "^8.25.0",
47-
"eslint-import-resolver-typescript": "^3.5.1",
46+
"eslint": "^8.29.0",
47+
"eslint-import-resolver-typescript": "^3.5.2",
4848
"eslint-plugin-import": "^2.26.0",
49-
"husky": "^8.0.1",
50-
"typescript": "^4.8.4",
51-
"vitest": "^0.24.0"
49+
"husky": "^8.0.2",
50+
"typescript": "^4.9.4",
51+
"vitest": "^0.25.7"
5252
},
5353
"dependencies": {
5454
"colorette": "^2.0.19",
5555
"commander": "^9.4.1",
56-
"vite": "^3.1.6",
57-
"vite-node": "^0.24.0"
56+
"vite": "^4.0.0",
57+
"vite-node": "^0.25.7"
5858
}
5959
}

0 commit comments

Comments
 (0)