mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
chore: revert back to links (for lerna support) (#7968)
This commit is contained in:
parent
dab1b114bc
commit
6c5cbc1e92
16
package.json
16
package.json
@ -35,20 +35,20 @@
|
||||
"version": "yarn && git add yarn.lock"
|
||||
},
|
||||
"resolutions": {
|
||||
"@nuxt/kit": "workspace:^",
|
||||
"@nuxt/schema": "workspace:^",
|
||||
"@nuxt/test-utils": "workspace:^",
|
||||
"@nuxt/vite-builder": "workspace:^",
|
||||
"@nuxt/webpack-builder": "workspace:^",
|
||||
"nuxi": "workspace:^",
|
||||
"nuxt": "workspace:^",
|
||||
"@nuxt/kit": "link:./packages/kit",
|
||||
"@nuxt/schema": "link:./packages/schema",
|
||||
"@nuxt/test-utils": "link:./packages/test-utils",
|
||||
"@nuxt/vite-builder": "link:./packages/vite",
|
||||
"@nuxt/webpack-builder": "link:./packages/webpack",
|
||||
"nuxi": "link:./packages/nuxi",
|
||||
"nuxt": "link:./packages/nuxt",
|
||||
"nuxt3": "link:./packages/nuxt",
|
||||
"vite": "~3.1.3",
|
||||
"unbuild": "^0.8.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.9.1",
|
||||
"@nuxt/test-utils": "workspace:^",
|
||||
"@nuxt/test-utils": "link:./packages/test-utils",
|
||||
"@nuxtjs/eslint-config-typescript": "^11.0.0",
|
||||
"@types/crawler": "^1.2.2",
|
||||
"@types/node": "^16.11.60",
|
||||
|
50
yarn.lock
50
yarn.lock
@ -1665,7 +1665,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/kit@workspace:^, @nuxt/kit@workspace:packages/kit":
|
||||
"@nuxt/kit@link:./packages/kit::locator=nuxt-framework%40workspace%3A.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/kit@link:./packages/kit::locator=nuxt-framework%40workspace%3A."
|
||||
languageName: node
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/kit@workspace:packages/kit":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/kit@workspace:packages/kit"
|
||||
dependencies:
|
||||
@ -1693,7 +1699,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/schema@workspace:^, @nuxt/schema@workspace:packages/schema":
|
||||
"@nuxt/schema@link:./packages/schema::locator=nuxt-framework%40workspace%3A.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/schema@link:./packages/schema::locator=nuxt-framework%40workspace%3A."
|
||||
languageName: node
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/schema@workspace:packages/schema":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/schema@workspace:packages/schema"
|
||||
dependencies:
|
||||
@ -1747,7 +1759,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/test-utils@workspace:^, @nuxt/test-utils@workspace:packages/test-utils":
|
||||
"@nuxt/test-utils@link:./packages/test-utils::locator=nuxt-framework%40workspace%3A.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/test-utils@link:./packages/test-utils::locator=nuxt-framework%40workspace%3A."
|
||||
languageName: node
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/test-utils@workspace:packages/test-utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/test-utils@workspace:packages/test-utils"
|
||||
dependencies:
|
||||
@ -1797,7 +1815,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/vite-builder@workspace:^, @nuxt/vite-builder@workspace:packages/vite":
|
||||
"@nuxt/vite-builder@link:./packages/vite::locator=nuxt-framework%40workspace%3A.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/vite-builder@link:./packages/vite::locator=nuxt-framework%40workspace%3A."
|
||||
languageName: node
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/vite-builder@workspace:packages/vite":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/vite-builder@workspace:packages/vite"
|
||||
dependencies:
|
||||
@ -10418,7 +10442,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nuxi@workspace:^, nuxi@workspace:packages/nuxi":
|
||||
"nuxi@link:./packages/nuxi::locator=nuxt-framework%40workspace%3A.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "nuxi@link:./packages/nuxi::locator=nuxt-framework%40workspace%3A."
|
||||
languageName: node
|
||||
linkType: soft
|
||||
|
||||
"nuxi@workspace:packages/nuxi":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "nuxi@workspace:packages/nuxi"
|
||||
dependencies:
|
||||
@ -10463,7 +10493,7 @@ __metadata:
|
||||
resolution: "nuxt-framework@workspace:."
|
||||
dependencies:
|
||||
"@actions/core": ^1.9.1
|
||||
"@nuxt/test-utils": "workspace:^"
|
||||
"@nuxt/test-utils": "link:./packages/test-utils"
|
||||
"@nuxtjs/eslint-config-typescript": ^11.0.0
|
||||
"@types/crawler": ^1.2.2
|
||||
"@types/node": ^16.11.60
|
||||
@ -10501,7 +10531,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"nuxt@workspace:^, nuxt@workspace:packages/nuxt":
|
||||
"nuxt@link:./packages/nuxt::locator=nuxt-framework%40workspace%3A.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "nuxt@link:./packages/nuxt::locator=nuxt-framework%40workspace%3A."
|
||||
languageName: node
|
||||
linkType: soft
|
||||
|
||||
"nuxt@workspace:packages/nuxt":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "nuxt@workspace:packages/nuxt"
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user