girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Yarn upgrade all packages to latest #266

Closed zachmullen closed 4 years ago

zachmullen commented 4 years ago

This changeset is just a result of running yarn upgrade -L. The demo app builds and runs cleanly.

zachmullen commented 4 years ago

Except for @vue/test-utils, which doesn't work on the latest version. That will require a separate investigation, because I have no idea why our tests are failing there.

zachmullen commented 4 years ago

TODO need to update our linter rules

zachmullen commented 4 years ago

This line breaks eslint... not sure what's up there.

zachmullen commented 4 years ago

Relevant thread: https://github.com/airbnb/javascript/issues/2227

subdavis commented 4 years ago

@zachmullen might as well bump the package version in package.json ?