Skip to content

Commit

Permalink
chore(react): extend peer
Browse files Browse the repository at this point in the history
  • Loading branch information
nstuyvesant committed Dec 22, 2024
1 parent 5977658 commit 57f1f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@ibm/telemetry-js": "^1.8.0"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.1 || ^18.2.0",
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
"react": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
Expand Down

0 comments on commit 57f1f66

Please sign in to comment.