From f7d0181656114e767c68a93d31b42a1d2adb6875 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Tue, 17 Nov 2020 20:04:25 +0100 Subject: [PATCH] Upgrade version range of `next` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61f0e86..8d478f9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "cypress:netlify:testonly": "env CYPRESS_SKIP_DEPLOY=true npm run cypress:netlify" }, "peerDependencies": { - "next": "9.x" + "next": ">=9.5.3" }, "devDependencies": { "cypress": "^5.1.0",