@sanity/ui-workshop-plugin-sanity@1.0.0
Failing
View npmpnpm install --resolution-only
WARN Issues with peer dependencies found
.
├─┬ sanity 3.68.3
│ ├── ✕ unmet peer styled-components@^6.1: found 5.3.11
│ └─┬ @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/ui-workshop 1.2.11
│ ├── ✕ unmet peer react@^18: found 19.0.0
│ ├── ✕ unmet peer react-dom@^18: found 19.0.0
│ ├── ✕ unmet peer @sanity/ui@^1: found 2.11.1
│ └── ✕ unmet peer @sanity/icons@^2: found 3.5.7
└─┬ @sanity/ui-workshop-plugin-sanity 1.0.0
├── ✕ unmet peer react@^18: found 19.0.0
└── ✕ unmet peer @sanity/ui@^1: found 2.11.1
package.json
{
"dependencies": {
"@sanity/ui-workshop-plugin-sanity": "1.0.0",
"@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"
}