From fe78c7368d09666e30ed4992c82292ecb673cf8c Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Fri, 27 Jul 2018 20:28:05 +0200 Subject: [PATCH] Upgrade serve --- examples/with-static-export/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-static-export/package.json b/examples/with-static-export/package.json index 2d6a09ba00bbb..d2e0f03660023 100644 --- a/examples/with-static-export/package.json +++ b/examples/with-static-export/package.json @@ -7,7 +7,7 @@ "next": "latest", "react": "^16.0.0", "react-dom": "^16.0.0", - "serve": "9.2.0" + "serve": "9.4.0" }, "scripts": { "dev": "node .",