package.json: Pin down versions of @patternfly/react-{styles,icons}
These are already installed as dependencies, and we do the same in other Cockpit projects. The latest react-styles version became incompatible with the react-core version, causing a build failure.
This commit is contained in:
parent
b2bdaac5b2
commit
a47c641af9
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@patternfly/patternfly": "5.0.0-alpha.40",
|
"@patternfly/patternfly": "5.0.0-alpha.40",
|
||||||
"@patternfly/react-core": "5.0.0-alpha.72",
|
"@patternfly/react-core": "5.0.0-alpha.72",
|
||||||
|
"@patternfly/react-styles": "5.0.0-alpha.7",
|
||||||
|
"@patternfly/react-icons": "5.0.0-alpha.10",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2"
|
"react-dom": "17.0.2"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue