pilcrowOnPaper / lucia-adapter-astrodb

Astro DB adapter for Lucia.
MIT License
95 stars 6 forks source link

peerDependencies need to be updated #4

Closed rgks-git closed 3 months ago

rgks-git commented 3 months ago

https://github.com/pilcrowOnPaper/lucia-adapter-astrodb/blob/main/package.json

"peerDependencies": {
        "@astrojs/db": "0.8.x",
        "lucia": "3.x"
    }

since astro DB now is version 0.9.x we can't install npm i lucia-adapter-astrodb, with error unmet peer @astrojs/db@0.8.x: found 0.9.4

thanks