chore: update to solid 1.5 (#4496)
This commit is contained in:
parent
62fd846ea8
commit
824a2adddd
3 changed files with 17 additions and 4 deletions
5
.changeset/blue-peas-laugh.md
Normal file
5
.changeset/blue-peas-laugh.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@astrojs/solid-js': minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Update solid to 1.5
|
|
@ -37,7 +37,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "workspace:*",
|
"astro": "workspace:*",
|
||||||
"astro-scripts": "workspace:*",
|
"astro-scripts": "workspace:*",
|
||||||
"solid-js": "^1.4.3"
|
"solid-js": "^1.5.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"solid-js": "^1.4.3"
|
"solid-js": "^1.4.3"
|
||||||
|
|
|
@ -2561,7 +2561,7 @@ importers:
|
||||||
astro: workspace:*
|
astro: workspace:*
|
||||||
astro-scripts: workspace:*
|
astro-scripts: workspace:*
|
||||||
babel-preset-solid: ^1.4.2
|
babel-preset-solid: ^1.4.2
|
||||||
solid-js: ^1.4.3
|
solid-js: ^1.5.1
|
||||||
dependencies:
|
dependencies:
|
||||||
babel-preset-solid: 1.5.1
|
babel-preset-solid: 1.5.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
@ -2602,7 +2602,7 @@ importers:
|
||||||
'@proload/core': 0.3.2
|
'@proload/core': 0.3.2
|
||||||
autoprefixer: 10.4.8_postcss@8.4.16
|
autoprefixer: 10.4.8_postcss@8.4.16
|
||||||
postcss: 8.4.16
|
postcss: 8.4.16
|
||||||
tailwindcss: 3.1.8
|
tailwindcss: 3.1.8_postcss@8.4.16
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../astro
|
astro: link:../../astro
|
||||||
astro-scripts: link:../../../scripts
|
astro-scripts: link:../../../scripts
|
||||||
|
@ -15622,6 +15622,12 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
csstype: 3.1.0
|
csstype: 3.1.0
|
||||||
|
|
||||||
|
/solid-js/1.5.1:
|
||||||
|
resolution: {integrity: sha512-Y6aKystIxnrB0quV5nhqNuJV+l2Fk3/PQy1mMya/bzxlGiMHAym7v1NaqEgqDIvctbkxOi5dBj0ER/ewrH060g==}
|
||||||
|
dependencies:
|
||||||
|
csstype: 3.1.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/sorcery/0.10.0:
|
/sorcery/0.10.0:
|
||||||
resolution: {integrity: sha512-R5ocFmKZQFfSTstfOtHjJuAwbpGyf9qjQa1egyhvXSbM7emjrtLXtGdZsDJDABC85YBfVvrOiGWKSYXPKdvP1g==}
|
resolution: {integrity: sha512-R5ocFmKZQFfSTstfOtHjJuAwbpGyf9qjQa1egyhvXSbM7emjrtLXtGdZsDJDABC85YBfVvrOiGWKSYXPKdvP1g==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
@ -16004,10 +16010,12 @@ packages:
|
||||||
tslib: 2.4.0
|
tslib: 2.4.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/tailwindcss/3.1.8:
|
/tailwindcss/3.1.8_postcss@8.4.16:
|
||||||
resolution: {integrity: sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==}
|
resolution: {integrity: sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==}
|
||||||
engines: {node: '>=12.13.0'}
|
engines: {node: '>=12.13.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
peerDependencies:
|
||||||
|
postcss: ^8.0.9
|
||||||
dependencies:
|
dependencies:
|
||||||
arg: 5.0.2
|
arg: 5.0.2
|
||||||
chokidar: 3.5.3
|
chokidar: 3.5.3
|
||||||
|
|
Loading…
Reference in a new issue