Skip to content

Commit e332a41

Browse files
committed
chore(docs): specify exact version for simpleweabuthn peer dep installation
1 parent bfa7079 commit e332a41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/pages/getting-started/authentication/webauthn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Support for more frameworks and adapters are coming soon.
2525
### Install peer dependencies
2626

2727
```bash npm2yarn
28-
npm install @simplewebauthn/server @simplewebauthn/browser
28+
npm install @simplewebauthn/server@9.0.3 @simplewebauthn/browser@9.0.1
2929
```
3030

3131
The `@simplewebauthn/browser` peer dependency **is only required for custom signin pages**. If you're using the Auth.js default pages, you can skip installing that peer dependency.

docs/pages/getting-started/providers/passkey.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Support for more frameworks and adapters are coming soon.{" "}
2525
### Install peer dependencies
2626

2727
```bash npm2yarn
28-
npm install @simplewebauthn/browser @simplewebauthn/server
28+
npm install @simplewebauthn/browser@9.0.1 @simplewebauthn/server@9.0.3
2929
```
3030

3131
The `@simplewebauthn/browser` peer dependency is only required for custom signin pages. If you're using the Auth.js default pages, you can skip installing that peer dependency.

packages/core/src/providers/passkey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import WebAuthn, {
2222
* Install the required peer dependency.
2323
*
2424
* ```npm2yarn
25-
* npm install @simplewebauthn/browser
25+
* npm install @simplewebauthn/browser@9.0.1
2626
* ```
2727
*
2828
* #### Configuration

0 commit comments

Comments
 (0)