Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shy1118999 committed Apr 19, 2024
1 parent 1d3f1d1 commit ac7c9ce
Show file tree
Hide file tree
Showing 4 changed files with 4,056 additions and 3,403 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
dist
dist-ssr
node_modules
.idea

# log
npm-debug.log*
Expand All @@ -23,4 +24,4 @@ yarn-error.log*
*.jar
*.rar
*.tar
*.zip
*.zip
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
shamefully-hoist = true
strict-peer-dependencies = false
package-manager-strict = false
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@9.0.0",
"description": "Template for vue3",
"author": "shy1118",
"license": "MIT",
Expand All @@ -19,31 +19,31 @@
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.23",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.11.6",
"@antfu/eslint-config": "^2.15.0",
"@iconify-json/carbon": "^1.1.31",
"@types/node": "20.2.1",
"@unocss/eslint-plugin": "^0.58.8",
"@unocss/reset": "^0.58.9",
"@unocss/eslint-plugin": "^0.59.4",
"@unocss/reset": "^0.59.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/runtime-core": "^3.4.21",
"@vue/runtime-core": "^3.4.23",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0",
"jsdom": "^22.1.0",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.6",
"pnpm": "^9.0.4",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.3",
"unocss": "^0.58.9",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.24.1",
"vite": "^5.2.7",
"vite": "^5.2.9",
"vite-plugin-pages": "^0.32.1",
"vitest": "^1.4.0",
"vitest": "^1.5.0",
"vue-tsc": "^1.8.27"
},
"simple-git-hooks": {
Expand Down

0 comments on commit ac7c9ce

Please sign in to comment.