Skip to content

Commit 3b07b50

Browse files
Merge pull request #141 from xiaoluoboding/feat/nuxt_4
fix: fixed the type for nuxt 4
2 parents c9788a5 + 7b0b1c4 commit 3b07b50

File tree

5 files changed

+584
-1380
lines changed

5 files changed

+584
-1380
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@
5858
"devDependencies": {
5959
"@iconify/json": "^2.2.375",
6060
"@nuxt/devtools": "^2.6.2",
61-
"@nuxt/kit": "^3.18.1",
6261
"@nuxt/module-builder": "^1.0.2",
63-
"@nuxt/schema": "^3.18.1",
6462
"@nuxt/test-utils": "^3.19.2",
6563
"@senojs/rollup-plugin-style-inject": "^0.2.3",
6664
"@types/node": "^20.19.11",
@@ -70,7 +68,6 @@
7068
"@vueuse/core": "^13.6.0",
7169
"@vueuse/head": "^2.0.0",
7270
"highlight.js": "^11.11.1",
73-
"nuxt": "^3.18.1",
7471
"tsdown": "^0.11.13",
7572
"typescript": "^5.9.2",
7673
"unocss": "^66.4.2",
@@ -79,7 +76,12 @@
7976
"unplugin-vue-components": "^28.8.0",
8077
"vite": "^6.3.5",
8178
"vue": "^3.5.18",
82-
"vue-sonner": "^2.0.0",
79+
"vue-sonner": "link:",
8380
"vue-tsc": "^2.2.12"
81+
},
82+
"dependencies": {
83+
"@nuxt/kit": "^4.0.3",
84+
"@nuxt/schema": "^4.0.3",
85+
"nuxt": "^4.0.3"
8486
}
85-
}
87+
}

0 commit comments

Comments
 (0)