Skip to content

Commit b780261

Browse files
committed
chore: up deps
1 parent 23910fb commit b780261

5 files changed

Lines changed: 256 additions & 250 deletions

File tree

apps/admin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM node:${NODE_VERSION}-slim AS slim
99
FROM slim AS base
1010
RUN corepack enable
1111
RUN npm install -g corepack@latest
12-
RUN npm install turbo@2.5.2 --global
12+
RUN npm install turbo@2.5.8 --global
1313
RUN pnpm config set store-dir ~/.pnpm-store
1414

1515
# 2. Prune projects

apps/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM node:${NODE_VERSION}-slim AS slim
99
FROM slim AS base
1010
RUN corepack enable
1111
RUN npm install -g corepack@latest
12-
RUN npm install turbo@2.5.2 --global
12+
RUN npm install turbo@2.5.8 --global
1313
RUN pnpm config set store-dir ~/.pnpm-store
1414

1515
# 2. Prune projects

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@mm-app/eslint-config": "workspace:*",
1313
"@mm-app/typescript-config": "workspace:*",
1414
"prettier": "^3.6.2",
15-
"turbo": "^2.5.6",
15+
"turbo": "^2.5.8",
1616
"typescript": "catalog:"
1717
},
1818
"packageManager": "pnpm@10.15.1",

0 commit comments

Comments
 (0)