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 Apr 20, 2022
1 parent fdba197 commit 2dce2af
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 @@ -62,8 +62,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 @@ -5466,8 +5466,8 @@ __metadata:
react-fit: ^1.4.0
react-time-picker: ^4.5.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 @@ -6052,8 +6052,8 @@ __metadata:
react-time-picker: ^4.5.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 2dce2af

Please sign in to comment.