Skip to content

Commit

Permalink
add back peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad authored Jan 7, 2025
1 parent 98c16b4 commit 1af37dc
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": "17.0.1 || ^18.2.0",
"react-dom": "^17.0.1 || ^18.2.0"
"react": "^16.8.6 || ^17.0.1 || ^18.2.0",
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
Expand Down

0 comments on commit 1af37dc

Please sign in to comment.