From ce09b9e7a0bc308e369d55b0546c9ddddb692696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 06:06:53 +0000 Subject: [PATCH] chore(deps): bump @patternfly/patternfly from 4.31.3 to 4.96.2 Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.31.3 to 4.96.2. - [Release notes](https://github.com/patternfly/patternfly/releases) - [Changelog](https://github.com/patternfly/patternfly/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/patternfly/patternfly/compare/prerelease-v4.31.3...prerelease-v4.96.2) Signed-off-by: dependabot[bot] --- packages/react-catalog-view-extension/package.json | 2 +- packages/react-charts/package.json | 2 +- packages/react-core/package.json | 2 +- packages/react-docs/package.json | 2 +- packages/react-icons/package.json | 2 +- packages/react-styles/package.json | 2 +- packages/react-table/package.json | 2 +- packages/react-tokens/package.json | 2 +- yarn.lock | 8 ++++---- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/react-catalog-view-extension/package.json b/packages/react-catalog-view-extension/package.json index 68fbbea8033..8bff329001d 100644 --- a/packages/react-catalog-view-extension/package.json +++ b/packages/react-catalog-view-extension/package.json @@ -35,7 +35,7 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/patternfly": "4.31.3", + "@patternfly/patternfly": "4.96.2", "@patternfly/react-core": "^4.40.0", "@patternfly/react-styles": "^4.7.0", "classnames": "^2.2.5", diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index 0be6638626c..5904ff55f4d 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/patternfly/patternfly-react#readme", "dependencies": { - "@patternfly/patternfly": "4.31.3", + "@patternfly/patternfly": "4.96.2", "@patternfly/react-styles": "^4.7.0", "@patternfly/react-tokens": "^4.9.0", "hoist-non-react-statics": "^3.3.0", diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 9e2d54049ff..98cffd599fb 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -44,7 +44,7 @@ "tslib": "^1.11.1" }, "devDependencies": { - "@patternfly/patternfly": "4.31.3", + "@patternfly/patternfly": "4.96.2", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-replace": "^2.3.1", diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index be4e82eab8e..126ec90fe79 100644 --- a/packages/react-docs/package.json +++ b/packages/react-docs/package.json @@ -23,7 +23,7 @@ "test:a11y": "patternfly-a11y --file .cache/fullscreenPages.json --prefix http://localhost:9000 --aggregate --noIncomplete --ignore color-contrast,focusable-content,scrollable-region-focusable --skip \"charts|virtualizedtable/selectable\"" }, "dependencies": { - "@patternfly/patternfly": "4.31.3", + "@patternfly/patternfly": "4.96.2", "@patternfly/react-catalog-view-extension": "^4.8.1", "@patternfly/react-charts": "^6.9.0", "@patternfly/react-core": "^4.40.0", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index cacde6ebf9f..aa6ce48fed5 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -32,7 +32,7 @@ "@fortawesome/free-brands-svg-icons": "^5.7.2", "@fortawesome/free-regular-svg-icons": "^5.7.2", "@fortawesome/free-solid-svg-icons": "^5.7.2", - "@patternfly/patternfly": "4.31.3", + "@patternfly/patternfly": "4.96.2", "fs-extra": "^6.0.1", "glob": "^7.1.2", "rimraf": "^2.6.2", diff --git a/packages/react-styles/package.json b/packages/react-styles/package.json index ba4d7ecf186..0d8388851bb 100644 --- a/packages/react-styles/package.json +++ b/packages/react-styles/package.json @@ -19,7 +19,7 @@ "clean": "rimraf dist css" }, "devDependencies": { - "@patternfly/patternfly": "4.31.3", + "@patternfly/patternfly": "4.96.2", "camel-case": "^3.0.0", "css": "^2.2.3", "fbjs-scripts": "^0.8.3", diff --git a/packages/react-table/package.json b/packages/react-table/package.json index e11332664cc..cccd91fdb1a 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -30,7 +30,7 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/patternfly": "4.31.3", + "@patternfly/patternfly": "4.96.2", "@patternfly/react-core": "^4.40.0", "@patternfly/react-icons": "^4.7.0", "@patternfly/react-styles": "^4.7.0", diff --git a/packages/react-tokens/package.json b/packages/react-tokens/package.json index dcb4d40843b..fda5988a5af 100644 --- a/packages/react-tokens/package.json +++ b/packages/react-tokens/package.json @@ -29,7 +29,7 @@ "clean": "rimraf dist" }, "devDependencies": { - "@patternfly/patternfly": "4.31.3", + "@patternfly/patternfly": "4.96.2", "css": "^2.2.3", "fs-extra": "^6.0.1", "glob": "^7.1.2", diff --git a/yarn.lock b/yarn.lock index a1304e836d6..582d44ab76b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3027,10 +3027,10 @@ xmldoc "^1.1.2" yargs "^15.0.2" -"@patternfly/patternfly@4.31.3": - version "4.31.3" - resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-4.31.3.tgz#543cf9a3b77b328c129a59102fc5e9c3e0feefd3" - integrity sha512-MupZ+v/suabE3TNg1ZBNJGS84D2SAjGekeXHgG/4bHb/IWD+wmxmGaB5XeQTZAwobjW2S7NHe4H5kPLJOH051Q== +"@patternfly/patternfly@4.96.2": + version "4.96.2" + resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-4.96.2.tgz#a30d2f95fbb4e92635acdb112a3fda7e148c2b3d" + integrity sha512-nxXLyAGVYubXdJ8XuSPDuPBuUbuY1XPyYYzkIg6AmWp/bLA5Fs1kqX32F4djjGgR1eOteqRz478W/CE7Xi5E4A== "@pieh/friendly-errors-webpack-plugin@1.7.0-chalk-2": version "1.7.0-chalk-2"