pnpm install --resolution-only --ignore-scripts --no-optional
WARN Issues with peer dependencies found
.
├─┬ @sanity/table 1.1.4
│ └── ✕ unmet peer sanity@"^3.0.0 || ^4.0.0": found 6.0.0
├─┬ next-sanity 10.1.4
│ └── ✕ unmet peer sanity@^4.7.0: found 6.0.0
└─┬ @warbox-creative/ui 2.0.0
├── ✕ unmet peer sanity@^4.0.0: found 6.0.0
├── ✕ unmet peer @sanity/image-url@^1.1.0: found 2.1.1
└── ✕ unmet peer @portabletext/react@^3.2.1: found 6.2.0
optionalDependencies: skipped
{
"dependencies": {
"@warbox-creative/ui": "2.0.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"sanity": "6.0.0"
},
"packageManager": "pnpm@10.27.0"
}