peerdb
peerdb copied to clipboard
nextjs 15
Compiles now when forcing packages, not everything has update peer dependencies yet. Should wait for @tremor/react to make official v4 release
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react
npm warn react@"^19.0.0" from the root project
npm warn 66 more (@monaco-editor/react, react-dom, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0 || ^18.0.0" from [email protected]
npm warn node_modules/react-day-picker
npm warn react-day-picker@"^8.10.1" from @tremor/[email protected]
npm warn node_modules/@tremor/react
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react
npm warn peer react@"^16.8.0 || ^17.0.0 || ^18.0.0" from [email protected]
npm warn node_modules/react-day-picker
npm warn react-day-picker@"^8.10.1" from @tremor/[email protected]
npm warn node_modules/@tremor/react
waiting on https://github.com/tremorlabs/tremor-npm/pull/1151
#3634