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

Commit 8e5a489

Browse files
authored
fix: incorrect peer dependency handling (#48)
Closes #46
1 parent 2c32d63 commit 8e5a489

2 files changed

Lines changed: 57 additions & 45 deletions

File tree

package-lock.json

Lines changed: 54 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"rollup-plugin-dts": "^4.0.0",
3636
"rollup-plugin-esbuild": "^4.5.0",
3737
"supertest": "^6.1.6",
38-
"typescript": "^4.4.3"
38+
"typescript": "^4.4.3",
39+
"@ory/client": "^1.1.4"
3940
},
4041
"peerDependencies": {
41-
"@ory/client": "^0.2.0-alpha.16",
42+
"@ory/client": "^1.1.4",
4243
"next": ">=12.0.10"
4344
},
4445
"dependencies": {
45-
"@ory/client": "^1.1.0",
4646
"cookie": "^0.4.1",
4747
"istextorbinary": "^6.0.0",
4848
"next": ">=12.0.10",

0 commit comments

Comments
 (0)