diff --git a/examples/non-monorepo/package.json b/examples/non-monorepo/package.json index 33f6cb9424db5..5e819c3b94b7b 100644 --- a/examples/non-monorepo/package.json +++ b/examples/non-monorepo/package.json @@ -11,18 +11,18 @@ "lint": "next lint" }, "dependencies": { - "next": "15.3.2", + "next": "15.3.3", "react": "^19.1.0", "react-dom": "^19.1.0", "turb": "^0.1.2" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", - "@types/node": "^22.15.21", - "@types/react": "^19.1.5", + "@types/node": "^22.15.29", + "@types/react": "^19.1.6", "@types/react-dom": "^19.1.5", - "eslint": "^9.27.0", - "eslint-config-next": "15.3.2", + "eslint": "^9.28.0", + "eslint-config-next": "15.3.3", "typescript": "^5.8.3" } }