Skip to content

Commit

Permalink
Update peer dependency to Lucia 2.0 (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Jul 26, 2023
1 parent a9a0fc4 commit ea0ab0a
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .auri/$czgx2tw1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package: "@lucia-auth/adapter-prisma" # package name
type: "major" # "major", "minor", "patch"
---

Update version
Update version and peer dependency
2 changes: 1 addition & 1 deletion .auri/$czgx2twi copy 3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package: "@lucia-auth/adapter-session-redis" # package name
type: "major" # "major", "minor", "patch"
---

Update version
Update version and peer dependency
2 changes: 1 addition & 1 deletion .auri/$czgx2twi copy 4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package: "@lucia-auth/adapter-session-unstorage" # package name
type: "major" # "major", "minor", "patch"
---

Update peer dependency
Update version and peer dependency
2 changes: 1 addition & 1 deletion .auri/$czgx2twi copy 5.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package: "@lucia-auth/adapter-sqlite" # package name
type: "major" # "major", "minor", "patch"
---

Update version
Update version and peer dependency
2 changes: 1 addition & 1 deletion .auri/$czgx2twi copy 6.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package: "@lucia-auth/adapter-test" # package name
type: "major" # "major", "minor", "patch"
---

Update version
Update version and peer dependency
2 changes: 1 addition & 1 deletion .auri/$czgx2twi copy 7.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package: "@lucia-auth/adapter-mongoose" # package name
type: "major" # "major", "minor", "patch"
---

Update version
Update version and peer dependency
2 changes: 1 addition & 1 deletion .auri/$czgx2twi copy 8.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package: "@lucia-auth/oauth" # package name
type: "major" # "major", "minor", "patch"
---

Update version
Update version and peer dependency
2 changes: 1 addition & 1 deletion .auri/$czgx2twi copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package: "@lucia-auth/adapter-postgresql" # package name
type: "major" # "major", "minor", "patch"
---

Update version
Update version and peer dependency
2 changes: 1 addition & 1 deletion .auri/$czgx2twi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package: "@lucia-auth/adapter-mysql" # package name
type: "major" # "major", "minor", "patch"
---

Update version
Update version and peer dependency
2 changes: 1 addition & 1 deletion packages/adapter-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "2.0.0-beta.7",
"lucia": "^2.0.0",
"mongoose": "6.x - 7.x"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "2.0.0-beta.7",
"lucia": "^2.0.0",
"mysql2": "^3.0.0",
"@planetscale/database": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "2.0.0-beta.7",
"lucia": "^2.0.0",
"pg": "^8.8.0",
"postgres": "^3.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@prisma/client": "^4.2.0 || ^5.0.0",
"lucia": "2.0.0-beta.7"
"lucia": "^2.0.0"
},
"devDependencies": {
"lucia": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-session-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "2.0.0-beta.7",
"lucia": "^2.0.0",
"redis": "^4.0.0",
"@upstash/redis": "^1.20.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-session-unstorage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "2.0.0-beta.7",
"lucia": "^2.0.0",
"unstorage": "^1.6.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"peerDependencies": {
"@libsql/client": "^0.3.0",
"better-sqlite3": "^8.0.0",
"lucia": "2.0.0-beta.7"
"lucia": "^2.0.0"
},
"peerDependenciesMeta": {
"better-sqlite3": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lucia": "latest"
},
"peerDependencies": {
"lucia": "2.0.0-beta.7"
"lucia": "^2.0.0"
},
"dependencies": {
"mocha": "^10.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"lucia": "latest"
},
"peerDependencies": {
"lucia": "2.0.0-beta.7"
"lucia": "^2.0.0"
}
}

0 comments on commit ea0ab0a

Please sign in to comment.