Skip to content

Commit 66f93f0

Browse files
make authproto support astro 6
1 parent 870ae1e commit 66f93f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

astro-authproto/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@atproto/identity": "^0.4.8",
7272
"@atproto/jwk-jose": "^0.1.4",
7373
"@atproto/oauth-client-node": "^0.3.8",
74-
"astro-integration-kit": "^0.19.0",
74+
"astro-integration-kit": "^0.20.0",
7575
"unstorage": "^1.16.1"
7676
},
7777
"devDependencies": {
@@ -80,8 +80,8 @@
8080
"tsdown": "^0.17.2"
8181
},
8282
"peerDependencies": {
83-
"@astrojs/db": "^0.17.1",
84-
"astro": "^5.13.0",
83+
"@astrojs/db": "^0.17.1 || ^0.20.0",
84+
"astro": "^5.13.0 || ^6.0.0",
8585
"drizzle-orm": "^0.42.0"
8686
},
8787
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)