mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge pull request #5628 from LLK/dependabot/npm_and_yarn/scratch-l10n-3.13.20210618031601
This commit is contained in:
commit
6d4f97ed13
2 changed files with 16 additions and 4 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -21328,6 +21328,18 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.13.20210617031540",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210617031540.tgz",
|
||||
"integrity": "sha512-DPHqWiRnHv7Rp7s3EeESPpFgnHODboZyeRmR133vRj0j7DBnfwtzodzm659J8j4vyudcQblGbtcJYeRHbnYvpA==",
|
||||
"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",
|
||||
|
@ -21394,9 +21406,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.13.20210617031540",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210617031540.tgz",
|
||||
"integrity": "sha512-DPHqWiRnHv7Rp7s3EeESPpFgnHODboZyeRmR133vRj0j7DBnfwtzodzm659J8j4vyudcQblGbtcJYeRHbnYvpA==",
|
||||
"version": "3.13.20210618031601",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210618031601.tgz",
|
||||
"integrity": "sha512-vzU5vfDzuvZIb2hb1JCxK0mkPrXCaptbpEf7DDtTXuhuZLCzjfIHqwRIpKtnDxpowmph3xfzH4bmlo/yr3/45w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
"redux-thunk": "2.0.1",
|
||||
"sass-loader": "6.0.6",
|
||||
"scratch-gui": "0.1.0-prerelease.20210617035831",
|
||||
"scratch-l10n": "3.13.20210617031540",
|
||||
"scratch-l10n": "3.13.20210618031601",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue