Skip to content

Commit

Permalink
fix: Update web version to 0.78.2 (#5624)
Browse files Browse the repository at this point in the history
- Includes the ObjectFetchManager which is needed for deephaven.ui 0.15
  • Loading branch information
mofojed authored Jun 20, 2024
1 parent b26745b commit 33069ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/client-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 33069ac

Please sign in to comment.