mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
fix(deps): update dependency scratch-l10n to v3.15.20230616032229 (#2181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7d96bc58c8
commit
e5f232134c
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -66,7 +66,7 @@
|
|||
"redux-throttle": "0.1.1",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"rimraf": "2.7.1",
|
||||
"scratch-l10n": "3.15.20230615032202",
|
||||
"scratch-l10n": "3.15.20230616032229",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
||||
"scratch-semantic-release-config": "1.0.7",
|
||||
"semantic-release": "19.0.5",
|
||||
|
@ -25762,9 +25762,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.15.20230615032202",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230615032202.tgz",
|
||||
"integrity": "sha512-pCwKsTblkdpDVhErXywoxwFFjioQ1IqQ5dXuQbQy8e1PoTyohh7h4Umaipo3tF5AocNNaoMKO7z8F65UYeB7Ew==",
|
||||
"version": "3.15.20230616032229",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230616032229.tgz",
|
||||
"integrity": "sha512-dgYo3sMn4172jgu1SU4oh9JS+oo0M5BcuuL/t7rBtScZpQdmV6xMSHD1UYlsVigbB+dEpmRPvWSexbSMvEguVA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
@ -55050,9 +55050,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.15.20230615032202",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230615032202.tgz",
|
||||
"integrity": "sha512-pCwKsTblkdpDVhErXywoxwFFjioQ1IqQ5dXuQbQy8e1PoTyohh7h4Umaipo3tF5AocNNaoMKO7z8F65UYeB7Ew==",
|
||||
"version": "3.15.20230616032229",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230616032229.tgz",
|
||||
"integrity": "sha512-dgYo3sMn4172jgu1SU4oh9JS+oo0M5BcuuL/t7rBtScZpQdmV6xMSHD1UYlsVigbB+dEpmRPvWSexbSMvEguVA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"redux-throttle": "0.1.1",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"rimraf": "2.7.1",
|
||||
"scratch-l10n": "3.15.20230615032202",
|
||||
"scratch-l10n": "3.15.20230616032229",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
||||
"scratch-semantic-release-config": "1.0.7",
|
||||
"semantic-release": "19.0.5",
|
||||
|
|
Loading…
Reference in a new issue