Skip to content

Commit

Permalink
[breaking] Bump minimum React version to 16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 19, 2022
1 parent f45ecce commit 715eb67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"rimraf": "^3.0.0"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"resolutions": {
"[email protected]": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5400,8 +5400,8 @@ __metadata:
merge-class-names: ^1.1.1
prop-types: ^15.6.0
peerDependencies:
react: ^16.3.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
languageName: node
linkType: soft

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5937,8 +5937,8 @@ __metadata:
react-dom: ^17.0.0
rimraf: ^3.0.0
peerDependencies:
react: ^16.3.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 715eb67

Please sign in to comment.