When upgrading to Expo SDK 40, expo-gl gets updated to ~9.2.0. This expo-gl version is incompatible with expo-pixi. Are there any breaking changes preventing the peer-dependency update?
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: expo-gl@9.2.0
npm ERR! node_modules/expo-gl
npm ERR! expo-gl@"~9.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer expo-gl@"~4.0.0" from expo-pixi@1.2.0
npm ERR! node_modules/expo-pixi
npm ERR! expo-pixi@"1.2.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.