Skip to content

Commit 960afc7

Browse files
committed
Node 24
1 parent 63f1651 commit 960afc7

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

.devcontainer/claude/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22
1+
FROM node:24
22

33
ARG TZ
44
ENV TZ="$TZ"

.devcontainer/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 22, 18, 16, 14, 22-bullseye, 18-bullseye, 16-bullseye, 14-bullseye, 22-buster, 18-buster, 16-buster, 14-buster
2-
ARG VARIANT=22-bullseye
2+
ARG VARIANT=24-bullseye
33
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
44

55
# [Optional] Uncomment this section to install additional OS packages.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

.prettierignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
_redirects
22
sidebar.zudoku.json
33
docs/policies/*
4-
!docs/policies/overview.mdx
4+
!docs/policies/overview.mdx
5+
public/media/*
6+
public/policies/*
7+
.vercel/
8+
dist/
9+
node_modules/
10+
temp/

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 22.18.0
1+
nodejs 24.13.1
22
python 3.13.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"version": "0.0.0",
66
"engines": {
7-
"node": "22.x"
7+
"node": "24.x"
88
},
99
"scripts": {
1010
"dev": "zudoku dev",
@@ -49,7 +49,7 @@
4949
"@anthropic-ai/claude-agent-sdk": "^0.2.19",
5050
"@types/dagre": "^0.7.53",
5151
"@types/json-schema": "7.0.15",
52-
"@types/node": "^22.10.7",
52+
"@types/node": "^24.0.0",
5353
"@types/react": "^19.0.7",
5454
"@types/react-dom": "^19.0.2",
5555
"@typescript-eslint/parser": "^8.48.1",

0 commit comments

Comments
 (0)