Skip to content

Commit 965a7cc

Browse files
authored
fix: removed unused react-native-safe-area-context from Dependency (#2755)
* fix:(deps) move react-native-safe-area-context to peerDependencies * chore: update yarn.lock after dependency change * fix: removed react-native-safe-area-context from peerDeps * chore: update yarn.lock after removing dependency
1 parent 0e1b224 commit 965a7cc

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"lodash": "^4.17.15",
3838
"memoize-one": "^5.2.1",
3939
"prop-types": "^15.5.10",
40-
"react-native-safe-area-context": "4.5.0",
4140
"react-native-swipe-gestures": "^1.0.5",
4241
"recyclerlistview": "^4.0.0",
4342
"xdate": "^0.8.0"

yarn.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9673,7 +9673,6 @@ __metadata:
96739673
prop-types: "npm:^15.5.10"
96749674
react: "npm:18.2.0"
96759675
react-native: "npm:0.73.11"
9676-
react-native-safe-area-context: "npm:4.5.0"
96779676
react-native-swipe-gestures: "npm:^1.0.5"
96789677
react-recipes: "npm:^1.4.0"
96799678
react-test-renderer: "npm:18.2.0"
@@ -9689,16 +9688,6 @@ __metadata:
96899688
languageName: unknown
96909689
linkType: soft
96919690

9692-
"react-native-safe-area-context@npm:4.5.0":
9693-
version: 4.5.0
9694-
resolution: "react-native-safe-area-context@npm:4.5.0"
9695-
peerDependencies:
9696-
react: "*"
9697-
react-native: "*"
9698-
checksum: 10c0/cd9dfe25803b7b120940c243d9c9f10b0b61d262ad5875245909cdbf0025684241189b2796d35028519fee0e7a94e6f47bcaf2e23fc7801875d5f633a7778296
9699-
languageName: node
9700-
linkType: hard
9701-
97029691
"react-native-swipe-gestures@npm:^1.0.5":
97039692
version: 1.0.5
97049693
resolution: "react-native-swipe-gestures@npm:1.0.5"

0 commit comments

Comments
 (0)