1uphealth / fhir-react

FHIR React Component Library
MIT License
99 stars 30 forks source link

chore(storybook): upgrade to latest version 6.5.13 #382

Closed beeauvin closed 1 year ago

beeauvin commented 2 years ago

This includes an addition in .npmrc to support npm 8+ based on the recommended solve from the storybook team.

Closes #381

Issue: #381


PR Checklist

Why are these changes needed?

Storybook upgrades are required for further dependency updates (like react 18).

What changed?

Changes to package.json/package-lock.json and the inclusion of an .npmrc file to allow storybook to run correctly under npm versions above 7.

How are these changes tested?

npm run [build,test,storybook] all run successfully.

joebutler2 commented 2 years ago

Once this branch is merged in I'll submit a PR to upgrade the project to React 18. https://github.com/1uphealth/fhir-react/compare/main...credolabs:fhir-react:upgrade-to-react-18--latest?expand=1

jocelynn1uphealth commented 1 year ago

Once this branch is merged in I'll submit a PR to upgrade the project to React 18. https://github.com/1uphealth/fhir-react/compare/main...credolabs:fhir-react:upgrade-to-react-18--latest?expand=1

@joebutler2 Sorry about the delay in getting these outstanding PRs merged. If you still have that PR handy, we will release a new major version of fhir-react with the React 18 upgrade.

joebutler2 commented 1 year ago

Thank you @jocelynn1uphealth, here is that PR https://github.com/1uphealth/fhir-react/pull/394