Skip to content

Commit 6cc7486

Browse files
authored
Bump @authsignal/browser version (#19)
1 parent 756ece7 commit 6cc7486

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authsignal/react",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "",
55
"keywords": [
66
"authsignal",
@@ -29,7 +29,7 @@
2929
"repository": "git://github.com/authsignal/authsignal-react.git",
3030
"license": "MIT",
3131
"dependencies": {
32-
"@authsignal/browser": "^1.2.0",
32+
"@authsignal/browser": "^1.4.0",
3333
"@radix-ui/react-dialog": "^1.1.1",
3434
"@radix-ui/react-icons": "^1.3.0",
3535
"@radix-ui/react-label": "^2.1.0",

yarn.lock

+6-18
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@jridgewell/gen-mapping" "^0.3.5"
1616
"@jridgewell/trace-mapping" "^0.3.24"
1717

18-
"@authsignal/browser@^1.2.0":
19-
version "1.2.0"
20-
resolved "https://registry.yarnpkg.com/@authsignal/browser/-/browser-1.2.0.tgz#adce2e690ea9f3b392ab00cbac62f6a97da8c6ac"
21-
integrity sha512-KkWYr9dv7VajyMgfQFbDS5dF1TKcYZGTmQ48A2WtNAB1GRNRUshiUxioE+1+pW7IRGE53OKIZjdBcV3AbYJ2gw==
18+
"@authsignal/browser@^1.4.0":
19+
version "1.4.0"
20+
resolved "https://registry.yarnpkg.com/@authsignal/browser/-/browser-1.4.0.tgz#67eb45ee475f8c0d12f97e73dcf1f195a7e41679"
21+
integrity sha512-sH95hvJ+X/TfKxjziNMuvaaAuNQj8oLHxV1CyCxuNPaJoGZHmTXsI+7qcmKJMNjlhL4uxwfrALjEAsy0B8/Oug==
2222
dependencies:
2323
"@fingerprintjs/fingerprintjs" "^3.3.6"
24-
"@simplewebauthn/browser" "^10.0.0"
25-
"@simplewebauthn/types" "^10.0.0"
24+
"@simplewebauthn/browser" "^11.0.0"
25+
"@simplewebauthn/types" "^11.0.0"
2626
a11y-dialog "8.0.4"
2727
uuid "^9.0.0"
2828

@@ -759,25 +759,13 @@
759759
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.0.tgz#0574d7e87b44ee8511d08cc7f914bcb802b70818"
760760
integrity sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==
761761

762-
"@simplewebauthn/browser@^10.0.0":
763-
version "10.0.0"
764-
resolved "https://registry.yarnpkg.com/@simplewebauthn/browser/-/browser-10.0.0.tgz#8305a57dacb35ab6a71a8b670c699ee7ef1c11c4"
765-
integrity sha512-hG0JMZD+LiLUbpQcAjS4d+t4gbprE/dLYop/CkE01ugU/9sKXflxV5s0DRjdz3uNMFecatRfb4ZLG3XvF8m5zg==
766-
dependencies:
767-
"@simplewebauthn/types" "^10.0.0"
768-
769762
"@simplewebauthn/browser@^11.0.0":
770763
version "11.0.0"
771764
resolved "https://registry.yarnpkg.com/@simplewebauthn/browser/-/browser-11.0.0.tgz#270b47039b4561199bc16f25197431c8f10dbfb5"
772765
integrity sha512-KEGCStrl08QC2I561BzxqGiwoknblP6O1YW7jApdXLPtIqZ+vgJYAv8ssLCdm1wD8HGAHd49CJLkUF8X70x/pg==
773766
dependencies:
774767
"@simplewebauthn/types" "^11.0.0"
775768

776-
"@simplewebauthn/types@^10.0.0":
777-
version "10.0.0"
778-
resolved "https://registry.yarnpkg.com/@simplewebauthn/types/-/types-10.0.0.tgz#a07259d42fbdff7a014473f78401d262b298ed8e"
779-
integrity sha512-SFXke7xkgPRowY2E+8djKbdEznTVnD5R6GO7GPTthpHrokLvNKw8C3lFZypTxLI7KkCfGPfhtqB3d7OVGGa9jQ==
780-
781769
"@simplewebauthn/types@^11.0.0":
782770
version "11.0.0"
783771
resolved "https://registry.yarnpkg.com/@simplewebauthn/types/-/types-11.0.0.tgz#f329abc4c1bc3b18d6c7a4346af9fdec90d8a67e"

0 commit comments

Comments
 (0)