Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 7, 2024
1 parent 0762748 commit fb8b15e
Show file tree
Hide file tree
Showing 3 changed files with 934 additions and 1,132 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.9.0",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -13,36 +13,36 @@
"postinstall": "npx simple-git-hooks"
},
"dependencies": {
"@vueuse/core": "^11.0.0",
"vue": "^3.4.38",
"@vueuse/core": "^11.0.3",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.2",
"@iconify-json/carbon": "^1.1.37",
"@types/node": "^22.3.0",
"@unocss/eslint-config": "^0.62.2",
"@unocss/eslint-plugin": "^0.62.2",
"@unocss/reset": "^0.62.2",
"@vitejs/plugin-vue": "^5.1.2",
"@vue-macros/volar": "^0.27.4",
"@antfu/eslint-config": "^3.4.0",
"@iconify-json/carbon": "^1.2.1",
"@types/node": "^22.5.4",
"@unocss/eslint-config": "^0.62.3",
"@unocss/eslint-plugin": "^0.62.3",
"@unocss/reset": "^0.62.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vue-macros/volar": "^0.28.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.9.0",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.2",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.9",
"pnpm": "^9.7.1",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"pnpm": "^9.9.0",
"simple-git-hooks": "^2.11.1",
"taze": "^0.16.6",
"taze": "^0.16.7",
"typescript": "^5.5.4",
"unocss": "^0.62.2",
"unocss": "^0.62.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-macros": "^2.11.5",
"unplugin-vue-router": "^0.10.6",
"vite": "^5.4.1",
"unplugin-vue-macros": "^2.11.8",
"unplugin-vue-router": "^0.10.7",
"vite": "^5.4.3",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.6"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit fb8b15e

Please sign in to comment.