Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Apr 25, 2024
1 parent 2af4f29 commit 8855e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN \
RUN apt update && apt --assume-yes install zsh && \
rm -rf /var/lib/apt/lists/*

RUN npm install -g typescript@5.3.2 prettier@3.1.0 ts-node@11.0.0-beta.1 @swc/core@1.3.100 @swc/cli@0.1.63 @biomejs/biome@1.4.1
RUN npm install -g typescript@5.4.5 prettier@3.2.5 ts-node@11.0.0-beta.1 @swc/core@1.5.0 @swc/cli@0.3.12 @biomejs/biome@1.7.1

WORKDIR /app
RUN npm install --save-dev tsconfig-paths@4.2.0 @swc-node/register@1.6.8
Expand Down

0 comments on commit 8855e2c

Please sign in to comment.