Skip to content

Commit

Permalink
fix: mark motion as optional peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Dec 10, 2024
1 parent 86213ad commit f7b344e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/blade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"react-dom": ">=18",
"styled-components": "^5",
"framer-motion": ">=4",
"motion": ">=11.12.0",
"motion": ">=11",
"react-native": "^0.72",
"@floating-ui/react-native": "^0.10.0",
"react-native-reanimated": "^3.4.1",
Expand All @@ -314,6 +314,9 @@
},
"react-native-reanimated": {
"optional": true
},
"motion": {
"optional": true
}
},
"resolutions": {
Expand Down

0 comments on commit f7b344e

Please sign in to comment.