From dcf77c1554dd8395ddabe9ef4821ca0db71ae24e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 23:33:29 -0500 Subject: [PATCH] [create-pull-request] automated change (#5463) Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com> --- 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 1784990dfa9..b2e355a874f 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.76.0 -ARG GRID_VERSION=0.76.0 -ARG CHART_VERSION=0.76.0 -ARG WIDGET_VERSION=0.76.0 +ARG WEB_VERSION=0.77.0 +ARG GRID_VERSION=0.77.0 +ARG CHART_VERSION=0.77.0 +ARG WIDGET_VERSION=0.77.0 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \