diff --git a/hono-vite-jsx/package.json b/hono-vite-jsx/package.json index 3afeaa9..7230357 100644 --- a/hono-vite-jsx/package.json +++ b/hono-vite-jsx/package.json @@ -11,7 +11,7 @@ "hono": "^4.5.10" }, "devDependencies": { - "@types/node": "^20.11.17", + "@types/node": "^22.5.4", "tsx": "^4.7.1", "vite": "^5.4.2" } diff --git a/nextjs-stack/package.json b/nextjs-stack/package.json index 660f8e9..0317a8c 100644 --- a/nextjs-stack/package.json +++ b/nextjs-stack/package.json @@ -15,7 +15,7 @@ "zod": "^3.22.4" }, "devDependencies": { - "@types/node": "20.14.4", + "@types/node": "22.5.4", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "typescript": "^5.4.5"