mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Bump scratch-l10n from 3.13.20210618031601 to 3.13.20210619031554
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.13.20210618031601 to 3.13.20210619031554. - [Release notes](https://github.com/LLK/scratch-l10n/releases) - [Commits](https://github.com/LLK/scratch-l10n/compare/3.13.20210618031601...3.13.20210619031554) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
303d800041
commit
688e5b149a
2 changed files with 19 additions and 7 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -372,9 +372,9 @@
|
|||
}
|
||||
},
|
||||
"convert-source-map": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
|
||||
"integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
|
||||
"integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"safe-buffer": "~5.1.1"
|
||||
|
@ -21334,6 +21334,18 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"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",
|
||||
"@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.13.20210618031601",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210618031601.tgz",
|
||||
"integrity": "sha512-vzU5vfDzuvZIb2hb1JCxK0mkPrXCaptbpEf7DDtTXuhuZLCzjfIHqwRIpKtnDxpowmph3xfzH4bmlo/yr3/45w==",
|
||||
"version": "3.13.20210619031554",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210619031554.tgz",
|
||||
"integrity": "sha512-Evu6OGHLiT3SJW4PGrhyNlriwhPSq8WvUjdexi2XUyjjRsjzX0z0u9f1O5KlxrURVywIIE+1t+aiq5blq0K2Cw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
"redux-thunk": "2.0.1",
|
||||
"sass-loader": "6.0.6",
|
||||
"scratch-gui": "0.1.0-prerelease.20210618042754",
|
||||
"scratch-l10n": "3.13.20210618031601",
|
||||
"scratch-l10n": "3.13.20210619031554",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue