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 27, 2024
1 parent fdfb905 commit ee7880b
Show file tree
Hide file tree
Showing 7 changed files with 908 additions and 1,674 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,12 +11,12 @@
"serve": "vite preview"
},
"dependencies": {
"@solidjs/router": "^0.14.10",
"@solidjs/router": "^0.15.1",
"solid-js": "^1.9.3"
},
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2"
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite-plugin-solid": "^2.11.0"
}
}
10 changes: 5 additions & 5 deletions examples/vite-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/svelte": "^5.7.3",
"@astrojs/vue": "^4.5.2",
"astro": "^4.16.13",
"@astrojs/react": "^3.6.3",
"@astrojs/svelte": "^6.0.2",
"@astrojs/vue": "^4.5.3",
"astro": "^4.16.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.19",
"svelte": "^5.2.9",
"unplugin-auto-import": "workspace:*",
"vue": "^3.5.13"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
},
"dependencies": {
"ahooks": "^3.8.1",
"i18next": "^23.16.5",
"i18next": "^24.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.1",
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0"
"react-i18next": "^15.1.2",
"react-router": "^7.0.1",
"react-router-dom": "^7.0.1"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^8.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.11"
"unplugin-icons": "^0.20.1",
"vite": "^6.0.1"
}
}
12 changes: 6 additions & 6 deletions examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@tsconfig/svelte": "^5.0.4",
"detect-browser-es": "^0.1.1",
"svelte": "^4.2.19",
"svelte-check": "^4.0.9",
"svelte": "^5.2.9",
"svelte-check": "^4.1.0",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unplugin-auto-import": "workspace:*",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7"
"vite": "^6.0.1",
"vite-plugin-inspect": "^0.10.0"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-auto-import",
"type": "module",
"version": "0.18.5",
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"description": "Register global imports on demand for Vite and Webpack",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -166,29 +166,29 @@
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.3",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.13",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.14",
"minimatch": "^9.0.5",
"unimport": "^3.13.2",
"unimport": "^3.13.4",
"unplugin": "^1.16.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.1",
"@antfu/ni": "^0.23.0",
"@nuxt/kit": "^3.14.159",
"@antfu/eslint-config": "^3.10.0",
"@antfu/ni": "^0.23.1",
"@nuxt/kit": "^3.14.1592",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^22.9.0",
"@types/node": "^22.10.0",
"@types/resolve": "^1.20.6",
"@vueuse/metadata": "^11.2.0",
"@vueuse/metadata": "^12.0.0",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"esno": "^4.8.0",
"publint": "^0.2.12",
"rollup": "^4.27.3",
"rollup": "^4.27.4",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"webpack": "^5.96.1"
}
}
8 changes: 4 additions & 4 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": "^11.2.0",
"@vueuse/core": "^12.0.0",
"vue": "3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"element-plus": "^2.8.8",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7"
"vite": "^6.0.1",
"vite-plugin-inspect": "^0.10.0"
}
}
Loading

0 comments on commit ee7880b

Please sign in to comment.