File tree 2 files changed +5
-12
lines changed
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 30
30
"license" : " MIT" ,
31
31
"homepage" : " https://github.com/robertherber/kingstinct-react-native-keys#readme" ,
32
32
"dependencies" : {
33
- "react-dom" : " 18.2" ,
34
- "react-native" : " ^0.71.3" ,
35
33
"ts-key-enum" : " ^2.0.12"
36
34
},
37
35
"devDependencies" : {
65
63
"expo-modules-core" : " ^1.0.3" ,
66
64
"graphql" : " ^16.6.0" ,
67
65
"jest" : " ^29.3.1" ,
66
+ "react-native" : " ^0.71.4" ,
68
67
"typescript" : " ^4.9.3"
69
68
},
70
69
"peerDependencies" : {
71
70
"expo" : " *" ,
72
- "react" : " *"
71
+ "react" : " *" ,
72
+ "react-dom" : " *" ,
73
+ "react-native" : " *"
73
74
}
74
75
}
Original file line number Diff line number Diff line change @@ -8412,14 +8412,6 @@ react-devtools-core@^4.26.1:
8412
8412
shell-quote "^1.6.1"
8413
8413
ws "^7"
8414
8414
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
-
8423
8415
react-error-boundary@^3.1.0 :
8424
8416
version "3.1.4"
8425
8417
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:
8457
8449
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.16.tgz#822bb0c680e03b5df5aa65f2e5ffc2bc2930854a"
8458
8450
integrity sha512-H2BjG2zk7B7Wii9sXvd9qhCVRQYDAHSWdMw9tscmZBqSP62DkIWEQSk4/B2GhQ4aK9ydVXgtqR6tBeg3yy8TSA==
8459
8451
8460
- react-native@^0.71.3 :
8452
+ react-native@^0.71.4 :
8461
8453
version "0.71.4"
8462
8454
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.71.4.tgz#f03f600efe68f745d19454ab17f9c1a9ef304790"
8463
8455
integrity sha512-3hSYqvWrOdKhpV3HpEKp1/CkWx8Sr/N/miCrmUIAsVTSJUR7JW0VvIsrV9urDhUj/s6v2WF4n7qIEEJsmTCrPw==
You can’t perform that action at this time.
0 commit comments