mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
chore: avoid workspace resolution for @nuxt/test-utils
(#3710)
This commit is contained in:
parent
cb6a4e97c1
commit
131cf69a56
@ -7,7 +7,6 @@
|
|||||||
"start": "nuxi preview"
|
"start": "nuxi preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxt/test-utils": "latest",
|
|
||||||
"nuxt3": "latest"
|
"nuxt3": "latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
"jiti": "^1.13.0",
|
"jiti": "^1.13.0",
|
||||||
"nitropack-dev": "link:../nitropack",
|
"nitropack-dev": "link:../nitropack",
|
||||||
"nuxt3": "workspace:./packages/nuxt3",
|
"nuxt3": "workspace:./packages/nuxt3",
|
||||||
"@nuxt/test-utils": "workspace:./packages/test-utils",
|
|
||||||
"vite": "^2.8.6",
|
"vite": "^2.8.6",
|
||||||
"unbuild": "^0.7.0"
|
"unbuild": "^0.7.0"
|
||||||
},
|
},
|
||||||
|
@ -3194,7 +3194,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
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
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/test-utils@workspace:packages/test-utils"
|
resolution: "@nuxt/test-utils@workspace:packages/test-utils"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -10561,7 +10561,6 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "example-with-test@workspace:examples/with-test"
|
resolution: "example-with-test@workspace:examples/with-test"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/test-utils": latest
|
|
||||||
nuxt3: latest
|
nuxt3: latest
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
Loading…
Reference in New Issue
Block a user