Skip to content

Commit a053efb

Browse files
committed
Move react-native to peerDeps
1 parent 5659273 commit a053efb

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
"license": "MIT",
3131
"homepage": "https://github.com/robertherber/kingstinct-react-native-keys#readme",
3232
"dependencies": {
33-
"react-dom": "18.2",
34-
"react-native": "^0.71.3",
3533
"ts-key-enum": "^2.0.12"
3634
},
3735
"devDependencies": {
@@ -65,10 +63,13 @@
6563
"expo-modules-core": "^1.0.3",
6664
"graphql": "^16.6.0",
6765
"jest": "^29.3.1",
66+
"react-native": "^0.71.4",
6867
"typescript": "^4.9.3"
6968
},
7069
"peerDependencies": {
7170
"expo": "*",
72-
"react": "*"
71+
"react": "*",
72+
"react-dom": "*",
73+
"react-native": "*"
7374
}
7475
}

yarn.lock

+1-9
Original file line numberDiff line numberDiff line change
@@ -8412,14 +8412,6 @@ react-devtools-core@^4.26.1:
84128412
shell-quote "^1.6.1"
84138413
ws "^7"
84148414

8415-
8416-
version "18.2.0"
8417-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
8418-
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
8419-
dependencies:
8420-
loose-envify "^1.1.0"
8421-
scheduler "^0.23.0"
8422-
84238415
react-error-boundary@^3.1.0:
84248416
version "3.1.4"
84258417
resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.4.tgz#255db92b23197108757a888b01e5b729919abde0"
@@ -8457,7 +8449,7 @@ react-native-gradle-plugin@^0.71.16:
84578449
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.16.tgz#822bb0c680e03b5df5aa65f2e5ffc2bc2930854a"
84588450
integrity sha512-H2BjG2zk7B7Wii9sXvd9qhCVRQYDAHSWdMw9tscmZBqSP62DkIWEQSk4/B2GhQ4aK9ydVXgtqR6tBeg3yy8TSA==
84598451

8460-
react-native@^0.71.3:
8452+
react-native@^0.71.4:
84618453
version "0.71.4"
84628454
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.71.4.tgz#f03f600efe68f745d19454ab17f9c1a9ef304790"
84638455
integrity sha512-3hSYqvWrOdKhpV3HpEKp1/CkWx8Sr/N/miCrmUIAsVTSJUR7JW0VvIsrV9urDhUj/s6v2WF4n7qIEEJsmTCrPw==

0 commit comments

Comments
 (0)