diff --git a/ts-example/package.json b/ts-example/package.json index cc7daa1..d26a22e 100644 --- a/ts-example/package.json +++ b/ts-example/package.json @@ -13,11 +13,11 @@ "next": "12.1.6", "next-mdx-relations": "^0.0.16", "next-transpile-modules": "9.0.0", - "react": "18.2.0", - "react-dom": "18.2.0" + "react": "18.3.1", + "react-dom": "18.3.1" }, "devDependencies": { - "@types/react": "18.0.14", + "@types/react": "18.3.3", "eslint": "8.18.0", "eslint-config-next": "12.1.6", "typescript": "4.7.4"