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:
Martin Pitt 2023-05-10 07:23:20 +02:00 committed by Marius Vollmer
parent b2bdaac5b2
commit a47c641af9

View file

@ -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"
} }