mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #8050 from scratchfoundation/renovate/scratch-gui-3.x
fix(deps): update dependency scratch-gui to v3.6.5
This commit is contained in:
commit
e02330fc3d
2 changed files with 11 additions and 47 deletions
56
package-lock.json
generated
56
package-lock.json
generated
|
@ -103,7 +103,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.5.2",
|
||||
"scratch-gui": "3.6.3",
|
||||
"scratch-gui": "3.6.5",
|
||||
"scratch-l10n": "3.18.3",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
@ -22968,16 +22968,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.1.tgz",
|
||||
"integrity": "sha512-fy1noGL/9QYI8bZMt3dMPTJAH9usHPF5wZeykd9o78dbs7prA7+186Y40EXSMT9wdKgewXh8LI3jSU6b8QhRhQ==",
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.2.tgz",
|
||||
"integrity": "sha512-QXZM9rGmYy9kBUkY0E938VXwJyLoLeFK39HQY0EtDKXckkyneSKG8AXZgD2HVc/7w9d7Tp8Wfe+rqoz285VOmw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chromedriver": "^118.0.1",
|
||||
"exports-loader": "0.7.0",
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.8.0",
|
||||
"scratch-l10n": "3.18.1"
|
||||
"scratch-l10n": "3.18.3"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-blocks/node_modules/chromedriver": {
|
||||
|
@ -23002,28 +23002,10 @@
|
|||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-blocks/node_modules/scratch-l10n": {
|
||||
"version": "3.18.1",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.1.tgz",
|
||||
"integrity": "sha512-DWyY69PQ731zeLYLpr/0+KzSQWSmdmIzdXHjvfP/JG7yUBcZRBc19CZWHlP2Z1lm7g59SEgZeCOa0i5vCIgARA==",
|
||||
"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": {
|
||||
"version": "3.6.3",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.6.3.tgz",
|
||||
"integrity": "sha512-/xYuiROwN2eOUH4ifdyoNKY200U10/97whp6U+EEDDLbh1WkU1H+BdigThuk+vw7Ouli+LqeXHHfM9T1chcTDA==",
|
||||
"version": "3.6.5",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.6.5.tgz",
|
||||
"integrity": "sha512-5fnJcTjkoQ/31943vhjwsLMnS90ZnM9YSaZObYi0Sm2ibmCmblSl8cnS/yJCPYpGOQOgPFi153UJo0uHng+btw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@microbit/microbit-universal-hex": "0.2.2",
|
||||
|
@ -23078,8 +23060,8 @@
|
|||
"redux": "3.7.2",
|
||||
"redux-throttle": "0.1.1",
|
||||
"scratch-audio": "1.0.0",
|
||||
"scratch-blocks": "1.1.1",
|
||||
"scratch-l10n": "3.18.1",
|
||||
"scratch-blocks": "1.1.2",
|
||||
"scratch-l10n": "3.18.3",
|
||||
"scratch-paint": "2.2.1",
|
||||
"scratch-render": "1.0.0",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20231017225105",
|
||||
|
@ -23719,24 +23701,6 @@
|
|||
"rimraf": "bin.js"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-gui/node_modules/scratch-l10n": {
|
||||
"version": "3.18.1",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.1.tgz",
|
||||
"integrity": "sha512-DWyY69PQ731zeLYLpr/0+KzSQWSmdmIzdXHjvfP/JG7yUBcZRBc19CZWHlP2Z1lm7g59SEgZeCOa0i5vCIgARA==",
|
||||
"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.2.1",
|
||||
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.2.1.tgz",
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.5.2",
|
||||
"scratch-gui": "3.6.3",
|
||||
"scratch-gui": "3.6.5",
|
||||
"scratch-l10n": "3.18.3",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue