Skip to content

Commit

Permalink
fix: fix dependencies
Browse files Browse the repository at this point in the history
requires react-native-reanimated v2 or later
  • Loading branch information
goheroes committed Aug 24, 2023
1 parent 1b11659 commit 7021a58
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 @@ -27,8 +27,7 @@
"dependencies": {},
"peerDependencies": {
"react-native": ">=0.46.0",
"react-native-video": ">=2.0.0",
"react-native-reanimated": "^2.12.0"
"react-native-video": ">=2.0.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.1",
Expand All @@ -43,6 +42,7 @@
"react-native": "npm:react-native-tvos@0.68.2-5",
"react-native-builder-bob": "^0.18.2",
"react-native-video": "^5.2.0",
"react-native-reanimated": "^2.12.0",
"release-it": "^15.6.0",
"typescript": "^4.6.2"
},
Expand Down

0 comments on commit 7021a58

Please sign in to comment.