From 2ca40ae8ccfab78c98f3f92c613e93ab3c442319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 17:16:20 +0000 Subject: [PATCH] Bump next from 5.1.0 to 9.3.3 in /examples/with-nextjs Bumps [next](https://github.com/zeit/next.js) from 5.1.0 to 9.3.3. - [Release notes](https://github.com/zeit/next.js/releases) - [Commits](https://github.com/zeit/next.js/compare/5.1.0...v9.3.3) Signed-off-by: dependabot[bot] --- examples/with-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index a98b681..8cd9494 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "dva-no-router": "^1.0.3", - "next": "^5.0.0", + "next": "^9.3.3", "react": "^16.2.0", "react-dom": "^16.2.0" },