mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
fix(deps): update astro client runtimes (#13474)
* fix(deps): update astro client runtimes * fix: pin vite-plugin-vue --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
This commit is contained in:
parent
f49155f5a6
commit
3bc2c094c9
7 changed files with 348 additions and 345 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -91,5 +91,7 @@
|
|||
// follow vite deps version
|
||||
"postcss-load-config",
|
||||
"esbuild",
|
||||
// TODO: follow https://github.com/withastro/astro/pull/13478
|
||||
"@vitejs/plugin-vue"
|
||||
],
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"@preact/signals": "^2.0.1",
|
||||
"babel-plugin-transform-hook-names": "^1.0.2",
|
||||
"preact-render-to-string": "^6.5.13",
|
||||
"vite": "^6.2.1"
|
||||
"vite": "^6.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -51,10 +51,10 @@
|
|||
"dependencies": {
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"ultrahtml": "^1.5.3",
|
||||
"vite": "^6.2.1"
|
||||
"vite": "^6.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.18",
|
||||
"@types/react": "^18.3.19",
|
||||
"@types/react-dom": "^18.3.5",
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"vite": "^6.2.1",
|
||||
"vite": "^6.2.2",
|
||||
"vite-plugin-solid": "^2.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -42,12 +42,12 @@
|
|||
"dependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||
"svelte2tsx": "^0.7.35",
|
||||
"vite": "^6.2.1"
|
||||
"vite": "^6.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
"svelte": "^5.22.6"
|
||||
"svelte": "^5.23.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^5.0.0",
|
||||
|
|
|
@ -42,10 +42,10 @@
|
|||
"test": "astro-scripts test \"test/**/*.test.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||
"@vitejs/plugin-vue": "5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
||||
"@vue/compiler-sfc": "^3.5.13",
|
||||
"vite": "^6.2.1",
|
||||
"vite": "^6.2.2",
|
||||
"vite-plugin-vue-devtools": "^7.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
673
pnpm-lock.yaml
generated
673
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue