mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #7888 from scratchfoundation/renovate/scratch-gui-3.x
fix(deps): update dependency scratch-gui to v3.0.18
This commit is contained in:
commit
7126a9795e
2 changed files with 10 additions and 28 deletions
36
package-lock.json
generated
36
package-lock.json
generated
|
@ -101,7 +101,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.4.1",
|
||||
"scratch-gui": "3.0.17",
|
||||
"scratch-gui": "3.0.18",
|
||||
"scratch-l10n": "3.16.20231006032155",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
@ -23319,39 +23319,21 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "0.2.0-prerelease.20231003094735",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.2.0-prerelease.20231003094735.tgz",
|
||||
"integrity": "sha512-TgaVZpZVVXcKCyvBZUnd+E2y6oHuKe6hNQsn5aUf1C9B+HWT+h7bUQRRfbg50n9VWrrAzBT0bGGCsSLhB7Dfnw==",
|
||||
"version": "0.2.0-prerelease.20231006080812",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.2.0-prerelease.20231006080812.tgz",
|
||||
"integrity": "sha512-JJrWJo/2Z4/huO275jT9GVtSTOVF6N0CuzarQk80f04Y71boFTOJ5ypy0yrQhR5RFo0mVlcAmdwimHMvAib3rA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"exports-loader": "0.7.0",
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.8.0",
|
||||
"scratch-l10n": "3.16.20231003032155"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-blocks/node_modules/scratch-l10n": {
|
||||
"version": "3.16.20231003032155",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231003032155.tgz",
|
||||
"integrity": "sha512-tDqWskv/CJGzLrFr0pUVtHoima+BSYKpLf5A0UzAwMInOgQ0yzjZiyDsuTKpGpkiiyVgns6m7QsBHvMlCv5uTQ==",
|
||||
"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"
|
||||
"scratch-l10n": "3.16.20231006032155"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-gui": {
|
||||
"version": "3.0.17",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.0.17.tgz",
|
||||
"integrity": "sha512-TCuCcIM42ilE0LhrHRP6sVpcXHTZoetOEHcV8vn+Jkqb/UVU9+qFUm8eVTW5y4cM1gW7S1jSTgJ0/vT7qbCIUw==",
|
||||
"version": "3.0.18",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.0.18.tgz",
|
||||
"integrity": "sha512-ZmnVF0zLJclTYb7lktOTGk38vBhr/JBFiEBluic4Uz/sKF5RvXcpC5xgzrD9s2TGbVh2fQ9syEo8/z6b96MkFw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@microbit/microbit-universal-hex": "0.2.2",
|
||||
|
@ -23406,7 +23388,7 @@
|
|||
"redux": "3.7.2",
|
||||
"redux-throttle": "0.1.1",
|
||||
"scratch-audio": "0.1.0-prerelease.20221123180128",
|
||||
"scratch-blocks": "0.2.0-prerelease.20231003094735",
|
||||
"scratch-blocks": "0.2.0-prerelease.20231006080812",
|
||||
"scratch-l10n": "3.16.20231006032155",
|
||||
"scratch-paint": "2.1.21",
|
||||
"scratch-render": "0.1.0-prerelease.20230913153807",
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.4.1",
|
||||
"scratch-gui": "3.0.17",
|
||||
"scratch-gui": "3.0.18",
|
||||
"scratch-l10n": "3.16.20231006032155",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue