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.

(cherry picked from commit a47c641af9)
This commit is contained in:
Martin Pitt 2023-05-10 07:23:20 +02:00 committed by Justin Stephenson
parent 81a3650eba
commit 7c82b32a59

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",
"@patternfly/react-table": "^4.113.0", "@patternfly/react-table": "^4.113.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"comment-json": "^4.2.3", "comment-json": "^4.2.3",