mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #5593 from LLK/dependabot/npm_and_yarn/scratch-l10n-3.11.20210611210725
This commit is contained in:
commit
0c635fb0d1
2 changed files with 17 additions and 4 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
@ -21328,6 +21328,19 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.11.20210611031724",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.11.20210611031724.tgz",
|
||||
"integrity": "sha512-KLmYVWquTPhUeSDwZsJFUlCIlVkjRigRy8GsEB1/P1XbFnh7ylACR8wnbctaXhY8UxN5jdna7F7u59batGBcww==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
"@babel/core": "^7.1.2",
|
||||
"babel-plugin-react-intl": "^3.0.1",
|
||||
"react-intl": "^2.8.0",
|
||||
"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 +21407,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.11.20210611031724",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.11.20210611031724.tgz",
|
||||
"integrity": "sha512-KLmYVWquTPhUeSDwZsJFUlCIlVkjRigRy8GsEB1/P1XbFnh7ylACR8wnbctaXhY8UxN5jdna7F7u59batGBcww==",
|
||||
"version": "3.11.20210611210725",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.11.20210611210725.tgz",
|
||||
"integrity": "sha512-WP/hCarmItUf6KjJYu1zcguZdLHAS/+etOcmXvHtYe/o6OYfkqlV47zLkky7UAi+C1j4sliyT4IMXIPHQLeudQ==",
|
||||
"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.20210611035846",
|
||||
"scratch-l10n": "3.11.20210611031724",
|
||||
"scratch-l10n": "3.11.20210611210725",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue