Skip to content

Commit

Permalink
Merge pull request liferay#4192 from matuzalemsteles/react-update-2
Browse files Browse the repository at this point in the history
chore: updates peer dependency of React in `core` and `provider` packages
  • Loading branch information
matuzalemsteles authored Jul 28, 2021
2 parents 0288d52 + a4f6b07 commit 053a448
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 97 deletions.
4 changes: 2 additions & 2 deletions packages/clay-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"peerDependencies": {
"@clayui/css": "3.x",
"react": "^16.8.1",
"react-dom": "^16.8.1"
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": [
"extends browserslist-config-clay"
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"peerDependencies": {
"@clayui/css": "3.x",
"react": "^16.8.1",
"react-dom": "^16.8.1"
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": [
"extends browserslist-config-clay"
Expand Down
Loading

0 comments on commit 053a448

Please sign in to comment.