Skip to content

Commit

Permalink
next auth version bump
Browse files Browse the repository at this point in the history
fixup
  • Loading branch information
hdemirev committed Mar 8, 2024
1 parent 95f75cf commit 2c66b4c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bcrypt": "^5.1.1",
"date-fns": "^2.30.0",
"next": "^13.5.6",
"next-auth": "^4.24.5",
"next-auth": "^4.24.7",
"prisma": "^4.16.2",
"qs": "^6.11.2",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/next-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stl-api/next-auth",
"version": "0.1.4",
"version": "0.1.5",
"description": "next-auth plugin for stainless api",
"author": "[email protected]",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/node": "^20.10.3",
"next": "^13.5.6",
"next-auth": "^4.24.5",
"next-auth": "^4.24.7",
"typescript": "^5.3.2"
},
"dependencies": {
Expand All @@ -37,6 +37,6 @@
},
"peerDependenices": {
"next": "^13.5.6",
"next-auth": "^4.24.5"
"next-auth": "^4.24.7"
}
}
2 changes: 1 addition & 1 deletion packages/stainless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stainless",
"version": "0.1.4",
"version": "0.1.3",
"description": "stainless api server and client",
"author": "[email protected]",
"repository": {
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 2c66b4c

Please sign in to comment.