Skip to content

Commit dbcd466

Browse files
committed
fix: proper pnpm workspace with catalog versions
1 parent b13bb8c commit dbcd466

4 files changed

Lines changed: 47 additions & 25 deletions

File tree

docs/vercel.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 35 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ packages:
66
- docs
77

88
catalog:
9-
'@nuxt/content': ^3
10-
'@nuxt/fonts': ^0.12
11-
'@vercel/analytics': ^1
12-
'@vercel/speed-insights': ^1
9+
'@nuxt/content': ^3.10.0
10+
'@nuxt/fonts': ^0.12.1
11+
'@nuxt/ui': ^4.3.0
12+
'@vercel/analytics': ^1.6.1
13+
'@vercel/speed-insights': ^1.3.1
1314
bumpp: ^10.3.2
14-
docus: ^5
15+
docus: ^5.4.1
16+
nuxt: ^4.2.2
1517
yaml: ^2.8.2
1618

1719
catalogs:
@@ -47,7 +49,3 @@ catalogs:
4749
vitest-package-exports: ^0.1.1
4850
types:
4951
'@types/node': ^22.0.0
50-
conflicts_playground_h4:
51-
'@nuxt/ui': ^4
52-
conflicts_nuxt_h4:
53-
nuxt: ^4

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"buildCommand": "pnpm --filter docs build",
3+
"outputDirectory": "docs/.output/public",
4+
"installCommand": "pnpm install"
5+
}

0 commit comments

Comments
 (0)