mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Bump scratch-l10n from 3.13.20210625031500 to 3.13.20210626031455
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.13.20210625031500 to 3.13.20210626031455. - [Release notes](https://github.com/LLK/scratch-l10n/releases) - [Commits](https://github.com/LLK/scratch-l10n/compare/3.13.20210625031500...3.13.20210626031455) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
05b3a06251
commit
546425cd26
2 changed files with 19 additions and 7 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -504,9 +504,9 @@
|
|||
}
|
||||
},
|
||||
"electron-to-chromium": {
|
||||
"version": "1.3.755",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.755.tgz",
|
||||
"integrity": "sha512-BJ1s/kuUuOeo1bF/EM2E4yqW9te0Hpof3wgwBx40AWJE18zsD1Tqo0kr7ijnOc+lRsrlrqKPauJAHqaxOItoUA==",
|
||||
"version": "1.3.759",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.759.tgz",
|
||||
"integrity": "sha512-nM76xH0t2FBH5iMEZDVc3S/qbdKjGH7TThezxC8k1Q7w7WHvIAyJh8lAe2UamGfdRqBTjHfPDn82LJ0ksCiB9g==",
|
||||
"dev": true
|
||||
},
|
||||
"semver": {
|
||||
|
@ -21334,6 +21334,18 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.13.20210625031500",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210625031500.tgz",
|
||||
"integrity": "sha512-OI14MTgvQaNASJykH5voiarbjMBKnjZDkE4r3HH2yXTBWeV8tbNzA/GLYYd1Ri4ovy4GOwFJ6nLy0RCmEeGBGg==",
|
||||
"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.20210625031500",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210625031500.tgz",
|
||||
"integrity": "sha512-OI14MTgvQaNASJykH5voiarbjMBKnjZDkE4r3HH2yXTBWeV8tbNzA/GLYYd1Ri4ovy4GOwFJ6nLy0RCmEeGBGg==",
|
||||
"version": "3.13.20210626031455",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210626031455.tgz",
|
||||
"integrity": "sha512-zbA9Wxk1/n3XOvZAyJv5oipYXuf1Gqffm8NlI2aUzP39DGUOpymq0V0w9CFVdM5uC693UFwR3DFQKf6/f1WaZQ==",
|
||||
"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.20210625082409",
|
||||
"scratch-l10n": "3.13.20210625031500",
|
||||
"scratch-l10n": "3.13.20210626031455",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue