Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 3, 2024
1 parent 46054c9 commit 4022170
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 442 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -18,34 +18,34 @@
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.10.0",
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/carbon": "^1.2.4",
"@types/node": "^22.10.0",
"@unocss/eslint-config": "^0.64.1",
"@unocss/eslint-plugin": "^0.64.1",
"@unocss/reset": "^0.64.1",
"@types/node": "^22.10.1",
"@unocss/eslint-config": "^0.65.0",
"@unocss/eslint-plugin": "^0.65.0",
"@unocss/reset": "^0.65.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.6",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"eslint": "^9.16.0",
"eslint-plugin-format": "^0.1.3",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"pnpm": "^9.14.2",
"pnpm": "^9.14.4",
"simple-git-hooks": "^2.11.1",
"taze": "^0.18.0",
"typescript": "~5.6.3",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"unocss": "^0.65.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-macros": "^2.13.4",
"unplugin-vue-router": "^0.10.8",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"vite": "^6.0.2",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"vite": "^6.0.1"
"vite": "^6.0.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 4022170

Please sign in to comment.