Skip to content

Commit

Permalink
feat: add React 18 as peer dependencies (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Apr 6, 2022
1 parent 961e019 commit d841d7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/sharp-phones-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@contentful/f36-component': minor
'@contentful/f36-utils': minor
---

feat: add React 18 as a peer dependency
2 changes: 1 addition & 1 deletion packages/components/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": "^16.8.6 || ^17.0.0"
"react-dom": ">=16.8"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/forma-36-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.0",
"react-dom": "^16.8.6 || ^17.0.0"
"react": ">=16.8",
"react-dom": ">=16.8"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
Expand Down

1 comment on commit d841d7c

@vercel
Copy link

@vercel vercel bot commented on d841d7c Apr 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.