Skip to content

Commit

Permalink
fix(movex-react): 🐛 remove the upper limit on react peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCTroia committed Nov 5, 2023
1 parent e67daa8 commit b8d058b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/movex-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"node": ">= 0.14.0"
},
"peerDependencies": {
"react": ">=16.0.0 <18.0.0"
"react": ">=16.0.0"
}
}

0 comments on commit b8d058b

Please sign in to comment.