mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Merge pull request #3231 from cwillisf/pin-latest
use specific versions instead of 'latest'
This commit is contained in:
commit
dc6309d254
1 changed files with 3 additions and 3 deletions
|
@ -70,10 +70,10 @@
|
|||
"json": "^9.0.4",
|
||||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "^3.3.2",
|
||||
"scratch-audio": "latest",
|
||||
"scratch-blocks": "latest",
|
||||
"scratch-audio": "0.1.0-prerelease.20200528195344",
|
||||
"scratch-blocks": "0.1.0-prerelease.20210331033330",
|
||||
"scratch-l10n": "^3.1.20181129221712",
|
||||
"scratch-render": "latest",
|
||||
"scratch-render": "0.1.0-prerelease.20210629213715",
|
||||
"scratch-render-fonts": "^1.0.0-prerelease.20210401210003",
|
||||
"scratch-storage": "^1.1.0",
|
||||
"scratch-svg-renderer": "^0.2.0-prerelease.20210325225314",
|
||||
|
|
Loading…
Reference in a new issue