mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
chore(deps): update dependency scratch-l10n to v3.14.20210930031530
This commit is contained in:
parent
c788dcd4c8
commit
8f05ff377a
2 changed files with 16 additions and 4 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -21334,6 +21334,18 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20210929031524",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210929031524.tgz",
|
||||
"integrity": "sha512-Zi9cyLGhCbJ/Hfv/xSbtx/c4Vjh8r3eX555EIub/rkCiLQZz5Y8Fe6m70dSn/f9dqmUCdGMBsNEY/3jZTKdsIw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
"@babel/core": "^7.1.2",
|
||||
"babel-plugin-react-intl": "^3.0.1",
|
||||
"transifex": "1.6.6"
|
||||
}
|
||||
},
|
||||
"scratch-storage": {
|
||||
"version": "1.3.5",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.5.tgz",
|
||||
|
@ -21400,9 +21412,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20210929031524",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210929031524.tgz",
|
||||
"integrity": "sha512-Zi9cyLGhCbJ/Hfv/xSbtx/c4Vjh8r3eX555EIub/rkCiLQZz5Y8Fe6m70dSn/f9dqmUCdGMBsNEY/3jZTKdsIw==",
|
||||
"version": "3.14.20210930031530",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210930031530.tgz",
|
||||
"integrity": "sha512-aEF7lt6VTCjDOUYkJ1bXr/guopNgp+XRqfpWf0kJ9RwKynjcQoVbd8Nbkg6brPvIdGvUABjRe0AsiU/kVsrZ1Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
"redux-thunk": "2.0.1",
|
||||
"sass-loader": "6.0.6",
|
||||
"scratch-gui": "0.1.0-prerelease.20210929111256",
|
||||
"scratch-l10n": "3.14.20210929031524",
|
||||
"scratch-l10n": "3.14.20210930031530",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue