-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I have searched the repository’s issues and Kinde community to ensure my issue isn’t a duplicate
- I have checked the latest version of the library to replicate my issue
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
Describe the issue
This project has a dependency on @typescript-eslint/parser 8.38.0
, which requires typescript >=4.8.4 <5.9.0
.
I have typescript 5.9.2 installed, however, so I get this warning every time I do pnpm install
:
@kinde-oss/kinde-typescript-sdk 2.12.0
└─┬ @typescript-eslint/parser 8.38.0
├── ✕ unmet peer typescript@">=4.8.4 <5.9.0": found 5.9.2
└─┬ @typescript-eslint/typescript-estree 8.38.0
├── ✕ unmet peer typescript@">=4.8.4 <5.9.0": found 5.9.2
└─┬ @typescript-eslint/project-service 8.38.0
├── ✕ unmet peer typescript@">=4.8.4 <5.9.0": found 5.9.2
└─┬ @typescript-eslint/tsconfig-utils 8.38.0
└── ✕ unmet peer typescript@">=4.8.4 <5.9.0": found 5.9.2
Library URL
https://github.com/kinde-oss/kinde-typescript-sdk/
Library version
2.12.0
Operating system(s)
Windows
Operating system version(s)
Windows 11
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working