Skip to content

Commit

Permalink
feat([sc-9684]): upgrade @nfid/embed
Browse files Browse the repository at this point in the history
  • Loading branch information
plitzenberger committed Nov 7, 2023
1 parent 0a87fb7 commit d7735cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@dfinity/candid": "0.19.3",
"@dfinity/identity": "0.19.3",
"@dfinity/principal": "0.19.3",
"@nfid/embed": "0.10.0-alpha.12",
"@swc/helpers": "0.5.1",
"core-js": "^3.6.5",
"ethers": "^5.7.2",
Expand All @@ -28,9 +29,9 @@
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/preset-flow": "7.18.6",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-flow": "7.18.6",
"@nrwl/js": "16.3.2",
"@nx/cypress": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2609,6 +2609,16 @@
got "^11.8.5"
os-filter-obj "^2.0.0"

"@nfid/[email protected]":
version "0.10.0-alpha.12"
resolved "https://registry.yarnpkg.com/@nfid/embed/-/embed-0.10.0-alpha.12.tgz#feb511be2ba0b8c68b01bf6a768b8932b96ec340"
integrity sha512-cZGHCUUO1UbuMysMS7DI5f9INYFgEiSYXcQFy+2sejFOfq5v1C++uPzeN0D54LwGKisQvniFOKZeNlxf7h4abA==
dependencies:
ethers "^5.7.2"
idb "7.1.1"
rxjs "7.5.7"
uuid "9.0.0"

"@noble/hashes@^1.3.1":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
Expand Down Expand Up @@ -6775,7 +6785,7 @@ ictool@^0.0.6:
crc-32 "^1.2.2"
crypto-js "^4.1.1"

idb@^7.0.2:
idb@7.1.1, idb@^7.0.2:
version "7.1.1"
resolved "https://registry.yarnpkg.com/idb/-/idb-7.1.1.tgz#d910ded866d32c7ced9befc5bfdf36f572ced72b"
integrity sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==
Expand Down Expand Up @@ -9271,7 +9281,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/rxjs-for-await/-/rxjs-for-await-1.0.0.tgz#89f4b2f2a95f93ab36f1e9fb8b5d0637bc9f8ca8"
integrity sha512-MJhvf1vtQaljd5wlzsasvOjcohVogzkHkUI0gFE9nGhZ15/fT2vR1CjkLEh37oRqWwpv11vHo5D+sLM+Aw9Y8g==

rxjs@^7.0.0, rxjs@^7.5.1:
rxjs@7.5.7, rxjs@^7.0.0, rxjs@^7.5.1:
version "7.5.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39"
integrity sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==
Expand Down

0 comments on commit d7735cc

Please sign in to comment.