Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Nov 11, 2024
1 parent ca4b754 commit 75cfa7f
Show file tree
Hide file tree
Showing 2 changed files with 647 additions and 707 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.2",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev -o",
Expand All @@ -16,23 +16,23 @@
"devDependencies": {
"@iconify-json/mdi": "^1.2.1",
"@nuxt/eslint": "^0.6.1",
"@nuxt/icon": "^1.6.1",
"@nuxt/icon": "^1.7.2",
"@nuxt/test-utils": "^3.14.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.14.0",
"happy-dom": "^15.8.0",
"nuxt": "^3.13.2",
"nuxt-echarts": "^0.2.3",
"happy-dom": "^15.11.0",
"nuxt": "^3.14.159",
"nuxt-echarts": "^0.2.4",
"playwright-core": "^1.48.2",
"prettier": "^3.3.3",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10",
"vuetify-nuxt-module": "^0.18.3"
},
"dependencies": {
"@pinia/nuxt": "^0.6.1",
"@pinia/nuxt": "^0.7.0",
"@vueuse/nuxt": "^11.2.0",
"nuxt-auth-utils": "^0.5.1",
"nuxt-auth-utils": "^0.5.2",
"vuetify": "~3.6.15"
}
}
Loading

0 comments on commit 75cfa7f

Please sign in to comment.