diff --git a/examples/non-monorepo/package.json b/examples/non-monorepo/package.json index 353d5d1eecd85..2e8adc0021dd4 100644 --- a/examples/non-monorepo/package.json +++ b/examples/non-monorepo/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.3.0", + "next": "15.3.1", "react": "^19.1.0", "react-dom": "^19.1.0", "turb": "^0.1.2" @@ -19,10 +19,10 @@ "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@types/node": "^22.14.1", - "@types/react": "^19.1.1", + "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", - "eslint": "^9.24.0", - "eslint-config-next": "15.3.0", + "eslint": "^9.25.0", + "eslint-config-next": "15.3.1", "typescript": "^5.8.3" } }