From f4faa9993c9b13ffda8c18f2c08b03f549d2bf4f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 1 Jul 2024 09:43:28 +0200 Subject: [PATCH] package.json: Drop date-fns The previous cockpit lib update eliminated that dependency. --- node_modules | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/node_modules b/node_modules index d8bbb8fb5..d4f5a2345 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit d8bbb8fb583d36f0eb267f25e9abc9f23b049c5a +Subproject commit d4f5a23458023d941b3f3c7bb8137300545efd38 diff --git a/package.json b/package.json index 03a1c51ee..b563ead00 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "@patternfly/react-styles": "5.3.1", "@patternfly/react-table": "5.3.3", "@patternfly/react-tokens": "5.3.1", - "date-fns": "3.6.0", "dequal": "2.0.3", "prop-types": "15.8.1", "react": "18.3.1",