mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
chore(deps): update dependency scratch-l10n to v3.14.20211029031547
This commit is contained in:
parent
41b40810a1
commit
2758ce9efa
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.882",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.882.tgz",
|
||||
"integrity": "sha512-Kllt2R9+7yEIBbASR0MReJSK9TjPmHoomLbCLRP7r4SVtSy+Y0hYIhQ7LGjnMhlAyWUtGXTiznoGsaKxEH0ttw==",
|
||||
"version": "1.3.884",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.884.tgz",
|
||||
"integrity": "sha512-kOaCAa+biA98PwH5BpCkeUeTL6mCeg8p3Q3OhqzPyqhu/5QUnWAN2wr/3IK8xMQxIV76kfoQpP+Bn/wij/jXrg==",
|
||||
"dev": true
|
||||
},
|
||||
"picocolors": {
|
||||
|
@ -20527,6 +20527,20 @@
|
|||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.6.5",
|
||||
"scratch-l10n": "3.14.20211028031720"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20211028031720",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211028031720.tgz",
|
||||
"integrity": "sha512-7hIB3rELH3/bXzpbyEApZ9pTcmbz1Z/4WpnCiiXYJLzzgCp2flcmWvyiQPfJ+AZ3cdnTAWx3+/rtuakjQ0m/Yw==",
|
||||
"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": {
|
||||
|
@ -20940,6 +20954,18 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20211028031720",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211028031720.tgz",
|
||||
"integrity": "sha512-7hIB3rELH3/bXzpbyEApZ9pTcmbz1Z/4WpnCiiXYJLzzgCp2flcmWvyiQPfJ+AZ3cdnTAWx3+/rtuakjQ0m/Yw==",
|
||||
"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",
|
||||
|
@ -21006,9 +21032,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20211028031720",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211028031720.tgz",
|
||||
"integrity": "sha512-7hIB3rELH3/bXzpbyEApZ9pTcmbz1Z/4WpnCiiXYJLzzgCp2flcmWvyiQPfJ+AZ3cdnTAWx3+/rtuakjQ0m/Yw==",
|
||||
"version": "3.14.20211029031547",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211029031547.tgz",
|
||||
"integrity": "sha512-+uvz4GvofY9duwJXskqMjW1BC6lgtVZuZFFiTu4xd6utLCf6f1lsqKOGN8UN8GiR3x3LihxjSugDfmyEMNGKvQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
"redux-thunk": "2.0.1",
|
||||
"sass-loader": "6.0.6",
|
||||
"scratch-gui": "0.1.0-prerelease.20211028182609",
|
||||
"scratch-l10n": "3.14.20211028031720",
|
||||
"scratch-l10n": "3.14.20211029031547",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
"style-loader": "0.12.3",
|
||||
|
|
Loading…
Reference in a new issue