Skip to content

Commit 1830f06

Browse files
committed
Unpin swc/core to 1.14
1 parent 95fb8db commit 1830f06

File tree

3 files changed

+80
-80
lines changed

3 files changed

+80
-80
lines changed

frontend/docker/Dockerfile.unit.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-slim
1+
FROM node:22-alpine
22

33
ENV FORCE_COLOR=1 \
44
NPM_CACHE="/app/.npm" \

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@graphql-codegen/typescript-operations": "^5.0.2",
7979
"@lhci/cli": "^0.15.1",
8080
"@playwright/test": "^1.56.1",
81-
"@swc/core": "1.13.19",
81+
"@swc/core": "^1.14.0",
8282
"@swc/jest": "^0.2.39",
8383
"@tailwindcss/postcss": "^4.1.16",
8484
"@testing-library/jest-dom": "^6.9.1",

0 commit comments

Comments
 (0)