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 6, 2022
1 parent 03cc28c commit 6dc7a09
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 @@ -94,8 +94,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": {
"semver@7.0.0": "^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 @@ -5482,8 +5482,8 @@ __metadata:
react-fit: ^1.4.0
update-input-width: ^1.2.2
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 @@ -5968,8 +5968,8 @@ __metadata:
rimraf: ^3.0.0
update-input-width: ^1.2.2
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 6dc7a09

Please sign in to comment.