Skip to content

Commit

Permalink
chore: bump react peerDep to include react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-eigenfeld committed Mar 22, 2024
1 parent 7262693 commit 7f0c822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/discovery-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"carbon-components": ">= 10.46.0 < 11",
"carbon-components-react": ">= 7.46.0 < 8",
"ibm-watson": "^8",
"react": ">= 16.8.0 < 18",
"react-dom": ">= 16.8.0 < 18"
"react": ">= 16.8.0 < 19",
"react-dom": ">= 16.8.0 < 19"
},
"jest": {
"resetMocks": false,
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2837,8 +2837,8 @@ __metadata:
carbon-components: ">= 10.46.0 < 11"
carbon-components-react: ">= 7.46.0 < 8"
ibm-watson: ^8
react: ">= 16.8.0 < 18"
react-dom: ">= 16.8.0 < 18"
react: ">= 16.8.0 < 19"
react-dom: ">= 16.8.0 < 19"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7f0c822

Please sign in to comment.