mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge pull request #7904 from scratchfoundation/renovate/scratch-l10n-3.x
fix(deps): update dependency scratch-l10n to v3.16.20231012032159
This commit is contained in:
commit
7e7133b31d
2 changed files with 23 additions and 23 deletions
44
package-lock.json
generated
44
package-lock.json
generated
|
@ -102,7 +102,7 @@
|
|||
"sass": "1.49.7",
|
||||
"sass-loader": "10.4.1",
|
||||
"scratch-gui": "3.0.34",
|
||||
"scratch-l10n": "3.16.20231011032153",
|
||||
"scratch-l10n": "3.16.20231012032159",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
@ -23346,6 +23346,24 @@
|
|||
"scratch-l10n": "3.16.20231011032153"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-blocks/node_modules/scratch-l10n": {
|
||||
"version": "3.16.20231011032153",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231011032153.tgz",
|
||||
"integrity": "sha512-KAOfOnw2znEWBV+twElECq9rYSepHPuZsrVhmxb2t/GpjWW6jfpGozDAvXb/SYOoB37veTnbfVaSRAO+C0Aq2A==",
|
||||
"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": {
|
||||
"version": "3.0.34",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.0.34.tgz",
|
||||
|
@ -23730,24 +23748,6 @@
|
|||
"symbol-observable": "^1.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-gui/node_modules/scratch-l10n": {
|
||||
"version": "3.16.20231012032159",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231012032159.tgz",
|
||||
"integrity": "sha512-9vScifC2bReGZ89Vt6tWs8zuiVPSzjMGbx4k6sVX9K9Avfey2xtbEM4EZxX8oxwYa8VPn8dpgQvprJGNTXuO0A==",
|
||||
"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.21",
|
||||
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.1.21.tgz",
|
||||
|
@ -23837,9 +23837,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.16.20231011032153",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231011032153.tgz",
|
||||
"integrity": "sha512-KAOfOnw2znEWBV+twElECq9rYSepHPuZsrVhmxb2t/GpjWW6jfpGozDAvXb/SYOoB37veTnbfVaSRAO+C0Aq2A==",
|
||||
"version": "3.16.20231012032159",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231012032159.tgz",
|
||||
"integrity": "sha512-9vScifC2bReGZ89Vt6tWs8zuiVPSzjMGbx4k6sVX9K9Avfey2xtbEM4EZxX8oxwYa8VPn8dpgQvprJGNTXuO0A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
"sass": "1.49.7",
|
||||
"sass-loader": "10.4.1",
|
||||
"scratch-gui": "3.0.34",
|
||||
"scratch-l10n": "3.16.20231011032153",
|
||||
"scratch-l10n": "3.16.20231012032159",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue