Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 12, 2022
1 parent b83eff5 commit f6505e8
Show file tree
Hide file tree
Showing 7 changed files with 977 additions and 514 deletions.
8 changes: 4 additions & 4 deletions examples/solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"solid-app-router": "^0.4.2",
"solid-js": "^1.6.2"
"solid-js": "^1.6.4"
},
"devDependencies": {
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vite-plugin-solid": "^2.4.0"
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vite-plugin-solid": "^2.5.0"
}
}
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": "^1.2.2",
"@astrojs/svelte": "^1.0.2",
"@astrojs/vue": "^1.2.1",
"astro": "^1.6.10",
"astro": "^1.6.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^3.53.1",
"svelte": "^3.54.0",
"unplugin-auto-import": "workspace:*",
"vue": "^3.2.45"
}
Expand Down
16 changes: 8 additions & 8 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
},
"dependencies": {
"ahooks": "^3.7.2",
"i18next": "^22.0.6",
"i18next": "^22.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.0.0",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3"
"react-i18next": "^12.1.1",
"react-router": "^6.4.5",
"react-router-dom": "^6.4.5"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^6.5.1",
"@types/react": "^18.0.25",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.9.3",
"typescript": "^4.9.4",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.14.13",
"vite": "^3.2.4"
"unplugin-icons": "^0.14.15",
"vite": "^4.0.0"
}
}
12 changes: 6 additions & 6 deletions examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.2.0",
"@sveltejs/vite-plugin-svelte": "^2.0.1",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.53.1",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"svelte": "^3.54.0",
"svelte-check": "^2.10.2",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"typescript": "^4.9.4",
"unplugin-auto-import": "workspace:*",
"vite": "^3.2.4",
"vite": "^4.0.0",
"vite-plugin-inspect": "^0.7.9"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,28 +106,28 @@
}
},
"dependencies": {
"@antfu/utils": "^0.7.0",
"@antfu/utils": "^0.7.2",
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.2",
"magic-string": "^0.26.7",
"unimport": "^1.0.1",
"unplugin": "^1.0.0"
"magic-string": "^0.27.0",
"unimport": "^1.0.2",
"unplugin": "^1.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.0",
"@antfu/eslint-config": "^0.33.1",
"@antfu/ni": "^0.18.8",
"@types/node": "^18.11.9",
"@types/node": "^18.11.13",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.5.0",
"@vueuse/metadata": "^9.6.0",
"bumpp": "^8.2.1",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"rollup": "^3.4.0",
"rollup": "^3.7.3",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.2",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vitest": "^0.25.7",
"webpack": "^5.75.0"
}
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"build": "vite build"
},
"dependencies": {
"@vueuse/core": "^9.5.0",
"@vueuse/core": "^9.6.0",
"vue": "3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.45",
"element-plus": "^2.2.22",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.4",
"element-plus": "^2.2.26",
"unplugin-vue-components": "^0.22.11",
"vite": "^4.0.0",
"vite-plugin-inspect": "^0.7.9"
}
}

0 comments on commit f6505e8

Please sign in to comment.