From dfeb49484c2853685871bc14830626a0187a0470 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 28 Jan 2021 02:39:34 +0000 Subject: [PATCH] package.json: Update @patternfly package dependencies Closes #418 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 321d411..b80df38 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "webpack-cli": "^3.3.5" }, "dependencies": { - "@patternfly/patternfly": "4.70.2", - "@patternfly/react-core": "4.84.4", + "@patternfly/patternfly": "4.80.3", + "@patternfly/react-core": "4.90.2", "core-js": "3.8.3", "react": "16.14.0", "react-dom": "16.14.0"