mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Merge pull request #6277 from LLK/renovate/scratch-l10n-3.x
chore(deps): update dependency scratch-l10n to v3.14.20211107031532
This commit is contained in:
commit
faa00d9651
2 changed files with 30 additions and 4 deletions
32
package-lock.json
generated
32
package-lock.json
generated
|
@ -20527,6 +20527,20 @@
|
||||||
"google-closure-library": "20190301.0.0",
|
"google-closure-library": "20190301.0.0",
|
||||||
"imports-loader": "0.6.5",
|
"imports-loader": "0.6.5",
|
||||||
"scratch-l10n": "3.14.20211106031621"
|
"scratch-l10n": "3.14.20211106031621"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"scratch-l10n": {
|
||||||
|
"version": "3.14.20211106031621",
|
||||||
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211106031621.tgz",
|
||||||
|
"integrity": "sha512-R9rKR8K7RmJ4MS2vmhMay0CzA+1fCOZvi74JN25emG/kO56fUnz+xrTFF2yJ0lmTxVDWElNZF9nHWCB4GNW1kg==",
|
||||||
|
"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": {
|
"scratch-gui": {
|
||||||
|
@ -20940,6 +20954,18 @@
|
||||||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"scratch-l10n": {
|
||||||
|
"version": "3.14.20211106031621",
|
||||||
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211106031621.tgz",
|
||||||
|
"integrity": "sha512-R9rKR8K7RmJ4MS2vmhMay0CzA+1fCOZvi74JN25emG/kO56fUnz+xrTFF2yJ0lmTxVDWElNZF9nHWCB4GNW1kg==",
|
||||||
|
"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": {
|
"scratch-storage": {
|
||||||
"version": "1.3.5",
|
"version": "1.3.5",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.5.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.5.tgz",
|
||||||
|
@ -21006,9 +21032,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scratch-l10n": {
|
"scratch-l10n": {
|
||||||
"version": "3.14.20211106031621",
|
"version": "3.14.20211107031532",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211106031621.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211107031532.tgz",
|
||||||
"integrity": "sha512-R9rKR8K7RmJ4MS2vmhMay0CzA+1fCOZvi74JN25emG/kO56fUnz+xrTFF2yJ0lmTxVDWElNZF9nHWCB4GNW1kg==",
|
"integrity": "sha512-j3goGwbl76a9hpUaKJOgwkShzM8t3kyuEKeCcYC/1oHpQwAK1WH0kzSLWVyAg86O+N+z5vSDQbJdNGTREJif7w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/cli": "^7.1.2",
|
"@babel/cli": "^7.1.2",
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
"redux-thunk": "2.0.1",
|
"redux-thunk": "2.0.1",
|
||||||
"sass-loader": "6.0.6",
|
"sass-loader": "6.0.6",
|
||||||
"scratch-gui": "0.1.0-prerelease.20211106132403",
|
"scratch-gui": "0.1.0-prerelease.20211106132403",
|
||||||
"scratch-l10n": "3.14.20211106031621",
|
"scratch-l10n": "3.14.20211107031532",
|
||||||
"selenium-webdriver": "3.6.0",
|
"selenium-webdriver": "3.6.0",
|
||||||
"slick-carousel": "1.6.0",
|
"slick-carousel": "1.6.0",
|
||||||
"style-loader": "0.12.3",
|
"style-loader": "0.12.3",
|
||||||
|
|
Loading…
Reference in a new issue