diff --git a/examples/with-zustand/package.json b/examples/with-zustand/package.json index a9d4755e6836f..aef71ae4997d4 100644 --- a/examples/with-zustand/package.json +++ b/examples/with-zustand/package.json @@ -7,12 +7,12 @@ "lint": "next lint" }, "dependencies": { - "@types/node": "18.17.15", - "@types/react": "18.0.28", - "@types/react-dom": "18.0.11", + "@types/node": "18.19.48", + "@types/react": "18.3.5", + "@types/react-dom": "18.3.0", "next": "latest", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "18.3.1", + "react-dom": "18.3.1", "typescript": "4.9.5", "zustand": "^4.3.6" }