mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
Merge pull request #7830 from scratchfoundation/renovate/scratch-gui-2.x
fix(deps): update dependency scratch-gui to v2.3.43
This commit is contained in:
commit
1237261e0e
2 changed files with 24 additions and 6 deletions
28
package-lock.json
generated
28
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.3.42",
|
||||
"scratch-gui": "2.3.43",
|
||||
"scratch-l10n": "3.16.20230914032225",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
@ -23358,9 +23358,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-gui": {
|
||||
"version": "2.3.42",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-2.3.42.tgz",
|
||||
"integrity": "sha512-sHACwMZ3j2F1kHurZCwefwiwP1LnGMi2or1E0pROMSct62MjBsFUgqkCq7+2rh6hAGVRajgWfSQ3euE8ftpsew==",
|
||||
"version": "2.3.43",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-2.3.43.tgz",
|
||||
"integrity": "sha512-YiQx3vpO54e2a7q1iT+kdDWiCoGn8Ai1yT3RLxBZIBuKS24VV+HJMVswwXCf9eHiBZcG9ggd/IOo/x/+eKJjNA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@microbit/microbit-universal-hex": "0.2.2",
|
||||
|
@ -23416,7 +23416,7 @@
|
|||
"redux-throttle": "0.1.1",
|
||||
"scratch-audio": "0.1.0-prerelease.20221123180128",
|
||||
"scratch-blocks": "0.2.0-prerelease.20230914060440",
|
||||
"scratch-l10n": "3.16.20230914032225",
|
||||
"scratch-l10n": "3.16.20230915032152",
|
||||
"scratch-paint": "2.1.9",
|
||||
"scratch-render": "0.1.0-prerelease.20230913153807",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
||||
|
@ -23771,6 +23771,24 @@
|
|||
"symbol-observable": "^1.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-gui/node_modules/scratch-l10n": {
|
||||
"version": "3.16.20230915032152",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20230915032152.tgz",
|
||||
"integrity": "sha512-rrPDc2Ltzo+ien80CHntN5vmo7B/qFTuyaMQetEGQAOoZV14N2+jVIrVFzWYUFMvbpabBqQBIwmNfowbu7l/7Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
"@babel/core": "^7.1.2",
|
||||
"@transifex/api": "4.2.5",
|
||||
"babel-plugin-react-intl": "^3.0.1",
|
||||
"download": "^8.0.0",
|
||||
"transifex": "1.6.6"
|
||||
},
|
||||
"bin": {
|
||||
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||
"tx-push-src": "scripts/tx-push-src.js"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-gui/node_modules/scratch-paint": {
|
||||
"version": "2.1.9",
|
||||
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.1.9.tgz",
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.2.1",
|
||||
"scratch-gui": "2.3.42",
|
||||
"scratch-gui": "2.3.43",
|
||||
"scratch-l10n": "3.16.20230914032225",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue