From 06b8b78c7d51cecf87d979201a337ef78231204b Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Thu, 23 Feb 2023 16:14:16 +0100 Subject: [PATCH] Bump pkg/lib and bring in new @patternfly/react-table To bring in: https://github.com/patternfly/patternfly-react/pull/8708 https://github.com/cockpit-project/cockpit/commit/cfde666c56a18bb4d0bceeb2421efb574e015beb --- Makefile | 2 +- node_modules | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 37e85ab4e..4ad44c772 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 4bdbbbe058052e626dccc404536f39e50fc90caf # 285 + webpack/esbuild hybrid plugins +COCKPIT_REPO_COMMIT = cfde666c56a18bb4d0bceeb2421efb574e015beb # 286 + patternfly paths imports per component $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}' diff --git a/node_modules b/node_modules index f1adb2843..56e541a3e 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit f1adb2843cf6f1f2f96e5d895e26d25a1feaa220 +Subproject commit 56e541a3ea048787b474efd56ed21760b088d41c diff --git a/package.json b/package.json index 129a0a2f2..5785b7a64 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@patternfly/patternfly": "4.224.2", "@patternfly/react-core": "4.276.6", "@patternfly/react-styles": "4.92.6", - "@patternfly/react-table": "4.112.39", + "@patternfly/react-table": "4.112.40", "date-fns": "2.28.0", "docker-names": "1.2.1", "prop-types": "15.8.1",