Skip to content

Commit 784cde7

Browse files
Remove redundant React, RN & RNW devDependencies (#308)
Fixes the issue with npm install where React v17 was in conflict with `devDependencies` of the published package.
1 parent 0c03416 commit 784cde7

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

src/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
"flow-bin": "0.113.0",
3737
"jest": "^24.9.0",
3838
"metro-react-native-babel-preset": "^0.56.0",
39-
"react": "^16.11.0",
40-
"react-native": "^0.62.3",
41-
"react-native-windows": "^0.62.0-0",
4239
"react-test-renderer": "16.9.0"
4340
},
4441
"repository": {

yarn.lock

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7199,25 +7199,6 @@ react-native-windows@^0.62.0:
71997199
uuid "^3.3.2"
72007200
xml-parser "^1.2.1"
72017201

7202-
react-native-windows@^0.62.0-0:
7203-
version "0.62.2"
7204-
resolved "https://registry.yarnpkg.com/react-native-windows/-/react-native-windows-0.62.2.tgz#eae6d9e55116d69c8d8316ec6e52505c760ba1bd"
7205-
integrity sha512-ZsPxhJrzkBjzLmt9xzAwos1iTykAsyIij2P6radH2eZJmMYJ2sqQwRAsNcjk9OKNM0zj3T4lyCN3879gRZ6yMg==
7206-
dependencies:
7207-
"@babel/runtime" "^7.8.4"
7208-
cli-spinners "^2.2.0"
7209-
create-react-class "^15.6.3"
7210-
envinfo "^7.5.0"
7211-
fbjs "^1.0.0"
7212-
glob "^7.1.1"
7213-
ora "^3.4.0"
7214-
prop-types "^15.7.2"
7215-
regenerator-runtime "^0.13.2"
7216-
shelljs "^0.7.8"
7217-
username "^5.1.0"
7218-
uuid "^3.3.2"
7219-
xml-parser "^1.2.1"
7220-
72217202
react-native@^0.62.3:
72227203
version "0.62.3"
72237204
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.3.tgz#9a2e96af3dedd0723c8657831eec4ed3c30f3299"

0 commit comments

Comments
 (0)