Skip to content

Commit ac84d5a

Browse files
chore(deps): update node.js to v22.12.0
1 parent 83d3bde commit ac84d5a

File tree

3 files changed

+16
-21
lines changed

3 files changed

+16
-21
lines changed

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
@@ -61,7 +61,7 @@
6161
"@tanstack/react-query-devtools": "5.66.0",
6262
"@tanstack/react-table": "8.20.6",
6363
"@types/lodash-es": "4.17.12",
64-
"@types/node": "22.9.0",
64+
"@types/node": "22.13.9",
6565
"@types/plotly.js-basic-dist": "1.54.4",
6666
"@types/prismjs": "1.26.5",
6767
"@types/react": "19.0.8",

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)