0
Fork 0
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:
renovate[bot] 2024-02-20 16:12:09 +08:00 committed by GitHub
parent 4551f6daad
commit 610231018e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 272 additions and 270 deletions

View file

@ -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",

View file

@ -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';

File diff suppressed because it is too large Load diff