mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
fix(deps): update dependency scratch-l10n to v3.18.42 (#2388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
392157d283
commit
b0c37cc7f2
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -67,7 +67,7 @@
|
||||||
"redux-throttle": "0.1.1",
|
"redux-throttle": "0.1.1",
|
||||||
"regenerator-runtime": "0.13.9",
|
"regenerator-runtime": "0.13.9",
|
||||||
"rimraf": "2.7.1",
|
"rimraf": "2.7.1",
|
||||||
"scratch-l10n": "3.18.41",
|
"scratch-l10n": "3.18.42",
|
||||||
"scratch-render-fonts": "1.0.16",
|
"scratch-render-fonts": "1.0.16",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"semantic-release": "19.0.5",
|
"semantic-release": "19.0.5",
|
||||||
|
@ -24858,9 +24858,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "3.18.41",
|
"version": "3.18.42",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.41.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.42.tgz",
|
||||||
"integrity": "sha512-aXoT2xPlknlqPooXOpsgcjL22kP4hKN5ohvL4kKi5gz3nL3UFLkhkOXNt6PHh4uNeeD/TG6va8v/lNwTKSTMow==",
|
"integrity": "sha512-PxL7UeruZav0RsYkQ0OXNTSUYCLrTY6YZgC/JuWr+FXKRJ2/RhKQmkjI98xR1GLM7z3i9K9XwnPtlcz2VrMZgg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"build-i18n-src": "scripts/build-i18n-src.js",
|
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
"redux-throttle": "0.1.1",
|
"redux-throttle": "0.1.1",
|
||||||
"regenerator-runtime": "0.13.9",
|
"regenerator-runtime": "0.13.9",
|
||||||
"rimraf": "2.7.1",
|
"rimraf": "2.7.1",
|
||||||
"scratch-l10n": "3.18.41",
|
"scratch-l10n": "3.18.42",
|
||||||
"scratch-render-fonts": "1.0.16",
|
"scratch-render-fonts": "1.0.16",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"semantic-release": "19.0.5",
|
"semantic-release": "19.0.5",
|
||||||
|
|
Loading…
Reference in a new issue