From a7fe51906305abafd54987f945757a731ebb2078 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Thu, 22 Apr 2021 16:20:08 -0400 Subject: [PATCH] Update patternfly packages --- awx/ui_next/package-lock.json | 34 ++++++++++++++++++++++------------ awx/ui_next/package.json | 4 ++-- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/awx/ui_next/package-lock.json b/awx/ui_next/package-lock.json index 991868d06d..b4978a09ec 100644 --- a/awx/ui_next/package-lock.json +++ b/awx/ui_next/package-lock.json @@ -2265,18 +2265,18 @@ "dev": true }, "@patternfly/patternfly": { - "version": "4.96.2", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.96.2.tgz", - "integrity": "sha512-nxXLyAGVYubXdJ8XuSPDuPBuUbuY1XPyYYzkIg6AmWp/bLA5Fs1kqX32F4djjGgR1eOteqRz478W/CE7Xi5E4A==" + "version": "4.102.1", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.102.1.tgz", + "integrity": "sha512-YQSJH4EirnFdwJ3eN7BUgGj/Q3bg/Lmc+8vU/bhIDnRuk5KqGZ7xbVCPrWwrV0oYrfIUAWgbrbJjpP03VjrJLw==" }, "@patternfly/react-core": { - "version": "4.106.2", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.106.2.tgz", - "integrity": "sha512-zOws2Zqar1dxeKK0TJ2FPffXFnV1qfEpzPvEzBTCRr94vOLsoXbYETe8dsY2SDc7nN6IgP0npesYua9BIHVk6Q==", + "version": "4.115.1", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.115.1.tgz", + "integrity": "sha512-CIUd6y0Zt90a1NXam64uxMnXSG6MV8ECsSW8nN2iyveK73w2P9Zuuxf9UkCEtfi/DDmbCaAPUNmrOYZ6Ez+NkA==", "requires": { - "@patternfly/react-icons": "^4.9.9", - "@patternfly/react-styles": "^4.9.4", - "@patternfly/react-tokens": "^4.10.9", + "@patternfly/react-icons": "^4.10.1", + "@patternfly/react-styles": "^4.10.1", + "@patternfly/react-tokens": "^4.11.2", "focus-trap": "6.2.2", "react-dropzone": "9.0.0", "tippy.js": "5.1.2", @@ -2284,9 +2284,19 @@ }, "dependencies": { "@patternfly/react-icons": { - "version": "4.9.9", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.9.9.tgz", - "integrity": "sha512-TAWwmpYPZeseoQXXFdWgakB8UV5mf/FugH15D9C3PQoX+un4OI2nm7d689ItlmBfB3FLK9sMhZ2eZX7/tAjC9g==" + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.10.1.tgz", + "integrity": "sha512-PDljCqWk+Jld8VJI0zMbigmKh0NhnSl/paXFU8cawZYt4dczbLjvj5kTMqqSOt0/DmvstcMXIvhXxL9SoYAuIA==" + }, + "@patternfly/react-styles": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-4.10.1.tgz", + "integrity": "sha512-nrxKeu4ftZArswT0azcZB2r6eV4d5bs4L9HrwHnElMte+6fsUmXbuaBxCVfHh/aHxZSIIxqDElEHNaOqcs7SWg==" + }, + "@patternfly/react-tokens": { + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-4.11.2.tgz", + "integrity": "sha512-uLEj6mUknX2vE1z79c28cY+/GBVh0SjS3T6s+bG9ZVP7rGopSgtEQDfejSIEBAwD/t0u1gHW/ncWZ1kyIeVMGg==" } } }, diff --git a/awx/ui_next/package.json b/awx/ui_next/package.json index 38bd50298d..44d8c8dedb 100644 --- a/awx/ui_next/package.json +++ b/awx/ui_next/package.json @@ -7,8 +7,8 @@ }, "dependencies": { "@lingui/react": "^3.7.1", - "@patternfly/patternfly": "^4.80.3", - "@patternfly/react-core": "^4.90.2", + "@patternfly/patternfly": "^4.102.1", + "@patternfly/react-core": "^4.115.1", "@patternfly/react-icons": "4.7.22", "@patternfly/react-table": "^4.19.15", "ace-builds": "^1.4.12",