mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
chore(deps): update dependency scratch-blocks to v0.1.0-prerelease.20210723050031
This commit is contained in:
parent
216cd37f69
commit
7608c328a4
2 changed files with 13 additions and 5 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -9743,6 +9743,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"google-closure-library": {
|
||||
"version": "20190301.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20190301.0.0.tgz",
|
||||
"integrity": "sha512-mpeszbnXpRhXZ0sPqUxBgUmk0RtmzrJRy3KFygp0Ih9JuRUjQTCLhwYQeIlK2vB2lShhY/KUo9E1Z1gvxDFxOQ==",
|
||||
"dev": true
|
||||
},
|
||||
"graceful-fs": {
|
||||
"version": "4.1.11",
|
||||
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
|
||||
|
@ -15717,13 +15723,15 @@
|
|||
}
|
||||
},
|
||||
"scratch-blocks": {
|
||||
"version": "0.1.0-prerelease.20210331033330",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20210331033330.tgz",
|
||||
"integrity": "sha512-7Z4R0vwBPr4fJHonj4PIlMhoNMxiDdJzLv0elBeVIqS/eblOkicilmkinTxSWdUdAifMHBTnMOUZmA3jF1+htA==",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"exports-loader": "0.6.3",
|
||||
"imports-loader": "0.6.5"
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.6.5",
|
||||
"scratch-l10n": "3.13.20210723031502"
|
||||
}
|
||||
},
|
||||
"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.20210331033330",
|
||||
"scratch-blocks": "0.1.0-prerelease.20210723050031",
|
||||
"scratch-l10n": "3.13.20210723031502",
|
||||
"scratch-render": "0.1.0-prerelease.20210726234033",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||
|
|
Loading…
Reference in a new issue