Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Sep 1, 2024
1 parent 958570a commit 73b0593
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 616 deletions.
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default defineNuxtConfig({
},
},
icon: {
mode: 'svg',
clientBundle: {
// scan all components in the project and include icons
// scan: true,
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"format": "prettier . --write"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.68",
"@nuxt/eslint": "^0.5.3",
"@iconify-json/mdi": "^1.2.0",
"@nuxt/eslint": "^0.5.5",
"@nuxt/icon": "^1.5.0",
"@nuxt/test-utils": "^3.14.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.9.1",
"happy-dom": "^14.12.3",
"nuxt": "^3.13.0",
"nuxt-echarts": "^0.2.2",
"nuxt-echarts": "^0.2.3",
"playwright-core": "^1.46.1",
"prettier": "^3.3.3",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29",
"vuetify-nuxt-module": "^0.17.1"
"vue-tsc": "^2.1.4",
"vuetify-nuxt-module": "^0.18.0"
},
"dependencies": {
"@pinia/nuxt": "^0.5.4",
"@vueuse/nuxt": "^11.0.3",
"nuxt-auth-utils": "^0.3.4",
"nuxt-auth-utils": "^0.3.5",
"vuetify": "~3.6.15"
}
}
Loading

0 comments on commit 73b0593

Please sign in to comment.