chore(upgrade): upgrade deps, fix storybook #103
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.
This PR upgrades runtime and development dependencies to latest version and puts storybook back in to a semi-functional state. Storybook still seems to have issues with webpack 5. Currently storybook is completely broken, but with this PR it at least boots up. That said, when you navigate to the Support component story you get the following error. I spent a bit of time looking at it but didn't find a solution just yet. Figured I'd post this PR for review in the mean time in case someone else knows what gives.
http://patternfly-react-seed.surge.sh/
http://patternfly-react-seed-storybook.surge.sh/
Steps toward fixing #100
Invalidates #65
use
localhost
instead of0.0.0.0
for dev hostname so app opens correctly on windowsuse enzyme-adapter-react-17 to ensure jest test works
remove stub async module support
prevent url from changing when selecting SkipToContent component
update readme screenshot preview