Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 26, 2022
1 parent ecf96da commit 2304a58
Show file tree
Hide file tree
Showing 9 changed files with 133 additions and 122 deletions.
16 changes: 8 additions & 8 deletions examples/vite-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^1.0.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0",
"astro": "^1.0.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"svelte": "^3.46.4",
"@astrojs/react": "^1.2.1",
"@astrojs/svelte": "^1.0.2",
"@astrojs/vue": "^1.2.1",
"astro": "^1.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^3.52.0",
"unplugin-auto-import": "workspace:*",
"vue": "^3.2.30"
"vue": "^3.2.41"
}
}
4 changes: 2 additions & 2 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^6.5.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.8.4",
"unplugin-auto-import": "workspace:*",
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 @@ -8,7 +8,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.9",
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.2",
"magic-string": "^0.26.7",
"unimport": "^0.6.8",
"unplugin": "^0.10.1"
"unimport": "^0.7.0",
"unplugin": "^0.10.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.18.2",
"@types/node": "^18.11.4",
"@types/node": "^18.11.5",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.3.1",
"@vueuse/metadata": "^9.4.0",
"bumpp": "^8.2.1",
"eslint": "^8.26.0",
"esno": "^0.16.3",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"build": "vite build"
},
"dependencies": {
"@vueuse/core": "^9.3.1",
"@vueuse/core": "^9.4.0",
"vue": "3.2.41"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"@vue/compiler-sfc": "^3.2.41",
"element-plus": "^2.2.19",
"unplugin-vue-components": "^0.22.8",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.1.8",
"vite-plugin-inspect": "^0.7.5"
}
Expand Down
Loading

0 comments on commit 2304a58

Please sign in to comment.