chore(deps): bump vite-plugin-solid from 2.8.0 to 2.9.1 (#606)

This commit is contained in:
dependabot[bot] 2024-01-24 19:56:21 +08:00 committed by GitHub
parent 7ceb7e943e
commit 54916abf4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 34 additions and 49 deletions

View File

@ -70,7 +70,7 @@
"uuid": "^9.0.1",
"vite": "^5.0.12",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-solid": "^2.8.0",
"vite-plugin-solid": "^2.9.1",
"zod": "^3.22.4"
}
}

View File

@ -174,8 +174,8 @@ dependencies:
specifier: ^0.17.4
version: 0.17.4(vite@5.0.12)(workbox-build@7.0.0)(workbox-window@7.0.0)
vite-plugin-solid:
specifier: ^2.8.0
version: 2.8.0(solid-js@1.8.12)(vite@5.0.12)
specifier: ^2.9.1
version: 2.9.1(solid-js@1.8.12)(vite@5.0.12)
zod:
specifier: ^3.22.4
version: 3.22.4
@ -262,6 +262,16 @@ packages:
jsesc: 2.5.2
dev: false
/@babel/generator@7.23.6:
resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.23.6
'@jridgewell/gen-mapping': 0.3.3
'@jridgewell/trace-mapping': 0.3.20
jsesc: 2.5.2
dev: false
/@babel/helper-annotate-as-pure@7.22.5:
resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
engines: {node: '>=6.9.0'}
@ -370,7 +380,7 @@ packages:
resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.23.5
'@babel/types': 7.23.6
dev: false
/@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5):
@ -706,16 +716,6 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.5):
resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.5
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.5):
resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
engines: {node: '>=6.9.0'}
@ -1216,19 +1216,6 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-typescript@7.23.5(@babel/core@7.23.5):
resolution: {integrity: sha512-2fMkXEJkrmwgu2Bsv1Saxgj30IXZdJ+84lQcKKI7sm719oXs0BBw2ZENKdJdR1PjWndgLCEBNXJOri0fk7RYQA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.5
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.23.5)
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.5)
dev: false
/@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.5):
resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==}
engines: {node: '>=6.9.0'}
@ -1374,20 +1361,6 @@ packages:
esutils: 2.0.3
dev: false
/@babel/preset-typescript@7.23.3(@babel/core@7.23.5):
resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.23.5
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-validator-option': 7.23.5
'@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.5)
'@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.5)
'@babel/plugin-transform-typescript': 7.23.5(@babel/core@7.23.5)
dev: false
/@babel/regjsgen@0.8.0:
resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
dev: false
@ -1442,6 +1415,15 @@ packages:
to-fast-properties: 2.0.0
dev: false
/@babel/types@7.23.6:
resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-string-parser': 7.23.4
'@babel/helper-validator-identifier': 7.22.20
to-fast-properties: 2.0.0
dev: false
/@canvas/image-data@1.0.0:
resolution: {integrity: sha512-BxOqI5LgsIQP1odU5KMwV9yoijleOPzHL18/YvNqF9KFSGF2K/DLlYAbDQsWqd/1nbaFuSkYD/191dpMtNh4vw==}
dev: false
@ -5737,14 +5719,14 @@ packages:
seroval-plugins: 1.0.3(seroval@1.0.3)
dev: false
/solid-refresh@0.5.3(solid-js@1.8.12):
resolution: {integrity: sha512-Otg5it5sjOdZbQZJnvo99TEBAr6J7PQ5AubZLNU6szZzg3RQQ5MX04oteBIIGDs0y2Qv8aXKm9e44V8z+UnFdw==}
/solid-refresh@0.6.3(solid-js@1.8.12):
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
peerDependencies:
solid-js: ^1.3
dependencies:
'@babel/generator': 7.23.5
'@babel/generator': 7.23.6
'@babel/helper-module-imports': 7.22.15
'@babel/types': 7.23.5
'@babel/types': 7.23.6
solid-js: 1.8.12
dev: false
@ -6469,19 +6451,22 @@ packages:
- supports-color
dev: false
/vite-plugin-solid@2.8.0(solid-js@1.8.12)(vite@5.0.12):
resolution: {integrity: sha512-n5FAm7ZmTl94VWUoiJCgG7bouF2NlC9CA1wY/qbVnkFbYDWk++bFWyNoU48aLJ+lMtzNeYzJypJXOHzFKxL9xA==}
/vite-plugin-solid@2.9.1(solid-js@1.8.12)(vite@5.0.12):
resolution: {integrity: sha512-RC4hj+lbvljw57BbMGDApvEOPEh14lwrr/GeXRLNQLcR1qnOdzOwwTSFy13Gj/6FNIZpBEl0bWPU+VYFawrqUw==}
peerDependencies:
'@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.*
solid-js: ^1.7.2
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
peerDependenciesMeta:
'@testing-library/jest-dom':
optional: true
dependencies:
'@babel/core': 7.23.5
'@babel/preset-typescript': 7.23.3(@babel/core@7.23.5)
'@types/babel__core': 7.20.5
babel-preset-solid: 1.8.6(@babel/core@7.23.5)
merge-anything: 5.1.7
solid-js: 1.8.12
solid-refresh: 0.5.3(solid-js@1.8.12)
solid-refresh: 0.6.3(solid-js@1.8.12)
vite: 5.0.12(@types/node@20.11.5)
vitefu: 0.2.5(vite@5.0.12)
transitivePeerDependencies: