Skip to content

Commit c38f161

Browse files
chore(deps): update node.js to v22.12.0
1 parent 523e475 commit c38f161

File tree

4 files changed

+17
-22
lines changed

4 files changed

+17
-22
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-20",
77
"features": {
88
"ghcr.io/devcontainers/features/node:1": {
9-
"version": "20",
9+
"version": "22",
1010
"nodeGypDependencies": true,
1111
"pnpmVersion": "10.9.0"
1212
}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install dependencies only when needed
2-
FROM node:22.11.0-alpine3.19 AS base
2+
FROM node:22.12.0-alpine3.19 AS base
33

44
FROM base AS deps
55
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@tanstack/react-query-devtools": "5.77.2",
6363
"@tanstack/react-table": "8.21.3",
6464
"@types/lodash-es": "4.17.12",
65-
"@types/node": "22.9.0",
65+
"@types/node": "22.16.5",
6666
"@types/plotly.js-basic-dist": "1.54.4",
6767
"@types/prismjs": "1.26.5",
6868
"@types/react": "19.1.6",

pnpm-lock.yaml

Lines changed: 14 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)