Bump scratch-l10n from 3.11.20210614031633 to 3.12.20210614183204

Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.11.20210614031633 to 3.12.20210614183204.
- [Release notes](https://github.com/LLK/scratch-l10n/releases)
- [Commits](https://github.com/LLK/scratch-l10n/compare/3.11.20210614031633...3.12.20210614183204)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-06-14 18:37:55 +00:00 committed by GitHub
parent a17919e561
commit 88211c2d1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 4 deletions

19
package-lock.json generated
View file

@ -21328,6 +21328,19 @@
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
"dev": true "dev": true
}, },
"scratch-l10n": {
"version": "3.11.20210614031633",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.11.20210614031633.tgz",
"integrity": "sha512-Gi3uw1ULWYDVVzgLCpCHU7AUCQOgiKXqb/to140uQvSMH5KZnH3FpzsAMpahPQPEe5rHIM0NcbznF+IRDcSwJg==",
"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": { "scratch-storage": {
"version": "1.3.5", "version": "1.3.5",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.5.tgz", "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.5.tgz",
@ -21394,9 +21407,9 @@
} }
}, },
"scratch-l10n": { "scratch-l10n": {
"version": "3.11.20210614031633", "version": "3.12.20210614183204",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.11.20210614031633.tgz", "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.12.20210614183204.tgz",
"integrity": "sha512-Gi3uw1ULWYDVVzgLCpCHU7AUCQOgiKXqb/to140uQvSMH5KZnH3FpzsAMpahPQPEe5rHIM0NcbznF+IRDcSwJg==", "integrity": "sha512-Wq2SXXqvhY6nP31wKwvmUBfF8wSwkqtL7eaQOx0a597a0AEfrdhnldhyWbzXLoXYD71QUin6LPvAiqRMHtXClQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/cli": "^7.1.2", "@babel/cli": "^7.1.2",

View file

@ -127,7 +127,7 @@
"redux-thunk": "2.0.1", "redux-thunk": "2.0.1",
"sass-loader": "6.0.6", "sass-loader": "6.0.6",
"scratch-gui": "0.1.0-prerelease.20210614040305", "scratch-gui": "0.1.0-prerelease.20210614040305",
"scratch-l10n": "3.11.20210614031633", "scratch-l10n": "3.12.20210614183204",
"selenium-webdriver": "3.6.0", "selenium-webdriver": "3.6.0",
"slick-carousel": "1.6.0", "slick-carousel": "1.6.0",
"style-loader": "0.12.3", "style-loader": "0.12.3",