mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #7932 from scratchfoundation/renovate/scratch-l10n-3.x
fix(deps): update dependency scratch-l10n to v3.16.20231022032157
This commit is contained in:
commit
23938d63f3
2 changed files with 23 additions and 5 deletions
26
package-lock.json
generated
26
package-lock.json
generated
|
@ -102,7 +102,7 @@
|
|||
"sass": "1.49.7",
|
||||
"sass-loader": "10.4.1",
|
||||
"scratch-gui": "3.2.25",
|
||||
"scratch-l10n": "3.16.20231021032150",
|
||||
"scratch-l10n": "3.16.20231022032157",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
@ -23748,6 +23748,24 @@
|
|||
"symbol-observable": "^1.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-gui/node_modules/scratch-l10n": {
|
||||
"version": "3.16.20231021032150",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231021032150.tgz",
|
||||
"integrity": "sha512-tAtTkURn3OXOX7Kq2/RUSkj1FEsapkJbpjsLi0Da6SENFTpePs021csGzpA0ELeUswiQUIRy+o6Hq3bno0/ngg==",
|
||||
"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.30",
|
||||
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.1.30.tgz",
|
||||
|
@ -23837,9 +23855,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.16.20231021032150",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231021032150.tgz",
|
||||
"integrity": "sha512-tAtTkURn3OXOX7Kq2/RUSkj1FEsapkJbpjsLi0Da6SENFTpePs021csGzpA0ELeUswiQUIRy+o6Hq3bno0/ngg==",
|
||||
"version": "3.16.20231022032157",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231022032157.tgz",
|
||||
"integrity": "sha512-K28ZZi5wd12Umtt2M8PRewk8VRmjXvd7IDVwve2Mg4dz77+c5OV5cmF7p3Fift1jwMdECmKBGO5ZVAPhUOdIlA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
"sass": "1.49.7",
|
||||
"sass-loader": "10.4.1",
|
||||
"scratch-gui": "3.2.25",
|
||||
"scratch-l10n": "3.16.20231021032150",
|
||||
"scratch-l10n": "3.16.20231022032157",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue