Skip to content

Commit

Permalink
fix: bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 5, 2023
1 parent 9659ef4 commit cd26a02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/vite-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@astrojs/react": "^2.2.1",
"@astrojs/svelte": "^3.1.0",
"@astrojs/vue": "^2.2.1",
"astro": "^2.7.3",
"astro": "^2.7.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^4.0.3",
"svelte": "^4.0.4",
"unplugin-auto-import": "workspace:*",
"vue": "^3.3.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"ahooks": "^3.7.8",
"i18next": "^23.2.6",
"i18next": "^23.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^4.0.3",
"svelte": "^4.0.4",
"svelte-check": "^3.4.4",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,15 @@
"dependencies": {
"@antfu/utils": "^0.7.5",
"@rollup/pluginutils": "^5.0.2",
"fast-glob": "^3.3.0",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.1",
"minimatch": "^9.0.2",
"unimport": "^3.0.12",
"unimport": "^3.0.14",
"unplugin": "^1.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@antfu/eslint-config": "^0.39.7",
"@antfu/ni": "^0.21.4",
"@nuxt/kit": "^3.6.1",
"@types/node": "^18.16.19",
Expand All @@ -134,8 +135,7 @@
"bumpp": "^9.1.1",
"eslint": "^8.44.0",
"esno": "^0.16.3",
"fast-glob": "^3.3.0",
"rollup": "^3.26.0",
"rollup": "^3.26.1",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
Expand Down

0 comments on commit cd26a02

Please sign in to comment.