Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91fb70f

Browse files
committed
feat!: upgrade to@nuxt/kit v4
1 parent336b862 commit91fb70f

File tree

7 files changed

+1026
-713
lines changed

7 files changed

+1026
-713
lines changed

‎examples/vite-vue2/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"devDependencies": {
1313
"@vitejs/plugin-vue2":"^2.3.3",
14-
"cross-env":"^7.0.3",
14+
"cross-env":"^10.0.0",
1515
"unplugin-vue-components":"workspace:*",
16-
"vite":"^7.0.0"
16+
"vite":"^7.0.6"
1717
}
1818
}

‎examples/vite-vue3/package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"preview":"cross-env DEBUG=unplugin-vue-components:* vite preview"
1010
},
1111
"dependencies": {
12-
"vant":"^4.9.20"
12+
"vant":"^4.9.21"
1313
},
1414
"devDependencies": {
15-
"@iconify/json":"^2.2.353",
16-
"@vitejs/plugin-vue":"^6.0.0",
17-
"@vue/compiler-sfc":"^3.5.17",
18-
"cross-env":"^7.0.3",
15+
"@iconify/json":"^2.2.366",
16+
"@vitejs/plugin-vue":"^6.0.1",
17+
"@vue/compiler-sfc":"^3.5.18",
18+
"cross-env":"^10.0.0",
1919
"has-pkg":"^0.0.1",
2020
"typescript":"^5.8.3",
21-
"unplugin-icons":"^22.1.0",
21+
"unplugin-icons":"^22.2.0",
2222
"unplugin-vue-components":"workspace:*",
23-
"unplugin-vue-markdown":"^28.3.1",
24-
"vite":"^7.0.0",
25-
"vite-plugin-inspect":"^11.3.0",
23+
"unplugin-vue-markdown":"^29.1.0",
24+
"vite":"^7.0.6",
25+
"vite-plugin-inspect":"^11.3.2",
2626
"vue-router":"^4.5.1"
2727
}
2828
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"compilerOptions": {
33
"target":"es5",
4-
"module":"esnext",
4+
"lib": [
5+
"esnext",
6+
"dom",
7+
"dom.iterable",
8+
"scripthost"
9+
],
510
"baseUrl":"./",
11+
"module":"esnext",
612
"moduleResolution":"node",
713
"paths": {
814
"@/*": [
915
"src/*"
1016
]
11-
},
12-
"lib": [
13-
"esnext",
14-
"dom",
15-
"dom.iterable",
16-
"scripthost"
17-
]
17+
}
1818
}
1919
}

‎examples/vue-cli-vue3/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"lint":"vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js":"^3.43.0",
12-
"vue":"^3.5.17"
11+
"core-js":"^3.45.0",
12+
"vue":"^3.5.18"
1313
},
1414
"devDependencies": {
15-
"@babel/core":"^7.27.7",
15+
"@babel/core":"^7.28.0",
1616
"@vue/cli-plugin-babel":"~5.0.8",
1717
"@vue/cli-service":"~5.0.8",
1818
"unplugin-vue-components":"workspace:*"

‎examples/vue-cli/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api":"^1.7.2",
11-
"core-js":"^3.43.0",
11+
"core-js":"^3.45.0",
1212
"vue":"2.7.16"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel":"^5.0.8",
1616
"@vue/cli-plugin-typescript":"^5.0.8",
1717
"@vue/cli-service":"^5.0.8",
1818
"typescript":"^5.8.3",
19-
"unplugin-icons":"^22.1.0",
19+
"unplugin-icons":"^22.2.0",
2020
"unplugin-vue-components":"workspace:*",
2121
"unplugin-vue2-script-setup":"^0.11.4"
2222
}

‎package.json‎

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"unplugin-vue-components",
33
"type":"module",
44
"version":"28.8.0",
5-
"packageManager":"pnpm@10.12.4",
5+
"packageManager":"pnpm@10.14.0",
66
"description":"Components auto importing for Vue",
77
"author":"antfu <anthonyfu117@hotmail.com>",
88
"license":"MIT",
@@ -104,30 +104,30 @@
104104
"unplugin-utils":"^0.2.4"
105105
},
106106
"devDependencies": {
107-
"@antfu/eslint-config":"^4.16.1",
107+
"@antfu/eslint-config":"^5.1.0",
108108
"@antfu/utils":"^9.2.0",
109-
"@babel/parser":"^7.27.7",
110-
"@babel/types":"^7.27.7",
111-
"@nuxt/kit":"^3.17.5",
112-
"@nuxt/schema":"^3.17.5",
109+
"@babel/parser":"^7.28.0",
110+
"@babel/types":"^7.28.2",
111+
"@nuxt/kit":"^4.0.3",
112+
"@nuxt/schema":"^4.0.3",
113113
"@types/debug":"^4.1.12",
114-
"@types/minimatch":"^5.1.2",
115-
"@types/node":"^24.0.7",
116-
"bumpp":"^10.2.0",
114+
"@types/minimatch":"^6.0.0",
115+
"@types/node":"^24.2.0",
116+
"bumpp":"^10.2.2",
117117
"compare-versions":"^6.1.1",
118-
"element-plus":"^2.10.2",
119-
"eslint":"^9.30.0",
118+
"element-plus":"^2.10.5",
119+
"eslint":"^9.32.0",
120120
"eslint-plugin-format":"^1.0.1",
121121
"esno":"^4.8.0",
122122
"estree-walker":"^3.0.3",
123123
"minimatch":"^10.0.3",
124124
"pathe":"^2.0.3",
125-
"rollup":"^4.44.1",
126-
"tsdown":"^0.12.9",
125+
"rollup":"^4.46.2",
126+
"tsdown":"^0.13.3",
127127
"typescript":"^5.8.3",
128-
"vite":"^7.0.0",
128+
"vite":"^7.0.6",
129129
"vitest":"^3.2.4",
130130
"vue":"3.2.45",
131-
"vue-tsc":"^2.2.10"
131+
"vue-tsc":"^3.0.5"
132132
}
133133
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp