From 87e06a0c80e052aaba99574f2e71c5c67fc33b6f Mon Sep 17 00:00:00 2001 From: Josias Iquabius Date: Fri, 21 Feb 2020 12:13:43 -0400 Subject: [PATCH] Remove @types/next "You were probably using @types/next which is not part of Next.js core and community maintained, it does not reflect the types that we want to provide out of the box." https://github.com/zeit/next.js/issues/7311 --- packages/web/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/web/package.json b/packages/web/package.json index d173e063d..41734c9c3 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -51,7 +51,6 @@ "devDependencies": { "@types/classnames": "2.2.9", "@types/cookie": "0.3.3", - "@types/next": "8.0.7", "@types/nprogress": "0.2.0", "@types/react": "16.9.19", "@types/react-dom": "16.9.5",