Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.19.0
24.20.0
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# build + system deps are installed to match the resolved Playwright version, so
# screenshot baselines are stable and reproducible (generate baselines HERE, not
# on macOS). Multi-arch base — builds natively on Apple Silicon (arm64).
FROM node:24.19.0-bookworm
FROM node:24.20.0-bookworm

RUN corepack enable && corepack prepare pnpm@11.20.0 --activate

Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"mailosaur": "^11.0.0",
"typescript": "~7.0.0"
},
"packageManager": "pnpm@11.22.0"
"packageManager": "pnpm@11.24.0"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@tailwindcss/vite": "^4.0.9",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-router": "1.170.31",
"@tanstack/react-router": "1.170.32",
"@tanstack/react-router-devtools": "1.167.1",
"@tanstack/react-table": "^9.0.0",
"@types/node": "^24.0.0",
Expand Down Expand Up @@ -103,7 +103,7 @@
"dotenv-cli": "^11.0.0",
"dprint": "^0.56.0",
"happy-dom": "^20.9.0",
"harper": "5.2.4",
"harper": "5.2.6",
"husky": "^9.1.7",
"jsdom": "^30.0.0",
"oxlint": "^1.32.0",
Expand All @@ -113,6 +113,6 @@
"vitest": "^4.0.0",
"yaml": "^2.9.0"
},
"packageManager": "pnpm@11.22.0",
"packageManager": "pnpm@11.24.0",
"license": "Apache-2.0"
}
Loading