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" + } }