From f898ada397758915ae103f439e0bb20e4495cb5e Mon Sep 17 00:00:00 2001 From: Prefect <41086007+marvin-robot@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:48:33 -0700 Subject: [PATCH] Update @prefecthq/prefect-ui-library to version 3.2.7 (#14182) Co-authored-by: marvin-robot --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 5cbbf3ec2b95..117062f76e61 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "2.8.0", "dependencies": { "@prefecthq/prefect-design": "2.11.3", - "@prefecthq/prefect-ui-library": "3.2.6", + "@prefecthq/prefect-ui-library": "3.2.7", "@prefecthq/vue-charts": "2.0.4", "@prefecthq/vue-compositions": "1.11.4", "@types/lodash.debounce": "4.0.9", @@ -1041,9 +1041,9 @@ } }, "node_modules/@prefecthq/prefect-ui-library": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.2.6.tgz", - "integrity": "sha512-nmeUsyR9jyDRHXxD/b9JJnKyMTr5Yy5j/y26jqypQkW48nYDxLfcgvcVoFGFRzLoHTB/qdXBenEsjZLUKOEhxQ==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.2.7.tgz", + "integrity": "sha512-UrINLJl1cSB27wLDqs2+l40DMO+Tkokr2FGb69cVUcnSGg2jVMlqbzapEP7zZ/q8hl3zF8jN8iz+zIlkbQdZMA==", "dependencies": { "@prefecthq/graphs": "2.3.2", "axios": "1.6.7", @@ -7627,9 +7627,9 @@ } }, "@prefecthq/prefect-ui-library": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.2.6.tgz", - "integrity": "sha512-nmeUsyR9jyDRHXxD/b9JJnKyMTr5Yy5j/y26jqypQkW48nYDxLfcgvcVoFGFRzLoHTB/qdXBenEsjZLUKOEhxQ==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.2.7.tgz", + "integrity": "sha512-UrINLJl1cSB27wLDqs2+l40DMO+Tkokr2FGb69cVUcnSGg2jVMlqbzapEP7zZ/q8hl3zF8jN8iz+zIlkbQdZMA==", "requires": { "@prefecthq/graphs": "2.3.2", "axios": "1.6.7", diff --git a/ui/package.json b/ui/package.json index 0627e3b02906..90beccc2b756 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@prefecthq/prefect-design": "2.11.3", - "@prefecthq/prefect-ui-library": "3.2.6", + "@prefecthq/prefect-ui-library": "3.2.7", "@prefecthq/vue-charts": "2.0.4", "@prefecthq/vue-compositions": "1.11.4", "@types/lodash.debounce": "4.0.9",