We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e157a commit ccf16cdCopy full SHA for ccf16cd
package.json
@@ -46,11 +46,11 @@
46
"jest": "29.5.0",
47
"jest-chain": "1.1.6",
48
"prop-types": "15.8.1",
49
- "react": "16.14.0",
50
- "react-dom": "16.14.0",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
51
"react-redux": "7.2.9",
52
"react-router-dom": "5.3.4",
53
- "react-test-renderer": "16.14.0",
+ "react-test-renderer": "18.2.0",
54
"redux": "4.2.1",
55
"redux-saga": "1.2.3"
56
},
@@ -68,7 +68,7 @@
68
69
"peerDependencies": {
70
"prop-types": "^15.5.10",
71
- "react": "^16.9.0",
72
- "react-dom": "^16.9.0"
+ "react": "^16.9.0 || ^18.0.0",
+ "react-dom": "^16.9.0 || ^18.0.0"
73
}
74
0 commit comments