Skip to content

Commit 3613216

Browse files
committed
update deps
1 parent ea38c1f commit 3613216

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

pwa/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apk add --no-cache libc6-compat bash git
77

88
WORKDIR /srv/app
99

10-
RUN corepack enable && \
10+
RUN npm install --global corepack@latest && \
11+
corepack enable && \
1112
corepack prepare --activate pnpm@latest && \
1213
pnpm config -g set store-dir /.pnpm-store
1314

pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"sharp": "^0.32.5",
5353
"shiki": "^0.14.3",
5454
"swagger-ui": "^5.4.2",
55-
"ts-node": "^10.9.1",
5655
"unist-util-visit": "^4.1.2",
5756
"yaml": "^2.3.1"
5857
},
@@ -82,6 +81,7 @@
8281
"eslint-plugin-react-hooks": "^4.6.0",
8382
"postcss": "^8.4.45",
8483
"tailwindcss": "^3.4.10",
84+
"ts-node": "^10.9.1",
8585
"typescript": "^5.1.6"
8686
},
8787
"peerDependencies": {

pwa/pnpm-lock.yaml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)