Re-add lock file, fix build breaks #297
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Builds were failing after the lockfile was deleted by accident and some transitive dependencies were updated. It was deleted a long time ago (before WinML Dashboard was moved to this repo - it's available in the internal WindowsAI repo history only).
babel-minify is failing to minify Netron with a stack depth limit reached. I don't know if it's a bug in babel-minify with some infinite recursion, or the Netron source is too large for it to handle. Since the dashboard is low priority and not in my taskboard, I simply disabled minifying Netron for now, which adds a few hundred kilobytes to the build. We can investigate this later.
Since I was adjusting the packages and fixing build breaks I also updated the packages in package.json, which were quite outdated.