Skip to content

Commit

Permalink
fix(adapters): set correct peer dependency version of next-auth (#4950
Browse files Browse the repository at this point in the history
)

* fix(adapters): set correct peer dependency version of `next-auth`

* fix fauna peer dependency
  • Loading branch information
balazsorban44 committed Jul 19, 2022
1 parent e2b92bf commit c57d8c9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-dgraph/package.json
Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"jsonwebtoken": "^8.5.1",
"next-auth": "workspace:*"
"next-auth": "^4"
},
"devDependencies": {
"@next-auth/adapter-test": "workspace:^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-dynamodb/package.json
Expand Up @@ -32,7 +32,7 @@
"license": "ISC",
"peerDependencies": {
"@aws-sdk/lib-dynamodb": "^3.36.1",
"next-auth": "workspace:*"
"next-auth": "^4"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.36.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-fauna/package.json
Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"faunadb": "^4.3.0",
"next-auth": "workspace:*"
"next-auth": "^4"
},
"devDependencies": {
"@fauna-labs/fauna-schema-migrate": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-firebase/package.json
Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"firebase": "^9.7.0",
"next-auth": "workspace:*"
"next-auth": "^4"
},
"devDependencies": {
"@next-auth/adapter-test": "workspace:^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-mongodb/package.json
Expand Up @@ -32,7 +32,7 @@
],
"peerDependencies": {
"mongodb": "^4.1.1",
"next-auth": "workspace:*"
"next-auth": "^4"
},
"devDependencies": {
"@next-auth/adapter-test": "workspace:^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-neo4j/package.json
Expand Up @@ -34,7 +34,7 @@
],
"peerDependencies": {
"neo4j-driver": "^4.0.0",
"next-auth": "workspace:*"
"next-auth": "^4"
},
"devDependencies": {
"@next-auth/adapter-test": "workspace:^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-pouchdb/package.json
Expand Up @@ -30,7 +30,7 @@
"dist"
],
"peerDependencies": {
"next-auth": "workspace:*",
"next-auth": "^3",
"pouchdb": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-prisma/package.json
Expand Up @@ -37,7 +37,7 @@
],
"peerDependencies": {
"@prisma/client": ">=2.26.0 || >=3",
"next-auth": "workspace:*"
"next-auth": "^4"
},
"devDependencies": {
"@next-auth/adapter-test": "workspace:^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-upstash-redis/package.json
Expand Up @@ -31,7 +31,7 @@
],
"peerDependencies": {
"@upstash/redis": "^1.0.1",
"next-auth": "workspace:*"
"next-auth": "^4"
},
"devDependencies": {
"@next-auth/adapter-test": "workspace:^0.0.0",
Expand Down

0 comments on commit c57d8c9

Please sign in to comment.