mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[solidjs integration] Update solidjs dependency (#9355)
* update solidjs dependency * update lockfile * solidjs integration: update vite-plugin-solid * update lockfile * solidjs integration: decrease required version to match vite plugin * Update moody-years-worry.md --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
This commit is contained in:
parent
e862d070b4
commit
2e4d110a87
3 changed files with 7 additions and 2 deletions
5
.changeset/moody-years-worry.md
Normal file
5
.changeset/moody-years-worry.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/solid-js': patch
|
||||
---
|
||||
|
||||
Upgrades `vite-plugin-solid` to `^2.8.0`
|
|
@ -35,7 +35,7 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"vite-plugin-solid": "^2.7.0"
|
||||
"vite-plugin-solid": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
|
@ -4562,7 +4562,7 @@ importers:
|
|||
packages/integrations/solid:
|
||||
dependencies:
|
||||
vite-plugin-solid:
|
||||
specifier: ^2.7.0
|
||||
specifier: ^2.8.0
|
||||
version: 2.8.0(solid-js@1.8.7)
|
||||
devDependencies:
|
||||
astro:
|
||||
|
|
Loading…
Add table
Reference in a new issue