mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
build(deps-dev): bump scratch-l10n
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.13.20210718031500 to 3.13.20210720031509. - [Release notes](https://github.com/LLK/scratch-l10n/releases) - [Commits](https://github.com/LLK/scratch-l10n/compare/3.13.20210718031500...3.13.20210720031509) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
235853b705
commit
596f4a8952
2 changed files with 33 additions and 7 deletions
38
package-lock.json
generated
38
package-lock.json
generated
|
@ -504,9 +504,9 @@
|
|||
}
|
||||
},
|
||||
"electron-to-chromium": {
|
||||
"version": "1.3.779",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.779.tgz",
|
||||
"integrity": "sha512-nreave0y/1Qhmo8XtO6C/LpawNyC6U26+q7d814/e+tIqUK073pM+4xW7WUXyqCRa5K4wdxHmNMBAi8ap9nEew==",
|
||||
"version": "1.3.780",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.780.tgz",
|
||||
"integrity": "sha512-2KQ9OYm9WMUNpAPA/4aerURl3hwRc9tNlpsiEj3Y8Gf7LVf26NzyLIX2v0hSagQwrS9+cWab+28A2GPKDoVNRA==",
|
||||
"dev": true
|
||||
},
|
||||
"semver": {
|
||||
|
@ -20868,6 +20868,20 @@
|
|||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.6.5",
|
||||
"scratch-l10n": "3.13.20210718031500"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.13.20210718031500",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210718031500.tgz",
|
||||
"integrity": "sha512-AbUUE+SA4JD+MaNdbryNyUe6qL+PPVit8JZ6Y+4keTM1WUKPv0d8LS5ypwtssUkpxFqHDENgbjsih4dX8DwHLA==",
|
||||
"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-gui": {
|
||||
|
@ -21316,6 +21330,18 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.13.20210718031500",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210718031500.tgz",
|
||||
"integrity": "sha512-AbUUE+SA4JD+MaNdbryNyUe6qL+PPVit8JZ6Y+4keTM1WUKPv0d8LS5ypwtssUkpxFqHDENgbjsih4dX8DwHLA==",
|
||||
"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",
|
||||
|
@ -21382,9 +21408,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.13.20210718031500",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210718031500.tgz",
|
||||
"integrity": "sha512-AbUUE+SA4JD+MaNdbryNyUe6qL+PPVit8JZ6Y+4keTM1WUKPv0d8LS5ypwtssUkpxFqHDENgbjsih4dX8DwHLA==",
|
||||
"version": "3.13.20210720031509",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210720031509.tgz",
|
||||
"integrity": "sha512-XDAQ6um3aFdYEpj56i1cXd5tYc0PC41a1+YntRiOQtIMYpOfkIuzF4axLP+Gdy1bDf/xebii6C6qQ9ykMt/UtQ==",
|
||||
"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.20210718052915",
|
||||
"scratch-l10n": "3.13.20210718031500",
|
||||
"scratch-l10n": "3.13.20210720031509",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue