mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
fix(deps): update dependency scratch-render to v1.0.7
This commit is contained in:
parent
1d73713142
commit
dfb6172b21
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -54,7 +54,7 @@
|
||||||
"scratch-audio": "1.0.3",
|
"scratch-audio": "1.0.3",
|
||||||
"scratch-blocks": "1.1.8",
|
"scratch-blocks": "1.1.8",
|
||||||
"scratch-l10n": "3.18.6",
|
"scratch-l10n": "3.18.6",
|
||||||
"scratch-render": "1.0.2",
|
"scratch-render": "1.0.7",
|
||||||
"scratch-render-fonts": "1.0.2",
|
"scratch-render-fonts": "1.0.2",
|
||||||
"scratch-semantic-release-config": "1.0.8",
|
"scratch-semantic-release-config": "1.0.8",
|
||||||
"scratch-storage": "2.3.1",
|
"scratch-storage": "2.3.1",
|
||||||
|
@ -18949,9 +18949,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-render": {
|
"node_modules/scratch-render": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.7",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-render/-/scratch-render-1.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-render/-/scratch-render-1.0.7.tgz",
|
||||||
"integrity": "sha512-vIgIcEvaOmoif9Hcj0xnizrqkzhXK7B0Nuy6pLTS0inM3XSLFHry6P0gI+/aGiSx1K7bwZTJiMQJ3LBvI3cRDA==",
|
"integrity": "sha512-kC6EI5DKWp0hSQt4WITMTcFJMnIJO3qqelv60pBMDD4y4C0H0ZD/Ov6xgX7BqpojNCo39Un283CDt5uQjJ2uJw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"grapheme-breaker": "^0.3.2",
|
"grapheme-breaker": "^0.3.2",
|
||||||
|
@ -18965,7 +18965,7 @@
|
||||||
"twgl.js": "^4.4.0"
|
"twgl.js": "^4.4.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"scratch-render-fonts": "^1.0.0-prerelease"
|
"scratch-render-fonts": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-render-fonts": {
|
"node_modules/scratch-render-fonts": {
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
"scratch-audio": "1.0.3",
|
"scratch-audio": "1.0.3",
|
||||||
"scratch-blocks": "1.1.8",
|
"scratch-blocks": "1.1.8",
|
||||||
"scratch-l10n": "3.18.6",
|
"scratch-l10n": "3.18.6",
|
||||||
"scratch-render": "1.0.2",
|
"scratch-render": "1.0.7",
|
||||||
"scratch-render-fonts": "1.0.2",
|
"scratch-render-fonts": "1.0.2",
|
||||||
"scratch-semantic-release-config": "1.0.8",
|
"scratch-semantic-release-config": "1.0.8",
|
||||||
"scratch-storage": "2.3.1",
|
"scratch-storage": "2.3.1",
|
||||||
|
|
Loading…
Reference in a new issue