Skip to content

Commit a391c6a

Browse files
mofojedgithub-actions[bot]deephaven-internal
authored
fix: Update web version 1.18.1 (#7966) (#7967)
Release notes https://github.com/deephaven/web-client-ui/releases/tag/v1.18.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com>
1 parent 55b0849 commit a391c6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/client-ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM deephaven/node:local-build
22
WORKDIR /usr/src/app
33

44
# Most of the time, these versions are the same, except in cases where a patch only affects one of the packages
5-
ARG WEB_VERSION=1.17.1
5+
ARG WEB_VERSION=1.18.1
66
ARG GRID_VERSION=1.1.0
77
ARG CHART_VERSION=1.1.0
8-
ARG WIDGET_VERSION=1.17.1
8+
ARG WIDGET_VERSION=1.18.1
99

1010
# Pull in the published code-studio package from npmjs and extract is
1111
RUN set -eux; \

0 commit comments

Comments
 (0)