Skip to content

Commit 2d28344

Browse files
committed
feat: update deps
1 parent 08a9566 commit 2d28344

File tree

9 files changed

+1244
-1036
lines changed

9 files changed

+1244
-1036
lines changed

examples/solid-js/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"serve": "vite preview"
1212
},
1313
"dependencies": {
14-
"@solidjs/router": "^0.15.1",
15-
"solid-js": "^1.9.3"
14+
"@solidjs/router": "^0.15.3",
15+
"solid-js": "^1.9.4"
1616
},
1717
"devDependencies": {
18-
"typescript": "^5.7.2",
19-
"vite": "^6.0.1",
20-
"vite-plugin-solid": "^2.11.0"
18+
"typescript": "^5.7.3",
19+
"vite": "^6.1.0",
20+
"vite-plugin-solid": "^2.11.1"
2121
}
2222
}

examples/vite-astro/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"@astrojs/react": "^3.6.3",
1515
"@astrojs/svelte": "^6.0.2",
1616
"@astrojs/vue": "^4.5.3",
17-
"astro": "^4.16.15",
17+
"astro": "^4.16.18",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
20-
"svelte": "^5.2.9",
20+
"svelte": "^5.20.1",
2121
"unplugin-auto-import": "workspace:*",
2222
"vue": "^3.5.13"
2323
}

examples/vite-react/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"ahooks": "^3.8.1",
12-
"i18next": "^24.0.2",
11+
"ahooks": "^3.8.4",
12+
"i18next": "^24.2.2",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1",
15-
"react-i18next": "^15.1.2",
16-
"react-router": "^7.0.1",
17-
"react-router-dom": "^7.0.1"
15+
"react-i18next": "^15.4.0",
16+
"react-router": "^7.1.5",
17+
"react-router-dom": "^7.1.5"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/logos": "*",
2121
"@svgr/core": "^8.1.0",
22-
"@types/react": "^18.3.12",
23-
"@types/react-dom": "^18.3.1",
22+
"@types/react": "^18.3.18",
23+
"@types/react-dom": "^18.3.5",
2424
"@vitejs/plugin-react-refresh": "^1.3.6",
25-
"typescript": "^5.7.2",
25+
"typescript": "^5.7.3",
2626
"unplugin-auto-import": "workspace:*",
27-
"unplugin-icons": "^0.20.1",
28-
"vite": "^6.0.1"
27+
"unplugin-icons": "^22.0.0",
28+
"vite": "^6.1.0"
2929
}
3030
}

examples/vite-svelte/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"check": "svelte-check --tsconfig ./tsconfig.json"
1010
},
1111
"devDependencies": {
12-
"@sveltejs/vite-plugin-svelte": "^5.0.1",
12+
"@sveltejs/vite-plugin-svelte": "^5.0.3",
1313
"@tsconfig/svelte": "^5.0.4",
1414
"detect-browser-es": "^0.1.1",
15-
"svelte": "^5.2.9",
16-
"svelte-check": "^4.1.0",
15+
"svelte": "^5.20.1",
16+
"svelte-check": "^4.1.4",
1717
"svelte-preprocess": "^6.0.3",
1818
"tslib": "^2.8.1",
19-
"typescript": "^5.7.2",
19+
"typescript": "^5.7.3",
2020
"unplugin-auto-import": "workspace:*",
21-
"vite": "^6.0.1",
22-
"vite-plugin-inspect": "^0.10.0"
21+
"vite": "^6.1.0",
22+
"vite-plugin-inspect": "^10.2.1"
2323
}
2424
}

package.json

+22-21
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-auto-import",
33
"type": "module",
44
"version": "19.0.0",
5-
"packageManager": "pnpm@9.15.3",
5+
"packageManager": "pnpm@10.4.0",
66
"description": "Register global imports on demand for Vite and Webpack",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -163,33 +163,34 @@
163163
}
164164
},
165165
"dependencies": {
166-
"@antfu/utils": "^0.7.10",
167-
"@rollup/pluginutils": "^5.1.4",
168-
"local-pkg": "^0.5.1",
166+
"local-pkg": "^1.0.0",
169167
"magic-string": "^0.30.17",
170168
"picomatch": "^4.0.2",
171-
"unimport": "^3.14.5",
172-
"unplugin": "^2.1.2"
169+
"unimport": "^4.1.1",
170+
"unplugin": "^2.2.0",
171+
"unplugin-utils": "^0.2.4"
173172
},
174173
"devDependencies": {
175-
"@antfu/eslint-config": "^3.12.1",
176-
"@antfu/ni": "^0.23.2",
177-
"@nuxt/kit": "^3.15.1",
174+
"@antfu/eslint-config": "^4.2.0",
175+
"@antfu/ni": "^23.3.1",
176+
"@antfu/utils": "^9.0.0",
177+
"@nuxt/kit": "^3.15.4",
178+
"@nuxt/schema": "^3.15.4",
178179
"@svgr/plugin-jsx": "^8.1.0",
179-
"@types/node": "^22.10.5",
180-
"@types/picomatch": "^3.0.1",
180+
"@types/node": "^22.13.4",
181+
"@types/picomatch": "^3.0.2",
181182
"@types/resolve": "^1.20.6",
182-
"@vueuse/metadata": "^12.3.0",
183-
"bumpp": "^9.9.3",
184-
"eslint": "^9.17.0",
183+
"@vueuse/metadata": "^12.6.1",
184+
"bumpp": "^10.0.3",
185+
"eslint": "^9.20.1",
185186
"esno": "^4.8.0",
186187
"fast-glob": "^3.3.3",
187-
"publint": "^0.3.0",
188-
"rollup": "^4.30.1",
189-
"tsup": "^8.3.5",
190-
"typescript": "^5.7.2",
191-
"vite": "^6.0.7",
192-
"vitest": "^2.1.8",
193-
"webpack": "^5.97.1"
188+
"publint": "^0.3.5",
189+
"rollup": "^4.34.7",
190+
"tsup": "^8.3.6",
191+
"typescript": "^5.7.3",
192+
"vite": "^6.1.0",
193+
"vitest": "^3.0.5",
194+
"webpack": "^5.98.0"
194195
}
195196
}

playground/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"build": "vite build"
66
},
77
"dependencies": {
8-
"@vueuse/core": "^12.0.0",
8+
"@vueuse/core": "^12.6.1",
99
"vue": "3.3.4"
1010
},
1111
"devDependencies": {
1212
"@vitejs/plugin-vue": "^5.2.1",
1313
"@vue/compiler-sfc": "^3.5.13",
14-
"element-plus": "^2.8.8",
15-
"unplugin-vue-components": "^0.27.4",
16-
"vite": "^6.0.1",
17-
"vite-plugin-inspect": "^0.10.0"
14+
"element-plus": "^2.9.4",
15+
"unplugin-vue-components": "^28.1.0",
16+
"vite": "^6.1.0",
17+
"vite-plugin-inspect": "^10.2.1"
1818
}
1919
}

0 commit comments

Comments
 (0)