Skip to content

Commit 4f47ba8

Browse files
committed
diff versions
1 parent ffe9ff6 commit 4f47ba8

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

ts/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN \
6161

6262
RUN apt update && apt --assume-yes install zsh && \
6363
rm -rf /var/lib/apt/lists/*
64-
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
64+
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
6565

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

ts/Dockerfile.tmpl

+1-6
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@ RUN \
6262
RUN apt update && apt --assume-yes install zsh && \
6363
rm -rf /var/lib/apt/lists/*
6464

65-
RUN npm install -g [email protected]
66-
RUN npm install -g [email protected]
67-
RUN npm install -g [email protected]
68-
RUN npm install -g @swc/[email protected]
69-
RUN npm install -g @swc/[email protected] --verbose
70-
RUN npm install -g @biomejs/[email protected]
65+
7166

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

0 commit comments

Comments
 (0)