diff --git a/examples/with-patternfly/package.json b/examples/with-patternfly/package.json index 0ef5889e0731d..9bed82f0dc555 100644 --- a/examples/with-patternfly/package.json +++ b/examples/with-patternfly/package.json @@ -9,7 +9,7 @@ "@patternfly/react-core": "^4.121.1", "@patternfly/react-icons": "^4.10.7", "next": "latest", - "next-transpile-modules": "^8.0.0", + "next-transpile-modules": "^9.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" } diff --git a/examples/with-reason-relay/package.json b/examples/with-reason-relay/package.json index c840e97b28324..49c5ab4c05541 100644 --- a/examples/with-reason-relay/package.json +++ b/examples/with-reason-relay/package.json @@ -14,7 +14,7 @@ "graphql": "15.0.0", "isomorphic-unfetch": "^3.0.0", "next": "latest", - "next-transpile-modules": "7.3.0", + "next-transpile-modules": "9.0.0", "react": "^16.13.0", "react-dom": "^16.13.0", "react-relay": "0.0.0-experimental-8cc94ddc", diff --git a/examples/with-reasonml-todo/package.json b/examples/with-reasonml-todo/package.json index d78a5cf98167f..c5d20fa333154 100644 --- a/examples/with-reasonml-todo/package.json +++ b/examples/with-reasonml-todo/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "next": "latest", - "next-transpile-modules": "^7.3.0", + "next-transpile-modules": "^9.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "reason-react": "^0.7.0" diff --git a/examples/with-reasonml/package.json b/examples/with-reasonml/package.json index 3b62e2635c3a8..79b52d89602b2 100644 --- a/examples/with-reasonml/package.json +++ b/examples/with-reasonml/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "next": "latest", - "next-transpile-modules": "^7.3.0", + "next-transpile-modules": "^9.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "reason-react": "^0.7.0" diff --git a/examples/with-yarn-workspaces/packages/web-app/package.json b/examples/with-yarn-workspaces/packages/web-app/package.json index 0957d3c5de348..720847bcaf6c1 100644 --- a/examples/with-yarn-workspaces/packages/web-app/package.json +++ b/examples/with-yarn-workspaces/packages/web-app/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "next": "latest", - "next-transpile-modules": "^7.3.0", + "next-transpile-modules": "^9.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" },