mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Merge pull request #5887 from LLK/renovate/scratch-l10n-3.x
chore(deps): update dependency scratch-l10n to v3.14.20210806031538
This commit is contained in:
commit
34fd80ef8d
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.796",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.796.tgz",
|
||||
"integrity": "sha512-agwJFgM0FUC1UPPbQ4aII3HamaaJ09fqWGAWYHmzxDWqdmTleCHyyA0kt3fJlTd5M440IaeuBfzXzXzCotnZcQ==",
|
||||
"version": "1.3.798",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.798.tgz",
|
||||
"integrity": "sha512-fwsr6oXAORoV9a6Ak2vMCdXfmHIpAGgpOGesulS1cbGgJmrMl3H+GicUyRG3t+z9uHTMrIuMTleFDW+EUFYT3g==",
|
||||
"dev": true
|
||||
},
|
||||
"semver": {
|
||||
|
@ -20894,6 +20894,20 @@
|
|||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.6.5",
|
||||
"scratch-l10n": "3.14.20210805134927"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20210805134927",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210805134927.tgz",
|
||||
"integrity": "sha512-d1UP975+tef1zuVIeVfm2NZHWPKeqdBZIPNG5o2H2DTHD1p/NNGA9YNiEnWQW9LENXP75hl9ofSqE57utXq+bg==",
|
||||
"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": {
|
||||
|
@ -21320,6 +21334,18 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20210805134927",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210805134927.tgz",
|
||||
"integrity": "sha512-d1UP975+tef1zuVIeVfm2NZHWPKeqdBZIPNG5o2H2DTHD1p/NNGA9YNiEnWQW9LENXP75hl9ofSqE57utXq+bg==",
|
||||
"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",
|
||||
|
@ -21386,9 +21412,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20210805134927",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210805134927.tgz",
|
||||
"integrity": "sha512-d1UP975+tef1zuVIeVfm2NZHWPKeqdBZIPNG5o2H2DTHD1p/NNGA9YNiEnWQW9LENXP75hl9ofSqE57utXq+bg==",
|
||||
"version": "3.14.20210806031538",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210806031538.tgz",
|
||||
"integrity": "sha512-fbCQhPc2Xw91bHohbnDSu3ieA9+ITlPKC4nyEmWpKgLuyDLC5mVQx4+S9cwUgcQeiQxjiNA7lyvPjG94bdRMuA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
"redux-thunk": "2.0.1",
|
||||
"sass-loader": "6.0.6",
|
||||
"scratch-gui": "0.1.0-prerelease.20210805235034",
|
||||
"scratch-l10n": "3.14.20210805134927",
|
||||
"scratch-l10n": "3.14.20210806031538",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue