Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/hydra oauth client and kratos session deps update #7

Merged

Conversation

ArtemMakhaydinov
Copy link
Contributor

@ArtemMakhaydinov ArtemMakhaydinov commented Sep 20, 2023

hydra-oauth-client: все зависимости обновлены до последних версий. Что бы get-port последнеей версии не ругался на тайп node:net в корневом package.json пыл обновлен до последней версии @types/node.

kratos-session: все зависимости обновлены до последних версий за исключением @ory/kratos-client: 0.6.3-alpha.1. Начиная с 0.7 версии у пакета сменился API. Так же next, либо @types/react-dom подтягивает в своих зависимостях версию @types/react отличную от последней, из-за чего при обновлении @types/react сыпет ошибками такого типа:

➤ YN0000: │ ../../../.yarn/berry/cache/@types-react-npm-18.2.22-bd0a04edf5-9.zip/node_modules/@types/react/ts5.0/index.d.ts
➤ YN0000: │ 
➤ YN0000: │   Error: Subsequent property declarations must have the same type.  Property 'textPath' must be of type 'SVGProps<SVGTextPathElement>', but here has type 'SVGProps<SVGTextPathElement>'.

Для того что бы это пофиксить, в kratos-session/package.json добавлен resolution на версию @types/react.

@TorinAsakura TorinAsakura merged commit d4f389c into master Sep 20, 2023
6 checks passed
@TorinAsakura TorinAsakura deleted the feat/hydra-oauth-client-and-kratos-session-deps-update branch September 20, 2023 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants