diff --git a/examples/with-route-as-modal/package.json b/examples/with-route-as-modal/package.json index af1c564eed..c36f25408e 100644 --- a/examples/with-route-as-modal/package.json +++ b/examples/with-route-as-modal/package.json @@ -9,6 +9,6 @@ "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-modal": "3.11.2" + "react-modal": "3.16.1" } }