mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Merge pull request #6046 from LLK/renovate/scratch-l10n-3.x
chore(deps): update dependency scratch-l10n to v3.14.20210911031507
This commit is contained in:
commit
e0ab4ed098
2 changed files with 16 additions and 4 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -21431,6 +21431,18 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20210910031458",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210910031458.tgz",
|
||||
"integrity": "sha512-4BJfm9ZHeDBVp43DY3VqxmsOdm8p4/Tfs2CCsoEu6lZ1hFrpjau6+ciMpenkc/NNMapGzpD4R7ukw29Pccru0Q==",
|
||||
"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",
|
||||
|
@ -21497,9 +21509,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20210910031458",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210910031458.tgz",
|
||||
"integrity": "sha512-4BJfm9ZHeDBVp43DY3VqxmsOdm8p4/Tfs2CCsoEu6lZ1hFrpjau6+ciMpenkc/NNMapGzpD4R7ukw29Pccru0Q==",
|
||||
"version": "3.14.20210911031507",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210911031507.tgz",
|
||||
"integrity": "sha512-ftWNsEX5Rs2y8G+vGSZ5A5111M417ZhaycNmUjD6sK8m+tS5z7w9TmVkbaOMlgVTCJv1GeWN3JazNX7ZZwkB2A==",
|
||||
"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.20210910082404",
|
||||
"scratch-l10n": "3.14.20210910031458",
|
||||
"scratch-l10n": "3.14.20210911031507",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue