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 d33fc2c commit 1a9897f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -103,8 +103,8 @@
"webpack": "^5.20.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
Expand Up @@ -5431,8 +5431,8 @@ __metadata:
tiny-invariant: ^1.0.0
tiny-warning: ^1.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: node
linkType: soft

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -6254,8 +6254,8 @@ __metadata:
tiny-warning: ^1.0.0
webpack: ^5.20.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 1a9897f

Please sign in to comment.