Skip to content

Commit 8f70852

Browse files
committed
chore(deps): Temporarily allow for React 19 peer dependency
Extensions which import PatternFly seem to have problems pulling in React 19 due to the docs framework - trying this to see if it helps.
1 parent 31ea115 commit 8f70852

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/documentation-framework/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@patternfly/react-code-editor": "^6.2.2",
7777
"@patternfly/react-core": "^6.2.2",
7878
"@patternfly/react-table": "^6.2.2",
79-
"react": "^17.0.0 || ^18.0.0",
80-
"react-dom": "^17.0.0 || ^18.0.0"
79+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
80+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
8181
}
8282
}

0 commit comments

Comments
 (0)