Skip to content

Commit cd26a02

Browse files
committedJul 5, 2023
fix: bundling
1 parent 9659ef4 commit cd26a02

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
 

‎examples/vite-astro/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"@astrojs/react": "^2.2.1",
1414
"@astrojs/svelte": "^3.1.0",
1515
"@astrojs/vue": "^2.2.1",
16-
"astro": "^2.7.3",
16+
"astro": "^2.7.4",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
19-
"svelte": "^4.0.3",
19+
"svelte": "^4.0.4",
2020
"unplugin-auto-import": "workspace:*",
2121
"vue": "^3.3.4"
2222
}

‎examples/vite-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"ahooks": "^3.7.8",
11-
"i18next": "^23.2.6",
11+
"i18next": "^23.2.7",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
1414
"react-i18next": "^13.0.1",

‎examples/vite-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@sveltejs/vite-plugin-svelte": "^2.4.2",
1212
"@tsconfig/svelte": "^5.0.0",
13-
"svelte": "^4.0.3",
13+
"svelte": "^4.0.4",
1414
"svelte-check": "^3.4.4",
1515
"svelte-preprocess": "^5.0.4",
1616
"tslib": "^2.6.0",

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,15 @@
118118
"dependencies": {
119119
"@antfu/utils": "^0.7.5",
120120
"@rollup/pluginutils": "^5.0.2",
121+
"fast-glob": "^3.3.0",
121122
"local-pkg": "^0.4.3",
122123
"magic-string": "^0.30.1",
123124
"minimatch": "^9.0.2",
124-
"unimport": "^3.0.12",
125+
"unimport": "^3.0.14",
125126
"unplugin": "^1.3.2"
126127
},
127128
"devDependencies": {
128-
"@antfu/eslint-config": "^0.39.6",
129+
"@antfu/eslint-config": "^0.39.7",
129130
"@antfu/ni": "^0.21.4",
130131
"@nuxt/kit": "^3.6.1",
131132
"@types/node": "^18.16.19",
@@ -134,8 +135,7 @@
134135
"bumpp": "^9.1.1",
135136
"eslint": "^8.44.0",
136137
"esno": "^0.16.3",
137-
"fast-glob": "^3.3.0",
138-
"rollup": "^3.26.0",
138+
"rollup": "^3.26.1",
139139
"tsup": "^7.1.0",
140140
"typescript": "^5.1.6",
141141
"vite": "^4.3.9",

0 commit comments

Comments
 (0)
Please sign in to comment.