diff --git a/apps/web/package.json b/apps/web/package.json index c54f7c8..55f7a48 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -14,24 +14,24 @@ "lint": "eslint . --ignore-pattern dist --ignore-pattern .next" }, "dependencies": { - "next": "16.2.11", + "next": "16.3.0", "react": "19.2.8", "react-dom": "19.2.8" }, "devDependencies": { "@cloudflare/vite-plugin": "1.51.3", "@types/node": "22.19.19", - "@types/react": "19.2.17", - "@types/react-dom": "19.2.3", - "@vitejs/plugin-react": "6.0.4", - "@vitejs/plugin-rsc": "0.5.29", + "@types/react": "19.2.18", + "@types/react-dom": "19.2.4", + "@vitejs/plugin-react": "6.0.5", + "@vitejs/plugin-rsc": "0.5.34", "eslint": "9.39.4", - "eslint-config-next": "16.2.11", + "eslint-config-next": "16.3.0", "react-server-dom-webpack": "19.2.8", - "tsx": "4.23.1", + "tsx": "4.23.11", "typescript": "5.9.3", "vinext": "0.2.1", - "vite": "8.1.5", + "vite": "8.2.1", "wrangler": "4.121.0" }, "overrides": {