Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
upgrade stellar-sdk (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu authored Jan 10, 2024
1 parent cc16340 commit b4b66fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prettier": "@stellar/prettier-config",
"peerDependencies": {
"bignumber.js": "*",
"@stellar/stellar-sdk": "^11.0.1"
"@stellar/stellar-sdk": "^11.1.0"
},
"scripts": {
"prepare": "yarn build ; yarn build:commonjs",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@ledgerhq/hw-app-str": "^5.28.0",
"@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated",
"@stellar/freighter-api": "^1.7.1",
"@stellar/stellar-sdk": "^11.0.1",
"@stellar/stellar-sdk": "^11.1.0",
"@types/jest": "^24.0.11",
"change-case": "^3.1.0",
"lodash": "^4.17.21",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1540,10 +1540,10 @@
resolved "https://registry.yarnpkg.com/@stellar/prettier-config/-/prettier-config-1.0.1.tgz#498a66dc13c66859e3787dabdf958233ddbe9253"
integrity sha512-w9OPycQp1XGfmHC2VUHe5shpZjNFRlmsRBaK7IHvOvVpglzV2QNJsVFh8RdLREWA0mzF59AWvQbyUCCJLPfdWw==

"@stellar/[email protected].0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@stellar/stellar-base/-/stellar-base-10.0.0.tgz#b9ef7e84e644d06ec08b8ba88ad6b38da7b80494"
integrity sha512-zHlGzWefiB2gkt13l+I8Dvo2k7+n6+vxizay4lDEc5si0zjSZbCUUzMIdVIQ86dao7+TvZ3aNw8CdncOWLDu2A==
"@stellar/[email protected].1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@stellar/stellar-base/-/stellar-base-10.0.1.tgz#cf4458e081f694109422521562e53e642c29991b"
integrity sha512-BDbx7VHOEQh+4J3Q+gStNXgPaNckVFmD4aOlBBGwxlF6vPFmVnW8IoJdkX7T58zpX55eWI6DXvEhDBlrqTlhAQ==
dependencies:
"@stellar/js-xdr" "^3.0.1"
base32.js "^0.1.0"
Expand All @@ -1554,12 +1554,12 @@
optionalDependencies:
sodium-native "^4.0.1"

"@stellar/stellar-sdk@^11.0.1":
version "11.0.1"
resolved "https://registry.yarnpkg.com/@stellar/stellar-sdk/-/stellar-sdk-11.0.1.tgz#de83409dd9c51c812e7aa8b10426f9ba0cce49b2"
integrity sha512-MuQH7wUAY/QLudYnLzwoyDqf/phFIcmZIvL5nm5/flis3VDVOALoZq9tmnuEVxyCvDlSIbkxQNVNeqOG8S+uVw==
"@stellar/stellar-sdk@^11.1.0":
version "11.1.0"
resolved "https://registry.yarnpkg.com/@stellar/stellar-sdk/-/stellar-sdk-11.1.0.tgz#4a619fa645a7392204b6e80cb0a7f3ef94cdd077"
integrity sha512-Ufw+4udr7lqyzPIhqSAzBTgcl/YlgFZLgeBlDr5ZZy1v+g7AT4dOZFurcCrHt7Pz8DGtVcxNX7GLxYLdOC3GIg==
dependencies:
"@stellar/stellar-base" "10.0.0"
"@stellar/stellar-base" "10.0.1"
axios "^1.6.0"
bignumber.js "^9.1.2"
eventsource "^2.0.2"
Expand Down

0 comments on commit b4b66fa

Please sign in to comment.