Fail to try beta version of Typescript because @t3-oss requirement

hello guys, noob question, how to bypass peer dependencies requirement? i want to use typescript 5.5.0-beta, but failed because @t3-oss have requirement of ">=5.0.0", so i try to change it to ">=5.0.0-beta" temporary, and failed again. is there any better solution to pass the requirement? or should i downgrade typescript version to the latest stable version? thanks!
No description
P
peterkyle0116d ago
change your devDependencies Typescript version instead of the peerDependencies if you want to use Typescript 5.0.0-beta in your project