Skip to content

Commit

Permalink
diff versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Nov 18, 2024
1 parent ffe9ff6 commit 4f47ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 [email protected] @swc/core@1.3.100 @swc/cli@0.1.63 @biomejs/biome@1.4.1
RUN npm install -g typescript@5.6.3 prettier@3.3.3 [email protected] @swc/core@1.9.2 @swc/cli@0.5.0 @biomejs/biome@1.9.4

WORKDIR /app
RUN npm install --save-dev [email protected] @swc-node/[email protected]
Expand Down
7 changes: 1 addition & 6 deletions ts/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ RUN \
RUN apt update && apt --assume-yes install zsh && \
rm -rf /var/lib/apt/lists/*

RUN npm install -g [email protected]
RUN npm install -g [email protected]
RUN npm install -g [email protected]
RUN npm install -g @swc/[email protected]
RUN npm install -g @swc/[email protected] --verbose
RUN npm install -g @biomejs/[email protected]
RUN npm install -g [email protected] [email protected] [email protected] @swc/[email protected] @swc/[email protected] @biomejs/[email protected]

WORKDIR /app
RUN npm install --save-dev [email protected] @swc-node/[email protected]
Expand Down

0 comments on commit 4f47ba8

Please sign in to comment.