Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent b179a5e commit 0e7a349
Show file tree
Hide file tree
Showing 9 changed files with 91 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
22.11.0
2 changes: 1 addition & 1 deletion packages/bff/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-slim AS build
FROM node:22-slim AS build
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion packages/bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/reflect-metadata": "^0.1.0",
"concurrently": "^8.2.2",
"mprocs": "^0.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-slim AS build
FROM node:22-slim AS build
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@docusaurus/theme-mermaid": "^3.5.2",
"@easyops-cn/docusaurus-search-local": "0.44.5",
"@mdx-js/react": "^3.0.0",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"clsx": "^2.1.1",
"docusaurus-tldraw-plugin": "workspace: *",
"prism-react-renderer": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-slim AS build
FROM node:22-slim AS build
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.41.2",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-slim AS build
FROM node:22-slim AS build
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
Loading

0 comments on commit 0e7a349

Please sign in to comment.