mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #7730 from scratchfoundation/hotfix/fix-highContrastMatchMedia-crash
fix: pull in scratch-gui fix for ENA-343
This commit is contained in:
commit
763680ac57
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -101,7 +101,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.2.1",
|
||||
"scratch-gui": "2.0.22",
|
||||
"scratch-gui": "2.0.23-hotfix.2",
|
||||
"scratch-l10n": "3.15.20230627032203",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
@ -23539,9 +23539,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-gui": {
|
||||
"version": "2.0.22",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-2.0.22.tgz",
|
||||
"integrity": "sha512-4xIypVGC3gSxwccBVFEcgGsZuxiB7OPC3oxQflEjnh1MCkZef5ZuKIwFP5F6Ap151S1N8if4tsWVEyBpnas2nw==",
|
||||
"version": "2.0.23-hotfix.2",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-2.0.23-hotfix.2.tgz",
|
||||
"integrity": "sha512-LaKE3mRu7lqmCvo1mxrIHZltrKEcxh1Z3W7rDgwa5x1G6R0ClR4xo5nCULBeula97meXgI5UNGObedw0KwlfcQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@microbit/microbit-universal-hex": "0.2.2",
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.2.1",
|
||||
"scratch-gui": "2.0.22",
|
||||
"scratch-gui": "2.0.23-hotfix.2",
|
||||
"scratch-l10n": "3.15.20230627032203",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue