Closed beeauvin closed 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
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.
Thank you @jocelynn1uphealth, here is that PR https://github.com/1uphealth/fhir-react/pull/394
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.