File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 41
41
},
42
42
"peerDependencies" : {
43
43
"@types/react" : " ^16.8 || ^17.0 || ^18.0" ,
44
+ "@types/react-dom" : " ^16.8 || ^17.0 || ^18.0" ,
44
45
"react" : " ^16.8 || ^17.0 || ^18.0" ,
45
46
"react-dom" : " ^16.8 || ^17.0 || ^18.0" ,
46
47
"react-native" : " >=0.59" ,
50
51
"@types/react" : {
51
52
"optional" : true
52
53
},
54
+ "@types/react-dom" : {
55
+ "optional" : true
56
+ },
53
57
"react-dom" : {
54
58
"optional" : true
55
59
},
Original file line number Diff line number Diff line change @@ -8932,13 +8932,16 @@ __metadata:
8932
8932
use-sync-external-store : ^1.0.0
8933
8933
peerDependencies :
8934
8934
" @types/react " : ^16.8 || ^17.0 || ^18.0
8935
+ " @types/react-dom " : ^16.8 || ^17.0 || ^18.0
8935
8936
react : ^16.8 || ^17.0 || ^18.0
8936
8937
react-dom : ^16.8 || ^17.0 || ^18.0
8937
8938
react-native : " >=0.59"
8938
8939
redux : ^4
8939
8940
peerDependenciesMeta :
8940
8941
" @types/react " :
8941
8942
optional : true
8943
+ " @types/react-dom " :
8944
+ optional : true
8942
8945
react-dom :
8943
8946
optional : true
8944
8947
react-native :
You can’t perform that action at this time.
0 commit comments