From dcf514c31299f6f99b7e4240e29ebf8bde65374f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 11:35:50 +0000 Subject: [PATCH] Bump next from 10.2.3 to 11.0.1 in /packages/dashboard Bumps [next](https://github.com/vercel/next.js) from 10.2.3 to 11.0.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v10.2.3...v11.0.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 88a58721..0ae3db19 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -22,7 +22,7 @@ "formik": "2.2.9", "http-status-codes": "2.1.4", "ky": "0.25.1", - "next": "10.2.3", + "next": "11.0.1", "postcss": "8.3.5", "prettier": "2.3.2", "pretty-bytes": "5.6.0",