Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 29, 2024
1 parent 7bbdc34 commit ea90076
Show file tree
Hide file tree
Showing 15 changed files with 270 additions and 603 deletions.
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"astro": "^4.12.2"
},
"devDependencies": {
"@iconify/json": "^2.2.230",
"@iconify/json": "^2.2.232",
"unplugin-icons": "workspace:*"
},
"stackblitz": {
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"preact": "^10.22.1"
"preact": "^10.23.1"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.43",
Expand All @@ -19,7 +19,7 @@
"@svgr/plugin-jsx": "^8.1.0",
"typescript": "^5.5.4",
"unplugin-icons": "workspace:*",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-inspect": "^0.8.5"
},
"stackblitz": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@builder.io/qwik": "1.2.10",
"@svgx/core": "^1.0.1",
"@types/eslint": "8.44.2",
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"@types/node-fetch": "latest",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
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 @@ -22,7 +22,7 @@
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.5.4",
"unplugin-icons": "workspace:*",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-inspect": "^0.8.5"
},
"stackblitz": {
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"serve": "vite preview"
},
"dependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.43",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"unplugin-icons": "workspace:*",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-solid": "^2.10.2"
},
"stackblitz": {
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 @@ -23,7 +23,7 @@
"svelte-preprocess": "^6.0.2",
"typescript": "^5.5.4",
"unplugin-icons": "workspace:*",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"stackblitz": {
"installDependencies": false,
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@iconify-json/mono-icons": "^1.1.8",
"unplugin-icons": "workspace:*",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"stackblitz": {
"installDependencies": false,
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"typescript": "^5.5.4",
"unplugin-icons": "workspace:*",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vue-template-compiler": "^2.7.16",
"vue-template-es2015-compiler": "^1.9.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/vite-vue3-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"vue": "^3.2.37"
},
"devDependencies": {
"@iconify/json": "^2.2.230",
"@vitejs/plugin-vue": "^5.0.5",
"@iconify/json": "^2.2.232",
"@vitejs/plugin-vue": "^5.1.1",
"cross-env": "^7.0.3",
"typescript": "^5.5.4",
"unplugin-icons": "workspace:*",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"stackblitz": {
"installDependencies": false,
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@iconify-json/noto-v1": "^1.1.11",
"@iconify-json/ri": "^1.1.21",
"@iconify-json/twemoji": "^1.1.15",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.1",
"cross-env": "^7.0.3",
"typescript": "^5.5.4",
"unconfig": "^0.4.5",
"unplugin-icons": "workspace:*",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"stackblitz": {
"installDependencies": false,
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@iconify-json/ion": "^1.1.18",
"@iconify-json/mono-icons": "^1.1.8",
"unplugin-icons": "workspace:*",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"stackblitz": {
"installDependencies": false,
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-cli-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"vue": "^2.7.8"
},
"devDependencies": {
"@iconify/json": "^2.2.230",
"@iconify/json": "^2.2.232",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"typescript": "^5.5.4",
"unplugin-icons": "workspace:*",
"vue-tsc": "^2.0.28"
"vue-tsc": "^2.0.29"
},
"stackblitz": {
"installDependencies": false,
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "webpack"
},
"devDependencies": {
"@iconify/json": "^2.2.230",
"@iconify/json": "^2.2.232",
"unplugin-icons": "workspace:*",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@
"@svgr/plugin-jsx": "^8.1.0",
"@svgx/core": "^1.0.1",
"@types/debug": "^4.1.12",
"@types/node": "^20.14.13",
"@vue/compiler-sfc": "^3.4.33",
"@types/node": "^22.0.0",
"@vue/compiler-sfc": "^3.4.34",
"bumpp": "^9.4.1",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
Expand Down
Loading

0 comments on commit ea90076

Please sign in to comment.