mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Merge pull request #551 from cwillisf/minor-pin-scratch
Minor-pin all Scratch 3.0 prerelease modules
This commit is contained in:
commit
75a9ad4675
1 changed files with 4 additions and 4 deletions
|
@ -40,10 +40,10 @@
|
||||||
"lodash.defaultsdeep": "4.6.0",
|
"lodash.defaultsdeep": "4.6.0",
|
||||||
"minilog": "3.1.0",
|
"minilog": "3.1.0",
|
||||||
"promise": "7.1.1",
|
"promise": "7.1.1",
|
||||||
"scratch-audio": "latest",
|
"scratch-audio": "^0.1.0-prerelease.0",
|
||||||
"scratch-blocks": "latest",
|
"scratch-blocks": "^0.1.0-prerelease.0",
|
||||||
"scratch-render": "latest",
|
"scratch-render": "^0.1.0-prerelease.0",
|
||||||
"scratch-storage": "latest",
|
"scratch-storage": "^0.0.1-prerelease.0",
|
||||||
"script-loader": "0.7.0",
|
"script-loader": "0.7.0",
|
||||||
"stats.js": "^0.17.0",
|
"stats.js": "^0.17.0",
|
||||||
"tap": "^10.2.0",
|
"tap": "^10.2.0",
|
||||||
|
|
Loading…
Reference in a new issue