Skip to content

Commit 149e4d7

Browse files
committed
Update devDependencies
1 parent 0b5133e commit 149e4d7

File tree

5 files changed

+1049
-1432
lines changed

5 files changed

+1049
-1432
lines changed

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,21 @@
3030
"vue": "^3.2.0"
3131
},
3232
"devDependencies": {
33-
"@types/jsdom": "^20.0.0",
34-
"@types/node": "^18.8.1",
35-
"@vitejs/plugin-vue": "^3.1.2",
36-
"@vitest/coverage-c8": "^0.24.0",
37-
"@vue/tsconfig": "^0.1.3",
38-
"jsdom": "^20.0.1",
39-
"rimraf": "^5.0.1",
40-
"typescript": "^4.8.4",
41-
"vite": "^3.1.4",
42-
"vite-plugin-dts": "^1.6.4",
43-
"vitepress": "1.0.0-rc.25",
44-
"vitest": "^0.24.0",
45-
"vue": "^3.2.0",
46-
"vue-tsc": "^0.40.13"
33+
"@tsconfig/node18": "^18.2.2",
34+
"@types/jsdom": "^21.1.6",
35+
"@types/node": "^20.10.6",
36+
"@vitejs/plugin-vue": "^5.0.2",
37+
"@vitest/coverage-v8": "^1.1.1",
38+
"@vue/tsconfig": "^0.5.1",
39+
"jsdom": "^23.0.1",
40+
"rimraf": "^5.0.5",
41+
"typescript": "^5.3.3",
42+
"vite": "^5.0.10",
43+
"vite-plugin-dts": "^3.7.0",
44+
"vitepress": "1.0.0-rc.34",
45+
"vitest": "^1.1.1",
46+
"vue": "^3.4.3",
47+
"vue-tsc": "^1.8.27"
4748
},
4849
"scripts": {
4950
"test:unit": "vitest --environment jsdom",

0 commit comments

Comments
 (0)