Merge pull request #3231 from cwillisf/pin-latest

use specific versions instead of 'latest'
This commit is contained in:
Christopher Willis-Ford 2021-07-26 18:24:56 -07:00 committed by GitHub
commit dc6309d254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",