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 15, 2022
1 parent 7a30707 commit 2c796be
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 539 deletions.
6 changes: 3 additions & 3 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.3.3",
"solid-js": "^1.4.2"
"solid-js": "^1.4.4"
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^2.9.9",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-solid": "^2.2.6"
}
}
16 changes: 8 additions & 8 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
"serve": "vite preview"
},
"dependencies": {
"ahooks": "^3.4.0",
"i18next": "^21.8.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-i18next": "^11.16.9",
"ahooks": "^3.4.1",
"i18next": "^21.8.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.17.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^6.2.1",
"@types/react": "^18.0.9",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.6.4",
"typescript": "^4.7.3",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.14.3",
"vite": "^2.9.9"
"vite": "^2.9.12"
}
}
10 changes: 5 additions & 5 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.0.0-next.44",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.48.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"svelte-check": "^2.7.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"typescript": "^4.7.3",
"unplugin-auto-import": "workspace:*",
"vite": "^2.9.9",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,24 +96,24 @@
"@rollup/pluginutils": "^4.2.1",
"local-pkg": "^0.4.1",
"magic-string": "^0.26.2",
"unimport": "^0.2.7",
"unimport": "^0.2.9",
"unplugin": "^0.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@antfu/ni": "^0.16.2",
"@types/node": "^17.0.42",
"@types/node": "^17.0.43",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^8.6.0",
"bumpp": "^7.1.1",
"bumpp": "^7.2.0",
"eslint": "^8.17.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"rollup": "^2.75.6",
"tsup": "^6.1.2",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vitest": "^0.14.2",
"vitest": "^0.15.0",
"webpack": "^5.73.0"
}
}
12 changes: 6 additions & 6 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": "^8.5.0",
"vue": "3.2.36"
"@vueuse/core": "^8.6.0",
"vue": "3.2.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.36",
"element-plus": "^2.2.2",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"@vue/compiler-sfc": "^3.2.37",
"element-plus": "^2.2.5",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0"
}
}

0 comments on commit 2c796be

Please sign in to comment.