Skip to content

Commit

Permalink
Merge pull request #520 from bcgov/feature/react19-upgrade
Browse files Browse the repository at this point in the history
Add React 19 support
  • Loading branch information
Supriya-Arora authored Jan 22, 2025
2 parents 891ba5d + c5f9cc1 commit fb8d1d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/react-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"peerDependencies": {
"@bcgov/bc-sans": "^2.1.0",
"react": "^16.14.0 || ^17.0.0-rc.1 || ^18.0.0",
"react-dom": "^16.14.0 || ^17.0.0-rc.1 || ^18.0.0"
"react": "^16.14.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.14.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@react-stately/data": "3.11.6",
Expand Down

0 comments on commit fb8d1d0

Please sign in to comment.