Skip to content

Commit b47f59c

Browse files
committed
[WebConsole] Update dependencies, remove stray files
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
1 parent 309f619 commit b47f59c

File tree

9 files changed

+24
-15628
lines changed

9 files changed

+24
-15628
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
6565
ENV PATH="$HOME/.cargo/bin:$PATH"
6666

6767
## Install Bun.js
68-
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.0"
68+
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.2"
6969
ENV PATH="$HOME/.bun/bin:$PATH"
7070
RUN $HOME/.bun/bin/bun install --global @hey-api/openapi-ts
7171

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install-deps:
2626
ENV LC_ALL en_US.UTF-8
2727
ENV LANG en_US.UTF-8
2828
## Install Bun.js
29-
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.0"
29+
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.2"
3030
ENV PATH="$HOME/.bun/bin:$PATH"
3131
# Install redpanda's rpk cli
3232
RUN apt install python3-requests -y

bun.lockb

-56.9 KB
Binary file not shown.

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ FROM base AS web-ui-builder
4444

4545
## Install Bun.js
4646
RUN apt install unzip -y
47-
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.0"
47+
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.2"
4848
ENV PATH="$HOME/.bun/bin:$PATH"
4949
RUN ln -s $HOME/.bun/bin/bun /usr/bin/bun
5050

web-console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sudo apt-get install nodejs -y
1919
# Install Bun
2020
sudo apt-get update
2121
sudo apt-get install -y ca-certificates curl gnupg unzip
22-
sudo curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.0"
22+
sudo curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.2"
2323

2424
# Install OpenAPI typings generator
2525
sudo bun install --global @hey-api/openapi-ts

web-console/bun.lockb

1.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)