Skip to content

Commit

Permalink
Update peer deps to support react 18 and 19.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Dec 18, 2024
1 parent 5452644 commit 1c61ddb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion packages/comet-data-viz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"victory": "^37.3.4"
},
"peerDependencies": {
"react": "^19.0.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/comet-extras/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
},
"peerDependencies": {
"@tanstack/react-table": "8.20.5",
"react": "^19.0.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/comet-uswds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"peerDependencies": {
"@uswds/uswds": "3.10.0",
"react": "^19.0.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1c61ddb

Please sign in to comment.