We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6eac6 commit e913f3eCopy full SHA for e913f3e
Dockerfile
@@ -1,5 +1,5 @@
1
# Install dependencies only when needed
2
-FROM node:22.11.0-alpine3.19 AS base
+FROM node:22.12.0-alpine3.19 AS base
3
4
FROM base AS deps
5
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
package.json
@@ -62,7 +62,7 @@
62
"@tanstack/react-query-devtools": "5.59.20",
63
"@tanstack/react-table": "8.20.5",
64
"@types/lodash-es": "4.17.12",
65
- "@types/node": "22.9.0",
+ "@types/node": "22.10.2",
66
"@types/plotly.js-basic-dist": "1.54.4",
67
"@types/prismjs": "1.26.5",
68
"@types/react": "18.3.12",
0 commit comments