diff --git a/examples/with-aws-amplify/package.json b/examples/with-aws-amplify/package.json index a8a5fe5240ebc..46a2e9018a127 100644 --- a/examples/with-aws-amplify/package.json +++ b/examples/with-aws-amplify/package.json @@ -6,11 +6,11 @@ "start": "next start" }, "dependencies": { - "@aws-amplify/ui-react": "3.5.9", - "aws-amplify": "4.3.39", + "@aws-amplify/ui-react": "3.6.1", + "aws-amplify": "4.3.46", "next": "latest", - "react": "18.2.0", - "react-dom": "18.2.0" + "react": "18.3.1", + "react-dom": "18.3.1" }, "devDependencies": { "@types/node": "18.11.5",