0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

fix(deps): update astro client runtimes ()

* 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:
renovate[bot] 2025-03-21 09:57:20 +01:00 committed by GitHub
parent f49155f5a6
commit 3bc2c094c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 348 additions and 345 deletions

View file

@ -91,5 +91,7 @@
// follow vite deps version
"postcss-load-config",
"esbuild",
// TODO: follow https://github.com/withastro/astro/pull/13478
"@vitejs/plugin-vue"
],
}

View file

@ -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:*",

View file

@ -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:*",

View file

@ -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": {

View file

@ -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",

View file

@ -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

File diff suppressed because it is too large Load diff