mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
fix(deps): update dependency scratch-gui to v3.2.64
This commit is contained in:
parent
687e701435
commit
3af94aa540
2 changed files with 6 additions and 24 deletions
28
package-lock.json
generated
28
package-lock.json
generated
|
@ -102,7 +102,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.5.2",
|
||||
"scratch-gui": "3.2.63",
|
||||
"scratch-gui": "3.2.64",
|
||||
"scratch-l10n": "3.16.20240116031928",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
@ -23620,9 +23620,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-gui": {
|
||||
"version": "3.2.63",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.2.63.tgz",
|
||||
"integrity": "sha512-bBO/Hj2orV9iO3VMbsTwdvvQV/SNXb4TK53nLEDTI2cX6o6TWURkf88k0TqaZ0w70QWzbYtZWwcMHpRMWea4hw==",
|
||||
"version": "3.2.64",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.2.64.tgz",
|
||||
"integrity": "sha512-IpUKATHr9IpV/fgIPEC2kO7Lk7mYx1PR04HtSzDmhkSCzA5s7V2cJ2jU3nmFSeEZUoC9UyVywtNOug13vcVlfw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@microbit/microbit-universal-hex": "0.2.2",
|
||||
|
@ -23678,7 +23678,7 @@
|
|||
"redux-throttle": "0.1.1",
|
||||
"scratch-audio": "0.1.0-prerelease.20231221012053",
|
||||
"scratch-blocks": "1.0.7",
|
||||
"scratch-l10n": "3.16.20240114031932",
|
||||
"scratch-l10n": "3.16.20240116031928",
|
||||
"scratch-paint": "2.1.73",
|
||||
"scratch-render": "0.1.0-prerelease.20231220210403",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20231017225105",
|
||||
|
@ -24003,24 +24003,6 @@
|
|||
"symbol-observable": "^1.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-gui/node_modules/scratch-l10n": {
|
||||
"version": "3.16.20240114031932",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20240114031932.tgz",
|
||||
"integrity": "sha512-afUXRqPaRpQkuPY+iNm+5vKVdxPOhIjYnPwSuPJrYx6DfgYo61JkVJX59I14xWQdHOJzeYrkNEbtmcB6731CFQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
"@babel/core": "^7.1.2",
|
||||
"@transifex/api": "4.3.0",
|
||||
"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.73",
|
||||
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.1.73.tgz",
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.5.2",
|
||||
"scratch-gui": "3.2.63",
|
||||
"scratch-gui": "3.2.64",
|
||||
"scratch-l10n": "3.16.20240116031928",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue