From bcbae252985430dce451540a72e2644dd466b9d0 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Mon, 9 Jan 2023 10:00:08 +0100 Subject: [PATCH] next dep --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ad2db5615..33747f342 100644 --- a/package.json +++ b/package.json @@ -8,5 +8,8 @@ "workspaces": [ "apps/*", "packages/*" - ] + ], + "dependencies": { + "next": "13.0.3" + } }