Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 24, 2022
1 parent 2c37ab8 commit faff391
Show file tree
Hide file tree
Showing 7 changed files with 817 additions and 1,076 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.4.8"
"solid-js": "^1.6.0"
},
"devDependencies": {
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vite-plugin-solid": "^2.3.0"
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite-plugin-solid": "^2.3.10"
}
}
20 changes: 10 additions & 10 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.7.0",
"i18next": "^21.9.1",
"ahooks": "^3.7.2",
"i18next": "^22.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.4",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0"
"react-i18next": "^12.0.0",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^6.3.1",
"@types/react": "^18.0.17",
"@svgr/core": "^6.5.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.7.4",
"typescript": "^4.8.4",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.14.8",
"vite": "^3.0.8"
"unplugin-icons": "^0.14.12",
"vite": "^3.1.8"
}
}
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.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.9",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.1",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"typescript": "^4.8.4",
"unplugin-auto-import": "workspace:*",
"vite": "^3.0.8",
"vite-plugin-inspect": "^0.6.0"
"vite": "^3.1.8",
"vite-plugin-inspect": "^0.7.5"
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,28 +100,28 @@
}
},
"dependencies": {
"@antfu/utils": "^0.5.2",
"@rollup/pluginutils": "^4.2.1",
"@antfu/utils": "^0.6.0",
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.2",
"magic-string": "^0.26.2",
"unimport": "^0.6.7",
"unplugin": "^0.9.3"
"magic-string": "^0.26.7",
"unimport": "^0.6.8",
"unplugin": "^0.10.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.1",
"@antfu/ni": "^0.17.2",
"@types/node": "^18.7.6",
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.18.2",
"@types/node": "^18.11.4",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.1.0",
"@vueuse/metadata": "^9.3.1",
"bumpp": "^8.2.1",
"eslint": "^8.22.0",
"eslint": "^8.26.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"rollup": "^2.78.0",
"tsup": "^6.2.2",
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vitest": "^0.22.1",
"fast-glob": "^3.2.12",
"rollup": "^3.2.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vitest": "^0.24.3",
"webpack": "^5.74.0"
}
}
16 changes: 8 additions & 8 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.1.0",
"vue": "3.2.37"
"@vueuse/core": "^9.3.1",
"vue": "3.2.41"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"@vue/compiler-sfc": "^3.2.37",
"element-plus": "^2.2.13",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.8",
"vite-plugin-inspect": "^0.6.0"
"@vitejs/plugin-vue": "^3.1.2",
"@vue/compiler-sfc": "^3.2.41",
"element-plus": "^2.2.19",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vite-plugin-inspect": "^0.7.5"
}
}
Loading

0 comments on commit faff391

Please sign in to comment.