diff --git a/hono-vite-jsx/package.json b/hono-vite-jsx/package.json index 3afeaa9..8b62138 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.5", "tsx": "^4.7.1", "vite": "^5.4.2" } diff --git a/nextjs-stack/package.json b/nextjs-stack/package.json index 660f8e9..3a1cf9b 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.5", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "typescript": "^5.4.5"