Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 19, 2024
1 parent 470c395 commit e41294c
Show file tree
Hide file tree
Showing 2 changed files with 1,041 additions and 1,103 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.0.2",
"packageManager": "pnpm@9.1.1",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -14,35 +14,35 @@
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"vue": "^3.4.23",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@iconify-json/carbon": "^1.1.31",
"@types/node": "^20.12.7",
"@unocss/eslint-config": "^0.59.4",
"@unocss/eslint-plugin": "^0.59.4",
"@unocss/reset": "^0.59.4",
"@antfu/eslint-config": "^2.18.1",
"@iconify-json/carbon": "^1.1.33",
"@types/node": "^20.12.12",
"@unocss/eslint-config": "^0.60.2",
"@unocss/eslint-plugin": "^0.60.2",
"@unocss/reset": "^0.60.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue-macros/volar": "^0.18.18",
"@vue/test-utils": "^2.4.5",
"eslint": "^9.0.0",
"@vue-macros/volar": "^0.19.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.3.0",
"eslint-plugin-format": "^0.1.1",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"pnpm": "^9.0.2",
"pnpm": "^9.1.1",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.6",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.9.1",
"unocss": "^0.60.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-macros": "^2.9.2",
"unplugin-vue-router": "^0.8.6",
"vite": "^5.2.9",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit e41294c

Please sign in to comment.