From 87b403769670245cf85d93f88a05a1ade09afabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20de=20la=20Martini=C3=A8re?= Date: Fri, 31 Jul 2020 14:53:58 +0200 Subject: [PATCH] Update next-transpile-modules in all examples --- 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-three-js/package.json | 2 +- examples/with-yarn-workspaces/packages/web-app/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/with-patternfly/package.json b/examples/with-patternfly/package.json index 1e5f1a89656df..f722ef6fca2dc 100644 --- a/examples/with-patternfly/package.json +++ b/examples/with-patternfly/package.json @@ -10,7 +10,7 @@ "dependencies": { "@patternfly/react-core": "^3.112.3", "next": "latest", - "next-transpile-modules": "^3.0.2", + "next-transpile-modules": "^4.0.2", "react": "^16.7.0", "react-dom": "^16.7.0" }, diff --git a/examples/with-reason-relay/package.json b/examples/with-reason-relay/package.json index 7a0b2ea557c31..efcaff96386b2 100644 --- a/examples/with-reason-relay/package.json +++ b/examples/with-reason-relay/package.json @@ -22,7 +22,7 @@ "graphql": "15.0.0", "isomorphic-unfetch": "^3.0.0", "next": "latest", - "next-transpile-modules": "3.2.0", + "next-transpile-modules": "4.0.2", "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 6b136bf3f54c1..10696fddc7599 100644 --- a/examples/with-reasonml-todo/package.json +++ b/examples/with-reasonml-todo/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "next": "latest", - "next-transpile-modules": "^3.0.2", + "next-transpile-modules": "^4.0.2", "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 1dfd20adaba2d..0d165a13ad3a2 100644 --- a/examples/with-reasonml/package.json +++ b/examples/with-reasonml/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "next": "latest", - "next-transpile-modules": "^3.0.2", + "next-transpile-modules": "^4.0.2", "react": "^16.12.0", "react-dom": "^16.12.0", "reason-react": "^0.7.0" diff --git a/examples/with-three-js/package.json b/examples/with-three-js/package.json index b9dd2c70dbde7..066cd94ef1890 100644 --- a/examples/with-three-js/package.json +++ b/examples/with-three-js/package.json @@ -16,6 +16,6 @@ "three": "0.118.3" }, "devDependencies": { - "next-transpile-modules": "3.3.0" + "next-transpile-modules": "4.0.2" } } diff --git a/examples/with-yarn-workspaces/packages/web-app/package.json b/examples/with-yarn-workspaces/packages/web-app/package.json index 9f6ae57268a9b..7b4dccb02539e 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": "^3.0.2", + "next-transpile-modules": "^4.0.2", "react": "^16.8.3", "react-dom": "^16.8.3" },