@sanity/orderable-document-list@1.2.2
Failing
View npmpnpm install --resolution-only
WARN Issues with peer dependencies found
.
├─┬ sanity 3.68.3
│ └─┬ @portabletext/editor 1.21.1
│ ├── ✕ unmet peer @sanity/types@^3.69.0: found 3.68.3
│ ├── ✕ unmet peer @sanity/schema@^3.69.0: found 3.68.3
│ └── ✕ unmet peer @sanity/block-tools@^3.69.0: found 3.68.3
└─┬ @sanity/orderable-document-list 1.2.2
├── ✕ unmet peer react@^18: found 19.0.0
├── ✕ unmet peer react-dom@^18: found 19.0.0
├─┬ @sanity/icons 2.11.8
│ └── ✕ unmet peer react@^18: found 19.0.0
└─┬ @hello-pangea/dnd 16.6.0
├── ✕ unmet peer react@"^16.8.5 || ^17.0.0 || ^18.0.0": found 19.0.0
├── ✕ unmet peer react-dom@"^16.8.5 || ^17.0.0 || ^18.0.0": found 19.0.0
├─┬ react-redux 8.1.3
│ ├── ✕ unmet peer react@"^16.8 || ^17.0 || ^18.0": found 19.0.0
│ ├── ✕ unmet peer react-dom@"^16.8 || ^17.0 || ^18.0": found 19.0.0
│ ├── ✕ unmet peer @types/react@"^16.8 || ^17.0 || ^18.0": found 19.0.5
│ └── ✕ unmet peer @types/react-dom@"^16.8 || ^17.0 || ^18.0": found 19.0.3
└─┬ use-memo-one 1.1.3
└── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
package.json
{
"dependencies": {
"@sanity/orderable-document-list": "1.2.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-is": "^19.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0"
},
"packageManager": "pnpm@9.15.3"
}