Skip to content

Commit b565d63

Browse files
committed
fix: update deps, close #375
1 parent cc916a0 commit b565d63

File tree

8 files changed

+625
-410
lines changed

8 files changed

+625
-410
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ module.exports = {
352352

353353
### Compare to [`unimport`](https://github.com/unjs/unimport)
354354

355-
From v0.8.0, `unplugin-auto-import` **uses** `unimport` underneath. `unimport` is designed to be a lower level tool (it also powered Nuxt's auto import). You can think `unplugin-auto-import` is a wrapper of it that provides more user-friendly config APIs and capability like resolvers. Development of new features will mostly happend in `unimport` from now.
355+
From v0.8.0, `unplugin-auto-import` **uses** `unimport` underneath. `unimport` is designed to be a lower-level tool (it also powered Nuxt's auto import). You can think `unplugin-auto-import` is a wrapper of it that provides more user-friendly config APIs and capabilities like resolvers. Development of new features will mostly happen in `unimport`` from now.
356356

357357
### Compare to [`vue-global-api`](https://github.com/antfu/vue-global-api)
358358

examples/solid-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.0.4",
18-
"vite": "^4.3.7",
18+
"vite": "^4.3.8",
1919
"vite-plugin-solid": "^2.7.0"
2020
}
2121
}

examples/vite-astro/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"@astrojs/react": "^2.1.3",
14-
"@astrojs/svelte": "^2.1.1",
15-
"@astrojs/vue": "^2.1.1",
16-
"astro": "^2.4.5",
13+
"@astrojs/react": "^2.2.0",
14+
"@astrojs/svelte": "^2.2.0",
15+
"@astrojs/vue": "^2.2.0",
16+
"astro": "^2.5.1",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
1919
"svelte": "^3.59.1",
2020
"unplugin-auto-import": "workspace:*",
21-
"vue": "^3.3.2"
21+
"vue": "^3.3.4"
2222
}
2323
}

examples/vite-react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
},
99
"dependencies": {
1010
"ahooks": "^3.7.7",
11-
"i18next": "^22.4.15",
11+
"i18next": "^22.5.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"react-i18next": "^12.2.2",
15-
"react-router": "^6.11.1",
16-
"react-router-dom": "^6.11.1"
14+
"react-i18next": "^12.3.1",
15+
"react-router": "^6.11.2",
16+
"react-router-dom": "^6.11.2"
1717
},
1818
"devDependencies": {
1919
"@iconify-json/logos": "*",
@@ -24,6 +24,6 @@
2424
"typescript": "^5.0.4",
2525
"unplugin-auto-import": "workspace:*",
2626
"unplugin-icons": "^0.16.1",
27-
"vite": "^4.3.7"
27+
"vite": "^4.3.8"
2828
}
2929
}

examples/vite-svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"svelte": "^3.59.1",
1414
"svelte-check": "^3.3.2",
1515
"svelte-preprocess": "^5.0.3",
16-
"tslib": "^2.5.0",
16+
"tslib": "^2.5.2",
1717
"typescript": "^5.0.4",
1818
"unplugin-auto-import": "workspace:*",
19-
"vite": "^4.3.7",
19+
"vite": "^4.3.8",
2020
"vite-plugin-inspect": "^0.7.26"
2121
}
2222
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,26 +114,26 @@
114114
"@rollup/pluginutils": "^5.0.2",
115115
"local-pkg": "^0.4.3",
116116
"magic-string": "^0.30.0",
117-
"minimatch": "^9.0.0",
118-
"unimport": "^3.0.6",
117+
"minimatch": "^9.0.1",
118+
"unimport": "^3.0.7",
119119
"unplugin": "^1.3.1"
120120
},
121121
"devDependencies": {
122-
"@antfu/eslint-config": "^0.38.6",
122+
"@antfu/eslint-config": "^0.39.1",
123123
"@antfu/ni": "^0.21.3",
124124
"@nuxt/kit": "^3.5.0",
125-
"@types/node": "^18.16.12",
125+
"@types/node": "^18.16.13",
126126
"@types/resolve": "^1.20.2",
127127
"@vueuse/metadata": "^10.1.2",
128128
"bumpp": "^9.1.0",
129-
"eslint": "^8.40.0",
129+
"eslint": "^8.41.0",
130130
"esno": "^0.16.3",
131131
"fast-glob": "^3.2.12",
132132
"rollup": "^3.22.0",
133133
"tsup": "^6.7.0",
134134
"typescript": "^5.0.4",
135-
"vite": "^4.3.7",
136-
"vitest": "^0.31.0",
137-
"webpack": "^5.82.1"
135+
"vite": "^4.3.8",
136+
"vitest": "^0.31.1",
137+
"webpack": "^5.83.1"
138138
}
139139
}

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
},
77
"dependencies": {
88
"@vueuse/core": "^10.1.2",
9-
"vue": "3.3.2"
9+
"vue": "3.3.4"
1010
},
1111
"devDependencies": {
1212
"@vitejs/plugin-vue": "^4.2.3",
13-
"@vue/compiler-sfc": "^3.3.2",
14-
"element-plus": "^2.3.4",
13+
"@vue/compiler-sfc": "^3.3.4",
14+
"element-plus": "^2.3.5",
1515
"unplugin-vue-components": "^0.24.1",
16-
"vite": "^4.3.7",
16+
"vite": "^4.3.8",
1717
"vite-plugin-inspect": "^0.7.26"
1818
}
1919
}

0 commit comments

Comments
 (0)