We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1e189 commit 45f1bb4Copy full SHA for 45f1bb4
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Unreleased
4
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
+- [react] feat: Update peer dependencies for `react` and `react-dom` (#2694)
7
8
## 5.18.0
9
packages/react/package.json
@@ -23,8 +23,8 @@
23
"tslib": "^1.9.3"
24
},
25
"peerDependencies": {
26
- "react": "^16.0.0",
27
- "react-dom": "^16.0.0"
+ "react": "15.x || 16.x",
+ "react-dom": "15.x || 16.x"
28
29
"devDependencies": {
30
"@testing-library/react": "^10.0.6",
0 commit comments