From 33069ac2eba1ea6641ca858ee64777f4cde8f474 Mon Sep 17 00:00:00 2001 From: Mike Bender Date: Thu, 20 Jun 2024 13:02:07 -0400 Subject: [PATCH] fix: Update web version to 0.78.2 (#5624) - Includes the ObjectFetchManager which is needed for deephaven.ui 0.15 --- web/client-ui/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/client-ui/Dockerfile b/web/client-ui/Dockerfile index 9aaf79d5b7d..d7121620029 100644 --- a/web/client-ui/Dockerfile +++ b/web/client-ui/Dockerfile @@ -2,10 +2,10 @@ FROM deephaven/node:local-build WORKDIR /usr/src/app # Most of the time, these versions are the same, except in cases where a patch only affects one of the packages -ARG WEB_VERSION=0.68.0 -ARG GRID_VERSION=0.68.0 -ARG CHART_VERSION=0.68.0 -ARG WIDGET_VERSION=0.68.0 +ARG WEB_VERSION=0.78.2 +ARG GRID_VERSION=0.78.0 +ARG CHART_VERSION=0.78.0 +ARG WIDGET_VERSION=0.78.2 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \