Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.
This repository was archived by the owner on May 12, 2025. It is now read-only.

peer dependency mismatch #46

@hyperknot

Description

@hyperknot

Why is @ory/client specified both as a dependency and as a peerDependency? Not just that, but they have conflicting versions.

"peerDependencies": {
"@ory/client": "^0.2.0-alpha.16",
"next": ">=12.0.10"
},
"dependencies": {
"@ory/client": "^1.1.0",

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions