Skip to content

Commit

Permalink
Merge pull request #16 from tkey/release
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
himanshuchawla009 authored Oct 8, 2024
2 parents 42191d3 + bd271fc commit 323c06a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/common-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@babel/runtime": "7.x"
},
"dependencies": {
"@toruslabs/customauth": "^20.3.0-0",
"@toruslabs/customauth": "^20.3.0",
"@toruslabs/eccrypto": "^5.0.4",
"@toruslabs/rss-client": "^2.0.0",
"@toruslabs/torus.js": "^15.1.0-0",
"@toruslabs/torus.js": "^15.1.0",
"bn.js": "^5.2.1",
"elliptic": "^6.5.7",
"ts-custom-error": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@toruslabs/eccrypto": "^5.0.4",
"@toruslabs/http-helpers": "^7.0.0",
"@toruslabs/rss-client": "^2.0.0",
"@toruslabs/torus.js": "^15.1.0-0",
"@toruslabs/torus.js": "^15.1.0",
"bn.js": "^5.2.1",
"elliptic": "^6.5.7",
"json-stable-stringify": "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@tkey-mpc/seed-phrase": "^10.0.0-alpha.0",
"@toruslabs/eccrypto": "^5.0.4",
"@toruslabs/http-helpers": "^7.0.0",
"@toruslabs/torus.js": "^15.1.0-0",
"@toruslabs/torus.js": "^15.1.0",
"jsrsasign": "^11.1.0",
"web3-utils": "^4.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/service-provider-torus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"dependencies": {
"@tkey-mpc/common-types": "^10.0.0-alpha.0",
"@tkey-mpc/service-provider-base": "^10.0.0-alpha.0",
"@toruslabs/customauth": "^20.3.0-0",
"@toruslabs/torus.js": "^15.1.0-0",
"@toruslabs/customauth": "^20.3.0",
"@toruslabs/torus.js": "^15.1.0",
"bn.js": "^5.2.1",
"elliptic": "^6.5.7"
},
Expand Down

0 comments on commit 323c06a

Please sign in to comment.