Skip to content

Commit 2e0a9e9

Browse files
committed
skip: fix peer dependencies range
1 parent 870c051 commit 2e0a9e9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

packages/uikit-react-native-foundation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"peerDependencies": {
5454
"react": ">=16.13.1",
5555
"react-native": ">=0.63.3",
56-
"react-native-fast-image": "^8.5.11",
57-
"react-native-safe-area-context": "^3.3.2"
56+
"react-native-fast-image": ">=8.5.11",
57+
"react-native-safe-area-context": ">=3.3.2"
5858
},
5959
"peerDependenciesMeta": {
6060
"react-native-fast-image": {

packages/uikit-react-native/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,23 @@
7474
"typescript": "^4.1.3"
7575
},
7676
"peerDependencies": {
77-
"@react-native-clipboard/clipboard": "^1.8.5",
78-
"@react-native-community/cameraroll": "^4.1.2",
79-
"@react-native-community/netinfo": "^9.3.0",
80-
"@react-native-firebase/messaging": "^14.4.0",
81-
"date-fns": "^2.28.0",
82-
"expo-clipboard": "^2.1.1",
83-
"expo-document-picker": "^10.1.3",
84-
"expo-file-system": "^13.1.4",
77+
"@react-native-clipboard/clipboard": ">=1.8.5",
78+
"@react-native-community/cameraroll": ">=4.1.2",
79+
"@react-native-community/netinfo": ">=9.3.0",
80+
"@react-native-firebase/messaging": ">=14.4.0",
81+
"date-fns": ">=2.28.0",
82+
"expo-clipboard": ">=2.1.1",
83+
"expo-document-picker": ">=10.1.3",
84+
"expo-file-system": ">=13.1.4",
8585
"expo-image-picker": ">=12.0.2",
8686
"expo-notifications": ">=0.14.1",
8787
"react": ">=16.13.1",
8888
"react-native": ">=0.63.3",
89-
"react-native-document-picker": "^8.0.0",
90-
"react-native-file-access": "^2.4.3",
91-
"react-native-image-picker": "^4.7.1",
92-
"react-native-permissions": "^3.6.0",
93-
"react-native-safe-area-context": "^3.3.2",
89+
"react-native-document-picker": ">=8.0.0",
90+
"react-native-file-access": ">=2.4.3",
91+
"react-native-image-picker": ">=4.7.1",
92+
"react-native-permissions": ">=3.6.0",
93+
"react-native-safe-area-context": ">=3.3.2",
9494
"sendbird": "^3.1.22"
9595
},
9696
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)