mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #4221 from scratchfoundation/renovate/scratch-render-1.x
fix(deps): update dependency scratch-render to v1.0.2
This commit is contained in:
commit
0aa53beab4
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -54,7 +54,7 @@
|
|||
"scratch-audio": "1.0.0",
|
||||
"scratch-blocks": "1.1.6",
|
||||
"scratch-l10n": "3.18.5",
|
||||
"scratch-render": "1.0.1",
|
||||
"scratch-render": "1.0.2",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20231017225105",
|
||||
"scratch-semantic-release-config": "1.0.8",
|
||||
"scratch-storage": "2.3.1",
|
||||
|
@ -24510,9 +24510,9 @@
|
|||
"integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ=="
|
||||
},
|
||||
"node_modules/scratch-render": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render/-/scratch-render-1.0.1.tgz",
|
||||
"integrity": "sha512-6XwXAAgyv60Qrv0NkQRz0E830EEnQ0+hMIvnnLDVFXALLPvP/rNFhXs/s4lAXLna4FbVpyUnKfpPWnLOYQF6gw==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render/-/scratch-render-1.0.2.tgz",
|
||||
"integrity": "sha512-vIgIcEvaOmoif9Hcj0xnizrqkzhXK7B0Nuy6pLTS0inM3XSLFHry6P0gI+/aGiSx1K7bwZTJiMQJ3LBvI3cRDA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"grapheme-breaker": "^0.3.2",
|
||||
|
@ -51396,9 +51396,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-render": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render/-/scratch-render-1.0.1.tgz",
|
||||
"integrity": "sha512-6XwXAAgyv60Qrv0NkQRz0E830EEnQ0+hMIvnnLDVFXALLPvP/rNFhXs/s4lAXLna4FbVpyUnKfpPWnLOYQF6gw==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render/-/scratch-render-1.0.2.tgz",
|
||||
"integrity": "sha512-vIgIcEvaOmoif9Hcj0xnizrqkzhXK7B0Nuy6pLTS0inM3XSLFHry6P0gI+/aGiSx1K7bwZTJiMQJ3LBvI3cRDA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"grapheme-breaker": "^0.3.2",
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
"scratch-audio": "1.0.0",
|
||||
"scratch-blocks": "1.1.6",
|
||||
"scratch-l10n": "3.18.5",
|
||||
"scratch-render": "1.0.1",
|
||||
"scratch-render": "1.0.2",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20231017225105",
|
||||
"scratch-semantic-release-config": "1.0.8",
|
||||
"scratch-storage": "2.3.1",
|
||||
|
|
Loading…
Reference in a new issue