Skip to content

Commit

Permalink
chore: added React as a peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey committed Sep 26, 2022
1 parent 80d64f4 commit c42cb0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/victory-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"react-native-gesture-handler": "^1.10.3",
"react-native-svg": "^12.4.3"
},
"peerDependencies": {
"react": ">=16.6.0"
},
"scripts": {
"build": "wireit",
"build:lib": "wireit",
Expand Down

0 comments on commit c42cb0e

Please sign in to comment.