Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 22, 2022
1 parent b2a5a65 commit 129abfc
Show file tree
Hide file tree
Showing 9 changed files with 805 additions and 935 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ignore-workspace-root-check=true
shamefully-hoist=true
strict-peer-dependencies=false
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.0"
"solid-js": "^1.6.2"
},
"devDependencies": {
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite-plugin-solid": "^2.3.10"
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vite-plugin-solid": "^2.4.0"
}
}
8 changes: 4 additions & 4 deletions examples/vite-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^1.2.1",
"@astrojs/react": "^1.2.2",
"@astrojs/svelte": "^1.0.2",
"@astrojs/vue": "^1.2.1",
"astro": "^1.5.2",
"astro": "^1.6.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^3.52.0",
"svelte": "^3.53.1",
"unplugin-auto-import": "workspace:*",
"vue": "^3.2.41"
"vue": "^3.2.45"
}
}
18 changes: 9 additions & 9 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.2",
"i18next": "^22.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.0.0",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2"
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^6.5.0",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"@svgr/core": "^6.5.1",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.8.4",
"typescript": "^4.9.3",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.14.12",
"vite": "^3.1.8"
"unplugin-icons": "^0.14.13",
"vite": "^3.2.4"
}
}
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.1.0",
"@sveltejs/vite-plugin-svelte": "^1.2.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.52.0",
"svelte": "^3.53.1",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"unplugin-auto-import": "workspace:*",
"vite": "^3.1.8",
"vite-plugin-inspect": "^0.7.5"
"vite": "^3.2.4",
"vite-plugin-inspect": "^0.7.9"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,28 +106,28 @@
}
},
"dependencies": {
"@antfu/utils": "^0.6.0",
"@antfu/utils": "^0.7.0",
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.2",
"magic-string": "^0.26.7",
"unimport": "^0.7.0",
"unplugin": "^0.10.2"
"unimport": "^1.0.1",
"unplugin": "^1.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.18.2",
"@types/node": "^18.11.5",
"@antfu/eslint-config": "^0.31.0",
"@antfu/ni": "^0.18.8",
"@types/node": "^18.11.9",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.4.0",
"@vueuse/metadata": "^9.5.0",
"bumpp": "^8.2.1",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"esno": "^0.16.3",
"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"
"rollup": "^3.4.0",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.2",
"webpack": "^5.75.0"
}
}
14 changes: 7 additions & 7 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.4.0",
"vue": "3.2.41"
"@vueuse/core": "^9.5.0",
"vue": "3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"@vue/compiler-sfc": "^3.2.41",
"element-plus": "^2.2.19",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/compiler-sfc": "^3.2.45",
"element-plus": "^2.2.22",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.1.8",
"vite-plugin-inspect": "^0.7.5"
"vite": "^3.2.4",
"vite-plugin-inspect": "^0.7.9"
}
}

0 comments on commit 129abfc

Please sign in to comment.