Compatibility with Angular 13

I was using “^3.0.0-alpha.0” version with Angular 13 and RXJS 7 and yesterday I deleted node modules and package-lock.json files and ran npm install, but now it showing dependency tree errors

once I changed RXJS version to ^6.4.0

showing error: peer core-js@“^2.5.3” from @jsonforms/angular-material@3.0.0-rc.0

dependencies used:

It seems you both require @jsonforms/angular@3.0.0-rc.0 and @jsonforms/angular@3.0.0-alpha.0. My guess is these must be aligned.