Skip to content

Commit

Permalink
fix(v2-sdk, v3-sdk, uniswapx-sdk): update sdk-core dependency version (
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant authored May 6, 2024
1 parent 8ff8943 commit f3ffbd6
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sdks/uniswapx-sdk/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@ethersproject/bytes": "^5.7.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@uniswap/sdk-core": "^4.2.1",
"@uniswap/sdk-core": "^5.0.0",
"ethers": "^5.7.0",
"typechain": "^8.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion sdks/uniswapx-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@uniswap/permit2-sdk": "^1.2.1",
"@uniswap/sdk-core": "^4.2.1",
"@uniswap/sdk-core": "^5.0.0",
"ethers": "^5.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sdks/v2-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@ethersproject/address": "^5.0.2",
"@ethersproject/solidity": "^5.0.9",
"@uniswap/sdk-core": "^4.2.1",
"@uniswap/sdk-core": "^5.0.0",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion sdks/v3-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@ethersproject/solidity": "^5.0.9",
"@uniswap/sdk-core": "^4.2.1",
"@uniswap/sdk-core": "^5.0.0",
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/v3-periphery": "^1.1.1",
"@uniswap/v3-staker": "1.0.0",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4644,6 +4644,20 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/sdk-core@npm:^5.0.0":
version: 5.0.0
resolution: "@uniswap/sdk-core@npm:5.0.0"
dependencies:
"@ethersproject/address": ^5.0.2
big.js: ^5.2.2
decimal.js-light: ^2.5.0
jsbi: ^3.1.4
tiny-invariant: ^1.1.0
toformat: ^2.0.0
checksum: 06a4b9ccec3e19bdf695011999c4039a0477910ad5e4128efd8a06e44c23fb40d3685ef5ef2d520632562fe4d0fa486d01326b391266e8e08f43dfc522bd41d5
languageName: node
linkType: hard

"@uniswap/sdk-core@workspace:sdks/sdk-core":
version: 0.0.0-use.local
resolution: "@uniswap/sdk-core@workspace:sdks/sdk-core"
Expand Down Expand Up @@ -4686,7 +4700,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.62
"@typescript-eslint/parser": ^5.62
"@uniswap/permit2-sdk": ^1.2.1
"@uniswap/sdk-core": ^4.2.1
"@uniswap/sdk-core": ^5.0.0
eslint: ^7.8.0
eslint-config-prettier: ^6.11.0
eslint-plugin-eslint-comments: ^3.2.0
Expand Down Expand Up @@ -4773,7 +4787,7 @@ __metadata:
"@ethersproject/solidity": ^5.0.9
"@types/big.js": ^4.0.5
"@types/jest": ^24.0.25
"@uniswap/sdk-core": ^4.2.1
"@uniswap/sdk-core": ^5.0.0
"@uniswap/v2-core": ^1.0.1
eslint-config-react-app: 7.0.1
tiny-invariant: ^1.1.0
Expand Down Expand Up @@ -4832,7 +4846,7 @@ __metadata:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@types/jest": ^24.0.25
"@uniswap/sdk-core": ^4.2.1
"@uniswap/sdk-core": ^5.0.0
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v3-core": 1.0.0
"@uniswap/v3-periphery": ^1.1.1
Expand Down Expand Up @@ -17818,7 +17832,7 @@ __metadata:
"@types/chai": ^4.3.3
"@types/mocha": ^9.1.1
"@types/node": ^18.7.16
"@uniswap/sdk-core": ^4.2.1
"@uniswap/sdk-core": ^5.0.0
chai: ^4.3.6
ethers: ^5.7.0
hardhat: ^2.14.0
Expand Down

0 comments on commit f3ffbd6

Please sign in to comment.