From d1ca76bcbe90b0dc3edf555b4b74aa9efd0c1b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20de=20la=20Martini=C3=A8re?= Date: Sun, 13 Jun 2021 18:21:38 +0200 Subject: [PATCH] Update next-transpile-modules to 7.3.0 across examples (#26040) ## Documentation / Examples - [x] Make sure the linting passes Just updated `next-transpile-modules` across examples. We shipped a workaround in 7.2 for the one breaking change that scared people from updating from v4 to v5+, I tested the updated examples, so we should be good. --- examples/with-patternfly/package.json | 2 +- examples/with-reason-relay/package.json | 2 +- examples/with-reasonml-todo/package.json | 2 +- examples/with-reasonml/package.json | 2 +- examples/with-yarn-workspaces/packages/web-app/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/with-patternfly/package.json b/examples/with-patternfly/package.json index e85ed782b8f2c..dea08827fe507 100644 --- a/examples/with-patternfly/package.json +++ b/examples/with-patternfly/package.json @@ -11,7 +11,7 @@ "@patternfly/react-core": "^4.121.1", "@patternfly/react-icons": "^4.10.7", "next": "latest", - "next-transpile-modules": "^7.2.0", + "next-transpile-modules": "^7.3.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 08b0b7bab1e29..0bae5cf449ba4 100644 --- a/examples/with-reason-relay/package.json +++ b/examples/with-reason-relay/package.json @@ -19,7 +19,7 @@ "graphql": "15.0.0", "isomorphic-unfetch": "^3.0.0", "next": "latest", - "next-transpile-modules": "4.0.2", + "next-transpile-modules": "7.3.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 4fde2451e8c62..77205f4c4e9be 100644 --- a/examples/with-reasonml-todo/package.json +++ b/examples/with-reasonml-todo/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "next": "latest", - "next-transpile-modules": "^4.0.2", + "next-transpile-modules": "^7.3.0", "react": "^16.8.6", "react-dom": "^16.8.6", "reason-react": "^0.7.0" diff --git a/examples/with-reasonml/package.json b/examples/with-reasonml/package.json index dfcb3af7449af..4287b47cdf334 100644 --- a/examples/with-reasonml/package.json +++ b/examples/with-reasonml/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "next": "latest", - "next-transpile-modules": "^4.0.2", + "next-transpile-modules": "^7.3.0", "react": "^16.12.0", "react-dom": "^16.12.0", "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 7b4dccb02539e..f1c42719ebf84 100644 --- a/examples/with-yarn-workspaces/packages/web-app/package.json +++ b/examples/with-yarn-workspaces/packages/web-app/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "next": "latest", - "next-transpile-modules": "^4.0.2", + "next-transpile-modules": "^7.3.0", "react": "^16.8.3", "react-dom": "^16.8.3" },