sanity-plugin-dashboard-widget-vercel@2.0.1
Failing
View npmpnpm install --resolution-only
WARN Issues with peer dependencies found
.
├─┬ react-hook-form 6.15.8
│ └── ✕ unmet peer react@"^16.8.0 || ^17": found 19.0.0
├─┬ @sanity/dashboard 3.1.6
│ ├── ✕ unmet peer react@^18: found 19.0.0
│ └─┬ @sanity/ui 1.9.3
│ ├── ✕ unmet peer react@^18: found 19.0.0
│ ├── ✕ unmet peer react-dom@^18: found 19.0.0
│ ├── ✕ unmet peer react-is@^18: found 19.0.0
│ ├─┬ @sanity/icons 2.11.8
│ │ └── ✕ unmet peer react@^18: found 19.0.0
│ └─┬ framer-motion 10.18.0
│ ├── ✕ unmet peer react@^18.0.0: found 19.0.0
│ └── ✕ unmet peer react-dom@^18.0.0: found 19.0.0
├─┬ sanity-plugin-dashboard-widget-vercel 2.0.1
│ ├── ✕ unmet peer react@^18: found 19.0.0
│ ├── ✕ unmet peer react-dom@^18: found 19.0.0
│ ├─┬ @xstate/react 3.2.2
│ │ └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
│ └─┬ react-query 3.39.3
│ └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
└─┬ 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
package.json
{
"dependencies": {
"@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",
"sanity-plugin-dashboard-widget-vercel": "2.0.1"
},
"packageManager": "pnpm@9.15.3"
}