mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
chore(deps): update dependency scratch-l10n to v3.13.20210729031512
This commit is contained in:
parent
6cac7f8b82
commit
3e1ee5fe50
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.785",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.785.tgz",
|
||||
"integrity": "sha512-WmCgAeURsMFiyoJ646eUaJQ7GNfvMRLXo+GamUyKVNEM4MqTAsXyC0f38JEB4N3BtbD0tlAKozGP5E2T9K3YGg==",
|
||||
"version": "1.3.790",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.790.tgz",
|
||||
"integrity": "sha512-epMH/S2MkhBv+Y0+nHK8dC7bzmOaPwcmiYqt+VwxSUJLgPzkqZnGUEQ8eVhy5zGmgWm9tDDdXkHDzOEsVU979A==",
|
||||
"dev": true
|
||||
},
|
||||
"semver": {
|
||||
|
@ -20888,6 +20888,20 @@
|
|||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.6.5",
|
||||
"scratch-l10n": "3.13.20210723031502"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.13.20210723031502",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210723031502.tgz",
|
||||
"integrity": "sha512-BkkIcBqN+nnqsYBIpZUpanuBZP2x1z1oQOyuiEojQU4buyRtDXZ7TGJaEuKA6fxtVMT5TpQ2y5s++hYcv9mufg==",
|
||||
"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": {
|
||||
|
@ -21314,6 +21328,18 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.13.20210723031502",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210723031502.tgz",
|
||||
"integrity": "sha512-BkkIcBqN+nnqsYBIpZUpanuBZP2x1z1oQOyuiEojQU4buyRtDXZ7TGJaEuKA6fxtVMT5TpQ2y5s++hYcv9mufg==",
|
||||
"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",
|
||||
|
@ -21380,9 +21406,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.13.20210723031502",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210723031502.tgz",
|
||||
"integrity": "sha512-BkkIcBqN+nnqsYBIpZUpanuBZP2x1z1oQOyuiEojQU4buyRtDXZ7TGJaEuKA6fxtVMT5TpQ2y5s++hYcv9mufg==",
|
||||
"version": "3.13.20210729031512",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210729031512.tgz",
|
||||
"integrity": "sha512-VislRxOx/BiHC7IldEpdoAD0NrzxieNPI0JNIZGXCdqSTg62n4KqdJCsseqmb4SHUmzSGWaLSoc5vkt+Pp302Q==",
|
||||
"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.20210727132145",
|
||||
"scratch-l10n": "3.13.20210723031502",
|
||||
"scratch-l10n": "3.13.20210729031512",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue