Skip to content

Commit d417c5a

Browse files
authored
Bump @auth/core peer dependency (#320)
1 parent 3a40d4c commit d417c5a

6 files changed

Lines changed: 33 additions & 23 deletions

File tree

docs/pages/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ instructions above.
4444
### Install the NPM library
4545

4646
```sh
47-
npm install @convex-dev/auth @auth/core@0.37.0
47+
npm install @convex-dev/auth @auth/core@0.41.1
4848
```
4949

5050
This also installs `@auth/core`, which you will use during provider

package-lock.json

Lines changed: 21 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"server-only": "^0.0.1"
7979
},
8080
"peerDependencies": {
81-
"@auth/core": "^0.37.0",
81+
"@auth/core": "^0.41.1",
8282
"convex": "^1.17.0",
8383
"react": "^18.2.0 || ^19.0.0-0"
8484
},

test-nextjs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-router/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)