mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(deps): update dependency @simplewebauthn/browser to v9 (#5268)
* chore(deps): update dependency @simplewebauthn/browser to v9 * chore: bump @simplewebauthn/types bump @simplewebauthn/types * fix(experience): fix type reference fix type reference --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: simeng-li <simeng@silverhand.io>
This commit is contained in:
parent
4551f6daad
commit
610231018e
3 changed files with 272 additions and 270 deletions
|
@ -40,8 +40,8 @@
|
|||
"@silverhand/essentials": "^2.9.0",
|
||||
"@silverhand/ts-config": "5.0.0",
|
||||
"@silverhand/ts-config-react": "5.0.0",
|
||||
"@simplewebauthn/browser": "^8.3.1",
|
||||
"@simplewebauthn/typescript-types": "^8.0.0",
|
||||
"@simplewebauthn/browser": "^9.0.0",
|
||||
"@simplewebauthn/types": "^9.0.1",
|
||||
"@swc/core": "^1.3.52",
|
||||
"@swc/jest": "^0.2.26",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
|
|
|
@ -10,10 +10,7 @@ import {
|
|||
startAuthentication,
|
||||
startRegistration,
|
||||
} from '@simplewebauthn/browser';
|
||||
import type {
|
||||
RegistrationResponseJSON,
|
||||
AuthenticationResponseJSON,
|
||||
} from '@simplewebauthn/typescript-types';
|
||||
import type { RegistrationResponseJSON, AuthenticationResponseJSON } from '@simplewebauthn/types';
|
||||
import { useCallback } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
|
|
533
pnpm-lock.yaml
533
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue