Skip to content

Commit 869c137

Browse files
authored
Remove peer deps that belong to optional dependecies (#1502)
1 parent c49930a commit 869c137

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,7 @@
119119
"react": ">=17.0.1",
120120
"react-native": ">=0.64.1",
121121
"react-native-gesture-handler": ">=1.9.0",
122-
"react-native-reanimated": ">=2.0.0",
123-
"@react-native-community/blur": ">=3.4.1",
124-
"@react-native-community/datetimepicker": "^2.1.0",
125-
"@react-native-community/netinfo": "^5.6.2",
126-
"@react-native-picker/picker": "^1.9.4"
122+
"react-native-reanimated": ">=2.0.0"
127123
},
128124
"jest": {
129125
"preset": "react-native",

0 commit comments

Comments
 (0)