From b6f0abe117a26a41af7db5a602625c033f4c18b6 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Mon, 9 Jan 2023 10:31:44 +0100 Subject: [PATCH] uninstall top level next --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 3d811cef3..f7915ec08 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,5 @@ "workspaces": [ "apps/*", "packages/*" - ], - "dependencies": { - "next": "13.0.3" - } + ] }