Skip to content

Commit e913f3e

Browse files
chore(deps): update node.js to v22.12.0
1 parent ed6eac6 commit e913f3e

File tree

3 files changed

+6375
-7931
lines changed

3 files changed

+6375
-7931
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
@@ -62,7 +62,7 @@
6262
"@tanstack/react-query-devtools": "5.59.20",
6363
"@tanstack/react-table": "8.20.5",
6464
"@types/lodash-es": "4.17.12",
65-
"@types/node": "22.9.0",
65+
"@types/node": "22.10.2",
6666
"@types/plotly.js-basic-dist": "1.54.4",
6767
"@types/prismjs": "1.26.5",
6868
"@types/react": "18.3.12",

0 commit comments

Comments
 (0)