diff --git a/examples/blog-with-comment/package.json b/examples/blog-with-comment/package.json index e1d61871a8ae8..aeb0acddef2ca 100644 --- a/examples/blog-with-comment/package.json +++ b/examples/blog-with-comment/package.json @@ -16,7 +16,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "remark": "13.0.0", - "remark-html": "13.0.1", + "remark-html": "13.0.2", "swr": "^0.5.5" }, "devDependencies": { diff --git a/examples/with-aws-amplify-typescript/package.json b/examples/with-aws-amplify-typescript/package.json index 2f83648612969..08802aca563d3 100644 --- a/examples/with-aws-amplify-typescript/package.json +++ b/examples/with-aws-amplify-typescript/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@aws-amplify/ui-react": "^1.0.7", - "aws-amplify": "^3.3.27", + "aws-amplify": "^5.0.24", "next": "10.1.3", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/with-emotion-swc/package.json b/examples/with-emotion-swc/package.json index 411e3fcb8efb8..620bc1a0892d8 100644 --- a/examples/with-emotion-swc/package.json +++ b/examples/with-emotion-swc/package.json @@ -6,10 +6,8 @@ "start": "next start" }, "dependencies": { - "@emotion/react": "11.8.1", - "@emotion/styled": "11.8.1", "next": "latest", - "react": "17.0.2", - "react-dom": "17.0.2" + "react": "18.2.0", + "react-dom": "18.2.0" } } diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 9c98887da6a2e..555dec415467d 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "17.0.2", - "react-dom": "17.0.2" + "react": "18.2.0", + "react-dom": "18.2.0" }, "devDependencies": { "@playwright/test": "^1.15.0" diff --git a/examples/with-reason-relay/package.json b/examples/with-reason-relay/package.json index 49c5ab4c05541..99ae820a85222 100644 --- a/examples/with-reason-relay/package.json +++ b/examples/with-reason-relay/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "babel-plugin-relay": "^9.0.0", - "graphql-cli": "^3.0.14", + "graphql-cli": "^4.0.0", "relay-compiler": "9.0.0" }, "resolutions": {