Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skirtles-code committed Jan 16, 2024
1 parent 0b5133e commit 149e4d7
Show file tree
Hide file tree
Showing 5 changed files with 1,049 additions and 1,432 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,21 @@
"vue": "^3.2.0"
},
"devDependencies": {
"@types/jsdom": "^20.0.0",
"@types/node": "^18.8.1",
"@vitejs/plugin-vue": "^3.1.2",
"@vitest/coverage-c8": "^0.24.0",
"@vue/tsconfig": "^0.1.3",
"jsdom": "^20.0.1",
"rimraf": "^5.0.1",
"typescript": "^4.8.4",
"vite": "^3.1.4",
"vite-plugin-dts": "^1.6.4",
"vitepress": "1.0.0-rc.25",
"vitest": "^0.24.0",
"vue": "^3.2.0",
"vue-tsc": "^0.40.13"
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"@vitest/coverage-v8": "^1.1.1",
"@vue/tsconfig": "^0.5.1",
"jsdom": "^23.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vitepress": "1.0.0-rc.34",
"vitest": "^1.1.1",
"vue": "^3.4.3",
"vue-tsc": "^1.8.27"
},
"scripts": {
"test:unit": "vitest --environment jsdom",
Expand Down
Loading

0 comments on commit 149e4d7

Please sign in to comment.