Skip to content

Commit 64135e9

Browse files
rebeccaalpertdlabajlogonoff
authored
fix(package.json): Add React 17 as peer dependency (#386)
* fix(package.json): Add React 17 as peer dependency * Update packages/module/package.json Co-authored-by: logonoff <[email protected]> --------- Co-authored-by: Donald Labaj <[email protected]> Co-authored-by: logonoff <[email protected]>
1 parent a9fb872 commit 64135e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"peerDependencies": {
4848
"@patternfly/react-core": "^6.0.0",
49-
"react": ">=18.0.0",
49+
"react": "^17 || ^18",
5050
"react-dom": ">=18.0.0",
5151
"marked": "^15.0.6"
5252
},

0 commit comments

Comments
 (0)