Skip to content

Commit 1d8d015

Browse files
committed
fix: update unimport
1 parent 400d8cf commit 1d8d015

File tree

7 files changed

+1424
-1160
lines changed

7 files changed

+1424
-1160
lines changed

examples/solid-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"typescript": "^5.9.2",
19-
"vite": "^7.1.3",
19+
"vite": "^7.1.7",
2020
"vite-plugin-solid": "^2.11.8"
2121
}
2222
}

examples/vite-astro/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"astro": "astro"
1212
},
1313
"devDependencies": {
14-
"@astrojs/react": "^4.3.0",
15-
"@astrojs/svelte": "^7.1.0",
16-
"@astrojs/vue": "^5.1.0",
17-
"astro": "^5.13.4",
14+
"@astrojs/react": "^4.3.1",
15+
"@astrojs/svelte": "^7.1.1",
16+
"@astrojs/vue": "^5.1.1",
17+
"astro": "^5.13.10",
1818
"react": "^19.1.1",
1919
"react-dom": "^19.1.1",
20-
"svelte": "^5.38.6",
20+
"svelte": "^5.39.5",
2121
"unplugin-auto-import": "workspace:*",
22-
"vue": "^3.5.20"
22+
"vue": "^3.5.21"
2323
}
2424
}

examples/vite-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"ahooks": "^3.9.4",
11+
"ahooks": "^3.9.5",
1212
"i18next": "^24.2.3",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1",
15-
"react-i18next": "^15.7.2",
16-
"react-router": "^7.8.2",
17-
"react-router-dom": "^7.8.2"
15+
"react-i18next": "^15.7.3",
16+
"react-router": "^7.9.1",
17+
"react-router-dom": "^7.9.1"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/logos": "*",
@@ -24,7 +24,7 @@
2424
"@vitejs/plugin-react-refresh": "^1.3.6",
2525
"typescript": "^5.9.2",
2626
"unplugin-auto-import": "workspace:*",
27-
"unplugin-icons": "^22.2.0",
28-
"vite": "^7.1.3"
27+
"unplugin-icons": "^22.3.0",
28+
"vite": "^7.1.7"
2929
}
3030
}

examples/vite-svelte/package.json

Lines changed: 4 additions & 4 deletions
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": "^6.1.3",
12+
"@sveltejs/vite-plugin-svelte": "^6.2.0",
1313
"@tsconfig/svelte": "^5.0.5",
1414
"detect-browser-es": "^0.1.1",
15-
"svelte": "^5.38.6",
16-
"svelte-check": "^4.3.1",
15+
"svelte": "^5.39.5",
16+
"svelte-check": "^4.3.2",
1717
"svelte-preprocess": "^6.0.3",
1818
"tslib": "^2.8.1",
1919
"typescript": "^5.9.2",
2020
"unplugin-auto-import": "workspace:*",
21-
"vite": "^7.1.3",
21+
"vite": "^7.1.7",
2222
"vite-plugin-inspect": "^11.3.3"
2323
}
2424
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-auto-import",
33
"type": "module",
44
"version": "20.1.0",
5-
"packageManager": "pnpm@10.15.0",
5+
"packageManager": "pnpm@10.17.1",
66
"description": "Register global imports on demand for Vite and Webpack",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -175,33 +175,33 @@
175175
},
176176
"dependencies": {
177177
"local-pkg": "^1.1.2",
178-
"magic-string": "^0.30.18",
178+
"magic-string": "^0.30.19",
179179
"picomatch": "^4.0.3",
180-
"unimport": "^5.2.0",
181-
"unplugin": "^2.3.8",
180+
"unimport": "^5.4.0",
181+
"unplugin": "^2.3.10",
182182
"unplugin-utils": "^0.3.0"
183183
},
184184
"devDependencies": {
185-
"@antfu/eslint-config": "^5.2.1",
186-
"@antfu/ni": "^25.0.0",
187-
"@antfu/utils": "^9.2.0",
188-
"@nuxt/kit": "^4.0.3",
189-
"@nuxt/schema": "^4.0.3",
185+
"@antfu/eslint-config": "^5.4.1",
186+
"@antfu/ni": "^26.0.1",
187+
"@antfu/utils": "^9.2.1",
188+
"@nuxt/kit": "^4.1.2",
189+
"@nuxt/schema": "^4.1.2",
190190
"@svgr/plugin-jsx": "^8.1.0",
191-
"@types/node": "^24.3.0",
191+
"@types/node": "^24.5.2",
192192
"@types/picomatch": "^4.0.2",
193193
"@types/resolve": "^1.20.6",
194-
"@vueuse/metadata": "^13.8.0",
194+
"@vueuse/metadata": "^13.9.0",
195195
"bumpp": "^10.2.3",
196-
"eslint": "^9.34.0",
196+
"eslint": "^9.36.0",
197197
"esno": "^4.8.0",
198198
"fast-glob": "^3.3.3",
199-
"publint": "^0.3.12",
200-
"rolldown": "^1.0.0-beta.34",
201-
"rollup": "^4.49.0",
199+
"publint": "^0.3.13",
200+
"rolldown": "^1.0.0-beta.39",
201+
"rollup": "^4.52.2",
202202
"tsdown": "^0.14.2",
203203
"typescript": "~5.9.2",
204-
"vite": "^7.1.3",
204+
"vite": "^7.1.7",
205205
"vitest": "^3.2.4",
206206
"webpack": "^5.101.3"
207207
}

playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"build": "vite build"
66
},
77
"dependencies": {
8-
"@vueuse/core": "^13.8.0",
8+
"@vueuse/core": "^13.9.0",
99
"vue": "3.5.13"
1010
},
1111
"devDependencies": {
1212
"@vitejs/plugin-vue": "^6.0.1",
13-
"@vue/compiler-sfc": "^3.5.20",
14-
"element-plus": "^2.11.1",
15-
"unplugin-vue-components": "^29.0.0",
16-
"vite": "^7.1.3",
13+
"@vue/compiler-sfc": "^3.5.21",
14+
"element-plus": "^2.11.3",
15+
"unplugin-vue-components": "^29.1.0",
16+
"vite": "^7.1.7",
1717
"vite-plugin-inspect": "^11.3.3"
1818
}
1919
}

0 commit comments

Comments
 (0)