Update dependencies and fix some broken commands #78
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.
Updated dependencies so we don't have any entries in red anymore with
npm outdated. I'm not sure if I should keep going, particularly with the PatternFly deps, but I did bump them somewhat. I updated Commander so I could link this with Core, which wasn't compatible with this older version when linked. This means that I had to change some of the bracketed text in https://github.com/patternfly/patternfly-a11y/pull/78/files#diff-180b3d2af89416b99563fff8c37eb8ca1ef7591fc1ddd736b5dacf740ccd3760R11, since it seems like spaces are no longer supported in square brackets.New out of date listing:
I linked this to React and Core and tested against React and Core with every dependency bump, and made sure this builds.
I also noticed several commands were broken - I fixed
yarn startandyarn test:pf.yarn test:orguses a port that I'm unsure we're still using, so I left that broken (want to ask some questions). I opened issues for two other broken commands.At least partly fixes #73.