From 131cf69a566596dd8a0ad9f187e0d5479b50365d Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Wed, 16 Mar 2022 14:56:54 +0100 Subject: [PATCH] chore: avoid workspace resolution for `@nuxt/test-utils` (#3710) --- examples/with-test/package.json | 1 - package.json | 1 - yarn.lock | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/with-test/package.json b/examples/with-test/package.json index 060cc52311..cb24fd9364 100644 --- a/examples/with-test/package.json +++ b/examples/with-test/package.json @@ -7,7 +7,6 @@ "start": "nuxi preview" }, "devDependencies": { - "@nuxt/test-utils": "latest", "nuxt3": "latest" } } diff --git a/package.json b/package.json index 0ddf400ef5..5caa5f6ec3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "jiti": "^1.13.0", "nitropack-dev": "link:../nitropack", "nuxt3": "workspace:./packages/nuxt3", - "@nuxt/test-utils": "workspace:./packages/test-utils", "vite": "^2.8.6", "unbuild": "^0.7.0" }, diff --git a/yarn.lock b/yarn.lock index c621b88ee3..4bb15a0c06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3194,7 +3194,7 @@ __metadata: languageName: node linkType: hard -"@nuxt/test-utils@workspace:./packages/test-utils, @nuxt/test-utils@workspace:packages/test-utils": +"@nuxt/test-utils@workspace:packages/test-utils": version: 0.0.0-use.local resolution: "@nuxt/test-utils@workspace:packages/test-utils" dependencies: @@ -10561,7 +10561,6 @@ __metadata: version: 0.0.0-use.local resolution: "example-with-test@workspace:examples/with-test" dependencies: - "@nuxt/test-utils": latest nuxt3: latest languageName: unknown linkType: soft