Merge pull request #126 from pastebinrun/bump-solidjs-to-1.5.3

Bump solid-js to 1.5.3
This commit is contained in:
Konrad Borowski 2022-09-02 20:58:23 +02:00 committed by GitHub
commit d19761fb8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 10 deletions

View File

@ -94,7 +94,7 @@ export default function App({
setStandardInput={setStandardInput}
/>
</div>
<Show when={wrapperOptions()}>
<Show when={wrapperOptions()} keyed>
{(wrapperOptions) => (
<Output
codeView={codeView()}

View File

@ -68,7 +68,7 @@ export default function WrapperBar({
});
let compilerOptions: HTMLInputElement;
return (
<Show when={data()}>
<Show when={data()} keyed>
{(data) => (
<>
<div class="group">

30
package-lock.json generated
View File

@ -24,7 +24,7 @@
"@codemirror/view": "^6.2.2",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.4.8"
"solid-js": "^1.5.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
@ -2235,6 +2235,11 @@
"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
"dev": true
},
"node_modules/csstype": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz",
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"node_modules/data-urls": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
@ -4337,9 +4342,12 @@
}
},
"node_modules/solid-js": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.4.8.tgz",
"integrity": "sha512-XErZdnnYYXF7OwGSUAPcua2y5/ELB/c53zFCpWiEGqxTNoH1iQghzI8EsHJXk06sNn+Z/TGhb8bPDNNGSgimag=="
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.5.4.tgz",
"integrity": "sha512-+65anSHhH27htkhP5LuC912fviMIckgc7/yN+WWrKhS9Kp3dvtDNl5/m4GWX1lpCvcubjShqJjGt16HET5z5Ig==",
"dependencies": {
"csstype": "^3.1.0"
}
},
"node_modules/solid-refresh": {
"version": "0.4.1",
@ -6616,6 +6624,11 @@
}
}
},
"csstype": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz",
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"data-urls": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
@ -8045,9 +8058,12 @@
"dev": true
},
"solid-js": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.4.8.tgz",
"integrity": "sha512-XErZdnnYYXF7OwGSUAPcua2y5/ELB/c53zFCpWiEGqxTNoH1iQghzI8EsHJXk06sNn+Z/TGhb8bPDNNGSgimag=="
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.5.4.tgz",
"integrity": "sha512-+65anSHhH27htkhP5LuC912fviMIckgc7/yN+WWrKhS9Kp3dvtDNl5/m4GWX1lpCvcubjShqJjGt16HET5z5Ig==",
"requires": {
"csstype": "^3.1.0"
}
},
"solid-refresh": {
"version": "0.4.1",

View File

@ -22,7 +22,7 @@
"@codemirror/view": "^6.2.2",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.4.8"
"solid-js": "^1.5.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",