Skip to content

Commit

Permalink
ci: update deps and package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Mar 26, 2024
1 parent f8aceda commit 5d0559d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@uniswap/sdk-core",
"name": "@hemilas/sdk-core",
"license": "MIT",
"version": "4.2.0",
"description": "⚒️ An SDK for building applications on top of Uniswap V3",
Expand All @@ -8,10 +8,11 @@
"files": [
"dist"
],
"repository": "https://github.com/Uniswap/uniswap-sdk-core.git",
"repository": "https://github.com/hemilabs/sdk-core.git",
"keywords": [
"uniswap",
"ethereum"
"ethereum",
"hemilas"
],
"module": "dist/sdk-core.esm.js",
"scripts": {
Expand All @@ -21,11 +22,11 @@
"prepublishOnly": "tsdx build"
},
"dependencies": {
"@ethersproject/address": "5.7.0",
"@ethersproject/bignumber": "5.7.0",
"@ethersproject/address": "^5.0.2",
"@ethersproject/bignumber": "^5.7.0",
"big.js": "^5.2.2",
"decimal.js-light": "^2.5.0",
"jsbi": "3.2.5",
"jsbi": "^3.1.4",
"tiny-invariant": "^1.1.0",
"toformat": "^2.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@ethersproject/address@5.7.0":
"@ethersproject/address@^5.0.2":
version "5.7.0"
resolved "https://registry.yarnpkg.com/@ethersproject/address/-/address-5.7.0.tgz#19b56c4d74a3b0a46bfdbb6cfcc0a153fc697f37"
integrity sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==
Expand All @@ -874,7 +874,7 @@
"@ethersproject/logger" "^5.7.0"
"@ethersproject/rlp" "^5.7.0"

"@ethersproject/bignumber@5.7.0", "@ethersproject/bignumber@^5.7.0":
"@ethersproject/bignumber@^5.7.0":
version "5.7.0"
resolved "https://registry.yarnpkg.com/@ethersproject/bignumber/-/bignumber-5.7.0.tgz#e2f03837f268ba655ffba03a57853e18a18dc9c2"
integrity sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw==
Expand Down Expand Up @@ -3915,7 +3915,7 @@ js-yaml@^3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"

jsbi@3.2.5:
jsbi@^3.1.4:
version "3.2.5"
resolved "https://registry.yarnpkg.com/jsbi/-/jsbi-3.2.5.tgz#b37bb90e0e5c2814c1c2a1bcd8c729888a2e37d6"
integrity sha512-aBE4n43IPvjaddScbvWRA2YlTzKEynHzu7MqOyTipdHucf/VxS63ViCjxYRg86M8Rxwbt/GfzHl1kKERkt45fQ==
Expand Down

0 comments on commit 5d0559d

Please sign in to comment.