Skip to content

Commit 898ae67

Browse files
committed
having peer dependencies on the root package breaks scripts in pnpm mode due to a failure to resolve virtual packages
1 parent 99c32e9 commit 898ae67

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

package.json

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -79,35 +79,7 @@
7979
"node": ">=22.12"
8080
},
8181
"rnx-kit": {
82-
"kitType": "library",
83-
"alignDeps": {
84-
"presets": [
85-
"microsoft/react-native"
86-
],
87-
"lint": {
88-
"lockfile": {
89-
"noDuplicates": {
90-
"packages": [
91-
"#react-native",
92-
"@babel/core"
93-
]
94-
}
95-
}
96-
},
97-
"requirements": {
98-
"development": [
99-
"react-native@0.74"
100-
],
101-
"production": [
102-
"react-native@0.73 || 0.74"
103-
]
104-
},
105-
"capabilities": [
106-
"babel-preset-react-native",
107-
"core",
108-
"metro-react-native-babel-transformer"
109-
]
110-
}
82+
"kitType": "library"
11183
},
11284
"packageManager": "yarn@4.11.0"
11385
}

0 commit comments

Comments
 (0)