mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
fix(deps): update dependency scratch-l10n to v3.16.20230915032152
This commit is contained in:
parent
1237261e0e
commit
d8a199e4c5
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.2.1",
|
||||
"scratch-gui": "2.3.43",
|
||||
"scratch-l10n": "3.16.20230914032225",
|
||||
"scratch-l10n": "3.16.20230915032152",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
@ -23357,6 +23357,24 @@
|
|||
"scratch-l10n": "3.16.20230914032225"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-blocks/node_modules/scratch-l10n": {
|
||||
"version": "3.16.20230914032225",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20230914032225.tgz",
|
||||
"integrity": "sha512-0ObTrooViIsycYxOkXLR1vQC4zdk/+W2Y0mKOJ6AWGAE5Zn+X4hVLbGK+m3i7ZBDHClMo6IbdLNj8+i7VTacCQ==",
|
||||
"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": "2.3.43",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-2.3.43.tgz",
|
||||
|
@ -23771,24 +23789,6 @@
|
|||
"symbol-observable": "^1.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-gui/node_modules/scratch-l10n": {
|
||||
"version": "3.16.20230915032152",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20230915032152.tgz",
|
||||
"integrity": "sha512-rrPDc2Ltzo+ien80CHntN5vmo7B/qFTuyaMQetEGQAOoZV14N2+jVIrVFzWYUFMvbpabBqQBIwmNfowbu7l/7Q==",
|
||||
"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.9",
|
||||
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.1.9.tgz",
|
||||
|
@ -23878,9 +23878,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.16.20230914032225",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20230914032225.tgz",
|
||||
"integrity": "sha512-0ObTrooViIsycYxOkXLR1vQC4zdk/+W2Y0mKOJ6AWGAE5Zn+X4hVLbGK+m3i7ZBDHClMo6IbdLNj8+i7VTacCQ==",
|
||||
"version": "3.16.20230915032152",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20230915032152.tgz",
|
||||
"integrity": "sha512-rrPDc2Ltzo+ien80CHntN5vmo7B/qFTuyaMQetEGQAOoZV14N2+jVIrVFzWYUFMvbpabBqQBIwmNfowbu7l/7Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
"sass": "1.49.7",
|
||||
"sass-loader": "10.2.1",
|
||||
"scratch-gui": "2.3.43",
|
||||
"scratch-l10n": "3.16.20230914032225",
|
||||
"scratch-l10n": "3.16.20230915032152",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue