Skip to content

Commit

Permalink
updated the package json peer dependency for react identifier to use …
Browse files Browse the repository at this point in the history
…the latest react version from version 18
  • Loading branch information
aminnairi committed Nov 16, 2024
1 parent 83401ca commit b50481d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/saint-bernard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"bernard"
],
"peerDependencies": {
"react": "^18.0.0"
"react": ">=18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0"
"@types/react": ">=18.0.0"
}
}

0 comments on commit b50481d

Please sign in to comment.