mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
chore(deps): update dependency scratch-blocks to v0.1.0-prerelease.20210729065131
This commit is contained in:
parent
0bc07f4ded
commit
cb8ffc1b99
2 changed files with 5 additions and 19 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -15723,29 +15723,15 @@
|
|||
}
|
||||
},
|
||||
"scratch-blocks": {
|
||||
"version": "0.1.0-prerelease.20210723050031",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20210723050031.tgz",
|
||||
"integrity": "sha512-Rg8Q7iWmTr08XNVeOP0pXxkrHH1jQ84ZRsflJ9Xh9RTreSyztx9PqZd0YRWfnSVy4a9En1+6KH/vzxAEVLbkBQ==",
|
||||
"version": "0.1.0-prerelease.20210729065131",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20210729065131.tgz",
|
||||
"integrity": "sha512-6/7+G0+UXXICdm7usTJCvxyIt7ibebv+8+nbY0w8rSYf+DzMo6mIkLlpELqiWsc9t3XuSnzeLbBRIUjmCI3OEQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"exports-loader": "0.6.3",
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.6.5",
|
||||
"scratch-l10n": "3.13.20210723031502"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.13.20210723031502",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.13.20210723031502.tgz",
|
||||
"integrity": "sha512-BkkIcBqN+nnqsYBIpZUpanuBZP2x1z1oQOyuiEojQU4buyRtDXZ7TGJaEuKA6fxtVMT5TpQ2y5s++hYcv9mufg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
"@babel/core": "^7.1.2",
|
||||
"babel-plugin-react-intl": "^3.0.1",
|
||||
"transifex": "1.6.6"
|
||||
}
|
||||
}
|
||||
"scratch-l10n": "3.13.20210729031512"
|
||||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.3.3",
|
||||
"scratch-audio": "0.1.0-prerelease.20200528195344",
|
||||
"scratch-blocks": "0.1.0-prerelease.20210723050031",
|
||||
"scratch-blocks": "0.1.0-prerelease.20210729065131",
|
||||
"scratch-l10n": "3.13.20210729031512",
|
||||
"scratch-render": "0.1.0-prerelease.20210727084512",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||
|
|
Loading…
Reference in a new issue