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:
parent
81a3650eba
commit
7c82b32a59
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",
|
||||||
"@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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue