Skip to content

Commit

Permalink
chore: pin vite before nuxt support vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Nov 27, 2024
1 parent bfce5ac commit 55a5eb8
Show file tree
Hide file tree
Showing 2 changed files with 566 additions and 554 deletions.
15 changes: 8 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.12.2",
"packageManager": "pnpm@9.14.2",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev -o",
Expand All @@ -15,23 +15,24 @@
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.1",
"@nuxt/eslint": "^0.7.1",
"@nuxt/icon": "^1.7.6",
"@nuxt/eslint": "^0.7.2",
"@nuxt/icon": "^1.8.2",
"@nuxt/test-utils": "^3.14.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.15.0",
"happy-dom": "^15.11.6",
"nuxt": "^3.14.159",
"nuxt": "^3.14.1592",
"nuxt-echarts": "^0.2.4",
"playwright-core": "^1.49.0",
"prettier": "^3.3.3",
"vitest": "^2.1.5",
"prettier": "^3.4.1",
"vite": "^5.4.11",
"vitest": "^2.1.6",
"vue-tsc": "^2.1.10",
"vuetify-nuxt-module": "^0.18.3"
},
"dependencies": {
"@pinia/nuxt": "^0.7.0",
"@vueuse/nuxt": "^11.2.0",
"@vueuse/nuxt": "^11.3.0",
"nuxt-auth-utils": "^0.5.5",
"vuetify": "~3.6.15"
}
Expand Down
Loading

0 comments on commit 55a5eb8

Please sign in to comment.