Skip to content

Commit

Permalink
fix: incorrect peer dependency handling (#48)
Browse files Browse the repository at this point in the history
Closes #46
  • Loading branch information
aeneasr committed Jan 27, 2023
1 parent 2c32d63 commit 8e5a489
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 45 deletions.
96 changes: 54 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-esbuild": "^4.5.0",
"supertest": "^6.1.6",
"typescript": "^4.4.3"
"typescript": "^4.4.3",
"@ory/client": "^1.1.4"
},
"peerDependencies": {
"@ory/client": "^0.2.0-alpha.16",
"@ory/client": "^1.1.4",
"next": ">=12.0.10"
},
"dependencies": {
"@ory/client": "^1.1.0",
"cookie": "^0.4.1",
"istextorbinary": "^6.0.0",
"next": ">=12.0.10",
Expand Down

0 comments on commit 8e5a489

Please sign in to comment.