diff --git a/examples/non-monorepo/package.json b/examples/non-monorepo/package.json index 771a06e406c4c..48d1da522743b 100644 --- a/examples/non-monorepo/package.json +++ b/examples/non-monorepo/package.json @@ -9,18 +9,18 @@ "lint": "next lint" }, "dependencies": { - "next": "^14.1.1", + "next": "^15.1.6", "react": "^18.2.0", - "react-dom": "^18.2.0" + "react-dom": "^19.0.0" }, "devDependencies": { - "@types/node": "^20.11.24", - "@types/react": "^18.2.61", - "@types/react-dom": "^18.2.19", - "eslint": "^8.57.0", - "eslint-config-next": "^14.1.1", + "@types/node": "^22.10.7", + "@types/react": "^19.0.7", + "@types/react-dom": "^19.0.3", + "eslint": "^9.18.0", + "eslint-config-next": "^15.1.6", "turbo": "^2.0.3", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "packageManager": "pnpm@9.0.0", "engines": {