nartc / angular-three

🧊 THREE.js integration for Angular 🧊
https://angular-three.netlify.app/
MIT License
306 stars 26 forks source link

Angular 14 support #138

Closed marcindz88 closed 2 years ago

marcindz88 commented 2 years ago

Hello, I can see that the version of Angular has been updated to 14 in the project, but the required peer dependencies are still ^13.0.0. Could you update it or allow both versions 13 and 14 by specifying a range >=13.0.0 < 15.0.0?

Currently, I have to install with --legacy-peer-deps which is annoying, as the lib was updated...

Thanks

IRobot1 commented 2 years ago

@types/three is now available for v142

nartc commented 2 years ago

Angular 14 and 0.142 support is coming, probably sometimes next week

nartc commented 2 years ago

Released 6.0.0

marcindz88 commented 2 years ago

Thanks :)

marcindz88 commented 2 years ago

@nartc Could not resolve dependency: npm ERR! peer three@"~0.141.0 | ~0.142.0" from @angular-three/core@6.0.0 Could you change it to range or correct disjunction sign (||)?