Skip to content

Commit

Permalink
fix: Change React peerDependencies version (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
FonDorn authored Aug 4, 2022
1 parent 99fd869 commit 80f6579
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
@@ -1,6 +1,6 @@
{
"name": "@react-native-picker/picker",
"version": "2.4.2",
"version": "2.4.3",
"homepage": "https://github.com/react-native-picker/picker#readme",
"description": "React Native Picker for iOS, Android, macOS, and Windows",
"main": "dist/commonjs/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"react": "16 || 17",
"react": ">=16",
"react-native": ">=0.57"
},
"private": false,
Expand Down

0 comments on commit 80f6579

Please sign in to comment.