From 0d35528e8256d0eaea12e1f80b1169c4d862646a Mon Sep 17 00:00:00 2001 From: Prefect <41086007+marvin-robot@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:00:19 -0700 Subject: [PATCH] Update @prefecthq/prefect-ui-library to version 3.7.6 (#15125) 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 05fa00f935a1..47ba07b0974b 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "2.8.0", "dependencies": { "@prefecthq/prefect-design": "2.12.1", - "@prefecthq/prefect-ui-library": "3.7.5", + "@prefecthq/prefect-ui-library": "3.7.6", "@prefecthq/vue-charts": "2.0.4", "@prefecthq/vue-compositions": "1.11.4", "@types/lodash.debounce": "4.0.9", @@ -1112,9 +1112,9 @@ } }, "node_modules/@prefecthq/prefect-ui-library": { - "version": "3.7.5", - "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.7.5.tgz", - "integrity": "sha512-5ratGbT//3G5sALSOBR9fJCTUz43GaOFeIjPkW8Pz0+LY6EOKxz/j1xAvYQE/XwTUTxHZahnZV7PGpeR5zK84w==", + "version": "3.7.6", + "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.7.6.tgz", + "integrity": "sha512-/hAju797QTLdLO7reLe352Zz0UqOcSkkz/CvEQ969tLOLNTkQcFc5RBY3IFd0lMrUFc0vdHYBSDIDuUYr3EXIA==", "dependencies": { "@prefecthq/graphs": "2.4.0", "axios": "1.7.4", @@ -7788,9 +7788,9 @@ } }, "@prefecthq/prefect-ui-library": { - "version": "3.7.5", - "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.7.5.tgz", - "integrity": "sha512-5ratGbT//3G5sALSOBR9fJCTUz43GaOFeIjPkW8Pz0+LY6EOKxz/j1xAvYQE/XwTUTxHZahnZV7PGpeR5zK84w==", + "version": "3.7.6", + "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.7.6.tgz", + "integrity": "sha512-/hAju797QTLdLO7reLe352Zz0UqOcSkkz/CvEQ969tLOLNTkQcFc5RBY3IFd0lMrUFc0vdHYBSDIDuUYr3EXIA==", "requires": { "@prefecthq/graphs": "2.4.0", "axios": "1.7.4", diff --git a/ui/package.json b/ui/package.json index 773e3322e5d7..dca261a5ccf4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@prefecthq/prefect-design": "2.12.1", - "@prefecthq/prefect-ui-library": "3.7.5", + "@prefecthq/prefect-ui-library": "3.7.6", "@prefecthq/vue-charts": "2.0.4", "@prefecthq/vue-compositions": "1.11.4", "@types/lodash.debounce": "4.0.9",