Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 22, 2022
1 parent 2c796be commit f4fd8f2
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 254 deletions.
4 changes: 2 additions & 2 deletions examples/solid-js/package.json
Expand Up @@ -10,11 +10,11 @@
"serve": "vite preview"
},
"dependencies": {
"solid-app-router": "^0.3.3",
"solid-app-router": "^0.4.1",
"solid-js": "^1.4.4"
},
"devDependencies": {
"typescript": "^4.7.3",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-solid": "^2.2.6"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/vite-react/package.json
Expand Up @@ -7,8 +7,8 @@
"serve": "vite preview"
},
"dependencies": {
"ahooks": "^3.4.1",
"i18next": "^21.8.9",
"ahooks": "^3.5.0",
"i18next": "^21.8.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.17.2",
Expand All @@ -18,12 +18,12 @@
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^6.2.1",
"@types/react": "^18.0.12",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.7.3",
"typescript": "^4.7.4",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.14.3",
"unplugin-icons": "^0.14.5",
"vite": "^2.9.12"
}
}
2 changes: 1 addition & 1 deletion examples/vite-svelte/package.json
Expand Up @@ -14,7 +14,7 @@
"svelte-check": "^2.7.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.3",
"typescript": "^4.7.4",
"unplugin-auto-import": "workspace:*",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -102,18 +102,18 @@
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@antfu/ni": "^0.16.2",
"@types/node": "^17.0.43",
"@types/node": "^18.0.0",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^8.6.0",
"bumpp": "^7.2.0",
"eslint": "^8.17.0",
"@vueuse/metadata": "^8.7.5",
"bumpp": "^8.2.1",
"eslint": "^8.18.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"rollup": "^2.75.6",
"rollup": "^2.75.7",
"tsup": "^6.1.2",
"typescript": "^4.7.3",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vitest": "^0.15.0",
"vitest": "^0.15.2",
"webpack": "^5.73.0"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Expand Up @@ -5,13 +5,13 @@
"build": "vite build"
},
"dependencies": {
"@vueuse/core": "^8.6.0",
"@vueuse/core": "^8.7.5",
"vue": "3.2.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"element-plus": "^2.2.5",
"element-plus": "^2.2.6",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0"
Expand Down

0 comments on commit f4fd8f2

Please sign in to comment.