mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
fix(deps): update dependency scratch-render-fonts to v1.0.99 (#2792)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f093ca8998
commit
02129ae073
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -68,7 +68,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"rimraf": "2.7.1",
|
||||
"scratch-l10n": "3.18.300",
|
||||
"scratch-render-fonts": "1.0.98",
|
||||
"scratch-render-fonts": "1.0.99",
|
||||
"scratch-semantic-release-config": "1.0.15",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
|
@ -26725,9 +26725,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-render-fonts": {
|
||||
"version": "1.0.98",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.98.tgz",
|
||||
"integrity": "sha512-Nly4T38K42UjCmppNGbA1nQPDVB0grBqc6vLGp243RKL4g1pQG2V4oQLi1JigyhU464femBwCxPf5p5fRXJT6Q==",
|
||||
"version": "1.0.99",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.99.tgz",
|
||||
"integrity": "sha512-t8qoC6Rfstxw+ITUYWb8OfPXHTd89WBDmi0xu6pIWDf5yenEFm1CrMWkKloNSCgqZqZEiUAMuqfGJhdJPvT0hg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"base64-loader": "^1.0.0"
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"rimraf": "2.7.1",
|
||||
"scratch-l10n": "3.18.300",
|
||||
"scratch-render-fonts": "1.0.98",
|
||||
"scratch-render-fonts": "1.0.99",
|
||||
"scratch-semantic-release-config": "1.0.15",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
|
|
Loading…
Reference in a new issue