diff --git a/package.json b/package.json index 02e47fa..0293cc2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.21.0", - "next": "16.2.9", + "next": "16.2.10", "next-themes": "^0.4.6", "radix-ui": "^1.6.0", "react": "19.2.7", @@ -26,14 +26,14 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.3.1", - "@types/node": "^25.9.3", + "@types/node": "^26.1.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "eslint": "^10.5.0", - "eslint-config-next": "16.2.9", + "eslint-config-next": "16.2.10", "prettier": "^3.8.4", "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4.3.1", - "typescript": "^6.0.3" + "typescript": "^7.0.2" } }