Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 20, 2023
1 parent 050ccb4 commit 9ec4686
Show file tree
Hide file tree
Showing 2 changed files with 1,122 additions and 677 deletions.
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].5",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -13,34 +13,33 @@
"postinstall": "npx simple-git-hooks"
},
"dependencies": {
"@vueuse/core": "^10.6.0",
"@vueuse/core": "^10.6.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.1",
"@antfu/eslint-config": "^2.0.0",
"@iconify-json/carbon": "^1.1.21",
"@types/node": "^20.9.0",
"@unocss/eslint-config": "^0.57.3",
"@unocss/eslint-plugin": "^0.57.3",
"@unocss/reset": "^0.57.3",
"@vitejs/plugin-vue": "^4.4.1",
"@vue-macros/volar": "^0.17.2",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.53.0",
"eslint-define-config": "^1.24.1",
"@types/node": "^20.9.2",
"@unocss/eslint-config": "^0.57.6",
"@unocss/eslint-plugin": "^0.57.6",
"@unocss/reset": "^0.57.6",
"@vitejs/plugin-vue": "^4.5.0",
"@vue-macros/volar": "^0.17.3",
"@vue/test-utils": "^2.4.2",
"eslint": "^8.54.0",
"jsdom": "^22.1.0",
"lint-staged": "^15.1.0",
"pnpm": "^8.10.3",
"pnpm": "^8.10.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.12.0",
"typescript": "^5.2.2",
"unocss": "^0.57.3",
"typescript": "^5.3.2",
"unocss": "^0.57.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.6.2",
"unplugin-vue-macros": "^2.7.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
},
Expand Down
Loading

0 comments on commit 9ec4686

Please sign in to comment.