From 70a4771ca00f4b4e95d657ef07be0522ed4e46f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:54:33 +0000 Subject: [PATCH] chore(deps): update shared components packages to v5 --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 9a1edc016..da34c7bc7 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ }, "devDependencies": { "@babel/core": "7.21.8", - "@patternfly/patternfly": "4.224.2", + "@patternfly/patternfly": "5.0.2", "@patternfly/quickstarts": "2.4.0", "@patternfly/react-charts": "6.94.19", - "@patternfly/react-core": "4.276.8", - "@patternfly/react-icons": "4.93.6", - "@patternfly/react-table": "4.113.0", + "@patternfly/react-core": "5.0.0", + "@patternfly/react-icons": "5.0.0", + "@patternfly/react-table": "5.0.0", "@redhat-cloud-services/frontend-components": "3.9.29", "@redhat-cloud-services/frontend-components-config": "4.6.40", "@redhat-cloud-services/frontend-components-notifications": "3.2.12", @@ -56,7 +56,7 @@ "@typescript-eslint/parser": "5.59.2", "copy-webpack-plugin": "11.0.0", "css-loader": "6.7.3", - "css-minimizer-webpack-plugin": "4.2.2", + "css-minimizer-webpack-plugin": "5.0.1", "date-fns": "2.30.0", "dotenv-webpack": "8.0.1", "eslint": "8.40.0", @@ -87,7 +87,7 @@ "react-i18next": "11.18.6", "react-router-dom": "5.2.1", "regenerator-runtime": "0.13.11", - "rimraf": "4.4.1", + "rimraf": "5.0.1", "style-loader": "3.3.2", "svg-url-loader": "8.0.0", "terser-webpack-plugin": "5.3.7", @@ -96,7 +96,7 @@ "tsconfig-paths-webpack-plugin": "4.0.1", "tslib": "2.5.0", "type-fest": "3.10.0", - "typescript": "4.9.5", + "typescript": "5.1.6", "url-loader": "4.1.1", "webpack": "5.82.0", "webpack-bundle-analyzer": "4.8.0", @@ -112,11 +112,11 @@ "tslib": "2.5.0" }, "peerDependencies": { - "@patternfly/patternfly": "4.224.2", + "@patternfly/patternfly": "5.0.2", "@patternfly/quickstarts": "2.4.0", - "@patternfly/react-core": "4.276.8", - "@patternfly/react-icons": "4.93.6", - "@patternfly/react-table": "4.113.0", + "@patternfly/react-core": "5.0.0", + "@patternfly/react-icons": "5.0.0", + "@patternfly/react-table": "5.0.0", "@redhat-cloud-services/frontend-components": "3.9.29", "@redhat-cloud-services/frontend-components-notifications": "3.2.12", "@redhat-cloud-services/frontend-components-utilities": "3.3.12",