Skip to content

Commit

Permalink
Bump peerDependencies react version to ^18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianpd committed Jul 5, 2023
1 parent a3c4095 commit 8f02f42
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 @@ -41,7 +41,7 @@
"wonka": "^6.3.2"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}

0 comments on commit 8f02f42

Please sign in to comment.