Skip to content

Commit

Permalink
update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowOnPaper committed Mar 27, 2024
1 parent 5c75981 commit 12d4da4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/adapter-postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @lucia-auth/adapter-postgresql

## 3.1.2

- Update peer dependencies.

## 3.1.1

- Update dependencies.
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-postgresql",
"version": "3.1.1",
"version": "3.1.2",
"description": "PostgreSQL adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"lucia": "3.x",
"pg": "^8.8.0",
"postgres": "^3.3.0",
"@neondatabase/serverless": "0.7.x"
"@neondatabase/serverless": "0.7 - 0.9"
},
"peerDependenciesMeta": {
"pg": {
Expand All @@ -58,7 +58,7 @@
},
"devDependencies": {
"@lucia-auth/adapter-test": "workspace:*",
"@neondatabase/serverless": "^0.7.2",
"@neondatabase/serverless": "^0.9.0",
"@types/pg": "^8.6.5",
"dotenv": "^16.0.3",
"lucia": "workspace:*",
Expand Down

0 comments on commit 12d4da4

Please sign in to comment.