From 4a6f85277d55243264a99f59f52c8f877e268277 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 10 Apr 2023 12:36:36 +0100 Subject: [PATCH] chore: use `overrides` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae143ec76e..ad9b5a7e51 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test:unit": "JITI_ESM_RESOLVE=1 vitest run --dir packages", "typecheck": "tsc --noEmit" }, - "resolutions": { + "overrides": { "@nuxt/kit": "workspace:*", "@nuxt/schema": "workspace:*", "@nuxt/test-utils": "workspace:*",