File tree 3 files changed +16
-9
lines changed
3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 40
40
"coverage" : " codecov"
41
41
},
42
42
"peerDependencies" : {
43
- "@types/react" : " ^18.0.0" ,
44
- "react" : " ^18.0.0" ,
45
- "react-dom" : " ^18.0.0" ,
46
- "react-native" : " ^0.64.1"
43
+ "@types/react" : " ^16.8 || ^17.0 || ^18.0" ,
44
+ "react" : " ^16.8 || ^17.0 || ^18.0" ,
45
+ "react-dom" : " ^16.8 || ^17.0 || ^18.0" ,
46
+ "react-native" : " >=0.59" ,
47
+ "redux" : " ^4"
47
48
},
48
49
"peerDependenciesMeta" : {
49
50
"@types/react" : {
54
55
},
55
56
"react-native" : {
56
57
"optional" : true
58
+ },
59
+ "redux" : {
60
+ "optional" : true
57
61
}
58
62
},
59
63
"dependencies" : {
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ describe('New v8 serverState behavior', () => {
126
126
jest . clearAllMocks ( )
127
127
} )
128
128
129
- it . only ( 'Handles hydration correctly' , async ( ) => {
129
+ it ( 'Handles hydration correctly' , async ( ) => {
130
130
const ssrStore = createStore ( dataSlice . reducer )
131
131
132
132
// Simulating loading all data before rendering the app
Original file line number Diff line number Diff line change @@ -8931,17 +8931,20 @@ __metadata:
8931
8931
typescript : ^4.3.4
8932
8932
use-sync-external-store : ^1.0.0
8933
8933
peerDependencies :
8934
- " @types/react " : ^18.0.0
8935
- react : ^18.0.0
8936
- react-dom : ^18.0.0
8937
- react-native : ^0.64.1
8934
+ " @types/react " : ^16.8 || ^17.0 || ^18.0
8935
+ react : ^16.8 || ^17.0 || ^18.0
8936
+ react-dom : ^16.8 || ^17.0 || ^18.0
8937
+ react-native : " >=0.59"
8938
+ redux : ^4
8938
8939
peerDependenciesMeta :
8939
8940
" @types/react " :
8940
8941
optional : true
8941
8942
react-dom :
8942
8943
optional : true
8943
8944
react-native :
8944
8945
optional : true
8946
+ redux :
8947
+ optional : true
8945
8948
languageName : unknown
8946
8949
linkType : soft
8947
8950
You can’t perform that action at this time.
0 commit comments