From 1ecba3b84d43d3c41f11cec5f03f10aea1d95ed2 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Sat, 1 Jul 2017 08:13:25 +0200 Subject: [PATCH] Use right next.js version for with-dynamic-import (#2423) --- examples/with-dynamic-import/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-dynamic-import/package.json b/examples/with-dynamic-import/package.json index 6db361dd..1c48a0e7 100644 --- a/examples/with-dynamic-import/package.json +++ b/examples/with-dynamic-import/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "async-reactor": "^1.1.1", - "next": "^3.0.0-beta13", + "next": "^3.0.1-beta.5", "react": "^15.4.2", "react-dom": "^15.4.2" },