Skip to content

Commit 2e48407

Browse files
committed
just hate dependecny trees
1 parent c8f387b commit 2e48407

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

packages/react-native-ui-lite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"@storybook/react": "^10.3.2",
4040
"@storybook/react-native-theming": "^10.4.0",
4141
"@storybook/react-native-ui-common": "^10.4.0",
42-
"polished": "^4.3.1",
43-
"react-native-safe-area-context": "*"
42+
"polished": "^4.3.1"
4443
},
4544
"devDependencies": {
4645
"@types/react": "~19.2.14",
@@ -52,7 +51,8 @@
5251
"peerDependencies": {
5352
"react": "*",
5453
"react-native": ">=0.57.0",
55-
"storybook": ">=10 || ^10"
54+
"storybook": ">=10 || ^10",
55+
"react-native-safe-area-context": "*"
5656
},
5757
"engines": {
5858
"node": ">=20.0.0"

packages/react-native/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"deepmerge": "^4.3.1",
6464
"esbuild-register": "^3.6.0",
6565
"glob": "^13.0.0",
66-
"react-native-safe-area-context": "*",
6766
"react-native-url-polyfill": "^3.0.0",
6867
"setimmediate": "^1.0.5",
6968
"tmcp": "^1.19.3",
@@ -93,6 +92,7 @@
9392
"react-native": ">=0.72.0",
9493
"react-native-gesture-handler": ">=2",
9594
"react-native-reanimated": ">=2",
95+
"react-native-safe-area-context": "*",
9696
"storybook": ">=10 || ^10"
9797
},
9898
"peerDependenciesMeta": {
@@ -104,9 +104,6 @@
104104
},
105105
"react-native-reanimated": {
106106
"optional": true
107-
},
108-
"react-native-safe-area-context": {
109-
"optional": true
110107
}
111108
},
112109
"engines": {

0 commit comments

Comments
 (0)