Skip to content

Commit

Permalink
Merge pull request #424 from fakkio/update-react-peer-dependency
Browse files Browse the repository at this point in the history
Update react and react-dom peer dependency to ^18.2.0
  • Loading branch information
antonioru committed Apr 28, 2024
2 parents 77ab80f + bd8d8e1 commit 3186ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"lodash.throttle": "^4.1.1"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": ">=5.0.0",
"rxjs": ">=7.0.0"
},
Expand Down

0 comments on commit 3186ca2

Please sign in to comment.