From 7c82b32a5989bc84302a080aba8893d844627731 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 10 May 2023 07:23:20 +0200 Subject: [PATCH] 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 a47c641af971d3708082aa3b29deca04aa29e1a0) --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 4c8e3a1..7e51a02 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,8 @@ "dependencies": { "@patternfly/patternfly": "5.0.0-alpha.40", "@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", "buffer": "^6.0.3", "comment-json": "^4.2.3",