Skip to content

Commit

Permalink
Fixing peer deps for motion package
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Dec 10, 2024
1 parent 1140bbe commit c696f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
},
"peerDependencies": {
"@emotion/is-prop-valid": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@emotion/is-prop-valid": {
Expand Down

0 comments on commit c696f79

Please sign in to comment.