mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
chore(deps): update dependency scratch-l10n to v4
This commit is contained in:
parent
f90356d87a
commit
8f87a82993
2 changed files with 19 additions and 19 deletions
36
package-lock.json
generated
36
package-lock.json
generated
|
@ -111,7 +111,7 @@
|
|||
"sass": "1.80.5",
|
||||
"sass-loader": "10.5.2",
|
||||
"scratch-gui": "4.0.42",
|
||||
"scratch-l10n": "3.18.357",
|
||||
"scratch-l10n": "4.0.5",
|
||||
"selenium-webdriver": "4.25.0",
|
||||
"slick-carousel": "1.8.1",
|
||||
"stream-browserify": "3.0.0",
|
||||
|
@ -22083,6 +22083,22 @@
|
|||
"node": ">=4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-blocks/node_modules/scratch-l10n": {
|
||||
"version": "3.18.357",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.357.tgz",
|
||||
"integrity": "sha512-Rs3YmUa2dzpYqT1O/YT15g99sIwnC7j9TOOmOhUphVKLeiYUvJWiRPKZCugA7/hbIMYZV5VLkmuDgGXhgfSOBw==",
|
||||
"dev": true,
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@transifex/api": "4.3.0",
|
||||
"download": "8.0.0",
|
||||
"transifex": "1.6.6"
|
||||
},
|
||||
"bin": {
|
||||
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||
"tx-push-src": "scripts/tx-push-src.js"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-gui": {
|
||||
"version": "4.0.42",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-4.0.42.tgz",
|
||||
|
@ -22327,7 +22343,7 @@
|
|||
"react": "^16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-gui/node_modules/scratch-l10n": {
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-4.0.5.tgz",
|
||||
"integrity": "sha512-CRMrceqq9HI3VqVxP2/Ttz3mzAWi+3xg4235pXwUS3r4GNSk7JcFdW/mhx/fbvCjL245+jXQSBKjayATaEROgg==",
|
||||
|
@ -22343,22 +22359,6 @@
|
|||
"tx-push-src": "scripts/tx-push-src.js"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.18.357",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.357.tgz",
|
||||
"integrity": "sha512-Rs3YmUa2dzpYqT1O/YT15g99sIwnC7j9TOOmOhUphVKLeiYUvJWiRPKZCugA7/hbIMYZV5VLkmuDgGXhgfSOBw==",
|
||||
"dev": true,
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@transifex/api": "4.3.0",
|
||||
"download": "8.0.0",
|
||||
"transifex": "1.6.6"
|
||||
},
|
||||
"bin": {
|
||||
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||
"tx-push-src": "scripts/tx-push-src.js"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-paint": {
|
||||
"version": "2.2.467",
|
||||
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.2.467.tgz",
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
"sass": "1.80.5",
|
||||
"sass-loader": "10.5.2",
|
||||
"scratch-gui": "4.0.42",
|
||||
"scratch-l10n": "3.18.357",
|
||||
"scratch-l10n": "4.0.5",
|
||||
"selenium-webdriver": "4.25.0",
|
||||
"slick-carousel": "1.8.1",
|
||||
"stream-browserify": "3.0.0",
|
||||
|
|
Loading…
Reference in a new issue