From d9c6a981cce483cb94e794de1ce2b7daf2e6ec31 Mon Sep 17 00:00:00 2001 From: Prefect <41086007+marvin-robot@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:22:55 -0400 Subject: [PATCH] Update @prefecthq/prefect-ui-library to version 3.4.2 (#14545) 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 1547e5b66f75..7e11077d2557 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.6", - "@prefecthq/prefect-ui-library": "3.4.1", + "@prefecthq/prefect-ui-library": "3.4.2", "@prefecthq/vue-charts": "2.0.4", "@prefecthq/vue-compositions": "1.11.4", "@types/lodash.debounce": "4.0.9", @@ -1080,9 +1080,9 @@ } }, "node_modules/@prefecthq/prefect-ui-library": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.4.1.tgz", - "integrity": "sha512-xWa0hYwAqmO6gEloMW4DTv6cJWDOpIG1DCakCfMs5KVVYHJ7sNaVAo19267vPNwhaCvHPG5AFPnFEArvsJ3S3A==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.4.2.tgz", + "integrity": "sha512-+wqNILI62x5wS1qCUj0Bk3ipIAwJKZFslJ4vmnANm4udBn7tLg9llHF6jGapWbvZzRO2nm4oAWt24sZrOf5cxg==", "dependencies": { "@prefecthq/graphs": "2.4.0", "axios": "1.6.7", @@ -7679,9 +7679,9 @@ } }, "@prefecthq/prefect-ui-library": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.4.1.tgz", - "integrity": "sha512-xWa0hYwAqmO6gEloMW4DTv6cJWDOpIG1DCakCfMs5KVVYHJ7sNaVAo19267vPNwhaCvHPG5AFPnFEArvsJ3S3A==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.4.2.tgz", + "integrity": "sha512-+wqNILI62x5wS1qCUj0Bk3ipIAwJKZFslJ4vmnANm4udBn7tLg9llHF6jGapWbvZzRO2nm4oAWt24sZrOf5cxg==", "requires": { "@prefecthq/graphs": "2.4.0", "axios": "1.6.7", diff --git a/ui/package.json b/ui/package.json index d4b0d4c3f57f..8f3cdf57e721 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@prefecthq/prefect-design": "2.11.6", - "@prefecthq/prefect-ui-library": "3.4.1", + "@prefecthq/prefect-ui-library": "3.4.2", "@prefecthq/vue-charts": "2.0.4", "@prefecthq/vue-compositions": "1.11.4", "@types/lodash.debounce": "4.0.9",