apps/intoss
├─┬ @apps-in-toss/web-framework 1.2.0
│ ├─┬ @granite-js/native 0.1.22
│ │ ├─┬ @types/react-native-video 5.0.20
│ │ │ └─┬ react-native 0.81.4
│ │ │ ├── ✕ unmet peer @types/react@^19.1.0: found 18.3.24
│ │ │ ├── ✕ unmet peer react@^19.1.0: found 18.3.1
│ │ │ └─┬ @react-native/virtualized-lists 0.81.4
│ │ │ └── ✕ unmet peer @types/react@^19.1.0: found 18.3.24
│ │ └─┬ @react-native-async-storage/async-storage 1.18.2
│ │ └── ✕ unmet peer react-native@“^0.0.0-0 || 0.60 - 0.72 || 1000.0.0”: found 0.81.4
│ └─┬ @apps-in-toss/framework 1.2.0
│ └─┬ @apps-in-toss/analytics 1.2.0
│ ├── ✕ unmet peer react@18.2.0: found 18.3.1
│ └── ✕ unmet peer react-native@0.72.6: found 0.81.4
└─┬ @granite-js/native 0.1.22
└─┬ @types/react-native-video 5.0.20
└─┬ react-native 0.81.4
├── ✕ unmet peer @types/react@^19.1.0: found 18.3.24
└── ✕ unmet peer react@^19.1.0: found 18.3.1
위 경고가 pnpm update할 때마다 계속 나오고 있습니다
pnpm update ‘@granite-js/*’ --latest 로 업데이트 후 , pnpm update하여도 위 경고가 계속 뜹니다.
저희 repo가 monorepo를 이용하여 관리 되고 있어 pnpm을 사용해야 하는점 참고 부탁드립니다 ![]()
해결 방법이나 내부적으로 관련 된 부분 확인된것이 있다면 공유 부탁드립니다!