build(deps): bump solid-js from 1.8.18 to 1.8.22 (#391)

Bumps [solid-js](https://github.com/solidjs/solid) from 1.8.18 to 1.8.22.
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits)

---
updated-dependencies:
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-29 16:37:05 +00:00
committed by GitHub
parent 7dd8c2242c
commit 2e51b7eb89
2 changed files with 18 additions and 18 deletions

View File

@@ -63,7 +63,7 @@
}, },
"dependencies": { "dependencies": {
"gsap": "^3.12.5", "gsap": "^3.12.5",
"solid-js": "^1.8.18", "solid-js": "^1.8.22",
"swiper": "^11.1.11", "swiper": "^11.1.11",
"tiny-invariant": "^1.3.3" "tiny-invariant": "^1.3.3"
} }

34
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ dependencies:
specifier: ^3.12.5 specifier: ^3.12.5
version: 3.12.5 version: 3.12.5
solid-js: solid-js:
specifier: ^1.8.18 specifier: ^1.8.22
version: 1.8.18 version: 1.8.22
swiper: swiper:
specifier: ^11.1.11 specifier: ^11.1.11
version: 11.1.11 version: 11.1.11
@@ -81,7 +81,7 @@ devDependencies:
version: 5.4.2(sass@1.77.6)(terser@5.31.6) version: 5.4.2(sass@1.77.6)(terser@5.31.6)
vite-plugin-solid: vite-plugin-solid:
specifier: ^2.10.2 specifier: ^2.10.2
version: 2.10.2(solid-js@1.8.18)(vite@5.4.2) version: 2.10.2(solid-js@1.8.22)(vite@5.4.2)
packages: packages:
@@ -2925,16 +2925,16 @@ packages:
hasBin: true hasBin: true
dev: true dev: true
/seroval-plugins@1.0.4(seroval@1.0.4): /seroval-plugins@1.1.1(seroval@1.1.1):
resolution: {integrity: sha512-DQ2IK6oQVvy8k+c2V5x5YCtUa/GGGsUwUBNN9UqohrZ0rWdUapBFpNMYP1bCyRHoxOJjdKGl+dieacFIpU/i1A==} resolution: {integrity: sha512-qNSy1+nUj7hsCOon7AO4wdAIo9P0jrzAMp18XhiOzA6/uO5TKtP7ScozVJ8T293oRIvi5wyCHSM4TrJo/c/GJA==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
seroval: ^1.0 seroval: ^1.0
dependencies: dependencies:
seroval: 1.0.4 seroval: 1.1.1
/seroval@1.0.4: /seroval@1.1.1:
resolution: {integrity: sha512-qQs/N+KfJu83rmszFQaTxcoJoPn6KNUruX4KmnmyD0oZkUoiNvJ1rpdYKDf4YHM05k+HOgCxa3yvf15QbVijGg==} resolution: {integrity: sha512-rqEO6FZk8mv7Hyv4UCj3FD3b6Waqft605TLfsCe/BiaylRpyyMC0b+uA5TJKawX3KzMrdi3wsLbCaLplrQmBvQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
/shebang-command@1.2.0: /shebang-command@1.2.0:
@@ -2978,14 +2978,14 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/solid-js@1.8.18: /solid-js@1.8.22:
resolution: {integrity: sha512-cpkxDPvO/AuKBugVv6xKFd1C9VC0XZMu4VtF56IlHoux8HgyW44uqNSWbozMnVcpIzHIhS3vVXPAVZYM26jpWw==} resolution: {integrity: sha512-VBzN5j+9Y4rqIKEnK301aBk+S7fvFSTs9ljg+YEdFxjNjH0hkjXPiQRcws9tE5fUzMznSS6KToL5hwMfHDgpLA==}
dependencies: dependencies:
csstype: 3.1.3 csstype: 3.1.3
seroval: 1.0.4 seroval: 1.1.1
seroval-plugins: 1.0.4(seroval@1.0.4) seroval-plugins: 1.1.1(seroval@1.1.1)
/solid-refresh@0.6.3(solid-js@1.8.18): /solid-refresh@0.6.3(solid-js@1.8.22):
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==} resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
peerDependencies: peerDependencies:
solid-js: ^1.3 solid-js: ^1.3
@@ -2993,7 +2993,7 @@ packages:
'@babel/generator': 7.23.6 '@babel/generator': 7.23.6
'@babel/helper-module-imports': 7.22.15 '@babel/helper-module-imports': 7.22.15
'@babel/types': 7.23.9 '@babel/types': 7.23.9
solid-js: 1.8.18 solid-js: 1.8.22
dev: true dev: true
/source-map-js@1.2.0: /source-map-js@1.2.0:
@@ -3289,7 +3289,7 @@ packages:
spdx-expression-parse: 3.0.1 spdx-expression-parse: 3.0.1
dev: true dev: true
/vite-plugin-solid@2.10.2(solid-js@1.8.18)(vite@5.4.2): /vite-plugin-solid@2.10.2(solid-js@1.8.22)(vite@5.4.2):
resolution: {integrity: sha512-AOEtwMe2baBSXMXdo+BUwECC8IFHcKS6WQV/1NEd+Q7vHPap5fmIhLcAzr+DUJ04/KHx/1UBU0l1/GWP+rMAPQ==} resolution: {integrity: sha512-AOEtwMe2baBSXMXdo+BUwECC8IFHcKS6WQV/1NEd+Q7vHPap5fmIhLcAzr+DUJ04/KHx/1UBU0l1/GWP+rMAPQ==}
peerDependencies: peerDependencies:
'@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.* '@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.*
@@ -3303,8 +3303,8 @@ packages:
'@types/babel__core': 7.20.5 '@types/babel__core': 7.20.5
babel-preset-solid: 1.8.12(@babel/core@7.23.9) babel-preset-solid: 1.8.12(@babel/core@7.23.9)
merge-anything: 5.1.7 merge-anything: 5.1.7
solid-js: 1.8.18 solid-js: 1.8.22
solid-refresh: 0.6.3(solid-js@1.8.18) solid-refresh: 0.6.3(solid-js@1.8.22)
vite: 5.4.2(sass@1.77.6)(terser@5.31.6) vite: 5.4.2(sass@1.77.6)(terser@5.31.6)
vitefu: 0.2.5(vite@5.4.2) vitefu: 0.2.5(vite@5.4.2)
transitivePeerDependencies: transitivePeerDependencies: