Skip to content

Commit 45f1bb4

Browse files
authored
fix(react): Update peer dependencies for react and react-dom (#2694)
1 parent fc1e189 commit 45f1bb4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- "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)
67

78
## 5.18.0
89

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"tslib": "^1.9.3"
2424
},
2525
"peerDependencies": {
26-
"react": "^16.0.0",
27-
"react-dom": "^16.0.0"
26+
"react": "15.x || 16.x",
27+
"react-dom": "15.x || 16.x"
2828
},
2929
"devDependencies": {
3030
"@testing-library/react": "^10.0.6",

0 commit comments

Comments
 (0)