Skip to content

Commit

Permalink
chore: bump to @ory/client v1.1.39 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed Jun 28, 2023
1 parent 8e5a489 commit 94f0307
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@ory/client": "^1.1.39",
"@types/cookie": "^0.4.1",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.1",
Expand All @@ -35,22 +36,21 @@
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-esbuild": "^4.5.0",
"supertest": "^6.1.6",
"typescript": "^4.4.3",
"@ory/client": "^1.1.4"
"typescript": "^4.4.3"
},
"peerDependencies": {
"@ory/client": "^1.1.4",
"@ory/client": "1.1.39",
"next": ">=12.0.10"
},
"dependencies": {
"@types/tldjs": "^2.3.1",
"cookie": "^0.4.1",
"istextorbinary": "^6.0.0",
"next": ">=12.0.10",
"@types/tldjs": "^2.3.1",
"tldjs": "^2.3.1",
"ory-prettier-styles": "^1.3.0",
"prettier": "^2.3.2",
"request": "^2.88.2",
"set-cookie-parser": "^2.4.8"
"set-cookie-parser": "^2.4.8",
"tldjs": "^2.3.1"
}
}

0 comments on commit 94f0307

Please sign in to comment.