Skip to content

Commit 38c88e7

Browse files
authored
feat!: update @nuxt/kit to v4 (#582)
1 parent 1240dc8 commit 38c88e7

File tree

2 files changed

+431
-225
lines changed

2 files changed

+431
-225
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-auto-import",
33
"type": "module",
44
"version": "19.3.0",
5-
"packageManager": "pnpm@10.11.0",
5+
"packageManager": "pnpm@10.14.0",
66
"description": "Register global imports on demand for Vite and Webpack",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -151,7 +151,7 @@
151151
"test:run": "vitest run"
152152
},
153153
"peerDependencies": {
154-
"@nuxt/kit": "^3.2.2",
154+
"@nuxt/kit": "^4.0.0",
155155
"@vueuse/core": "*"
156156
},
157157
"peerDependenciesMeta": {
@@ -174,7 +174,7 @@
174174
"@antfu/eslint-config": "^4.13.2",
175175
"@antfu/ni": "^24.4.0",
176176
"@antfu/utils": "^9.2.0",
177-
"@nuxt/kit": "^3.17.4",
177+
"@nuxt/kit": "^4.0.2",
178178
"@nuxt/schema": "^3.17.4",
179179
"@svgr/plugin-jsx": "^8.1.0",
180180
"@types/node": "^22.15.21",

0 commit comments

Comments
 (0)