Skip to content

Commit

Permalink
fix(router-sdk): update sdk-core dependency version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant authored May 6, 2024
1 parent f3ffbd6 commit ab2c71e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/monorepo-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
- name: 👬🏽 Check for conflicting versions across the monorepo
run: yarn g:check:deps:mismatch

- name: 👬🏽 Check for duplicate dependencies in lock file
run: yarn dedupe --check
# This check will be disabled while a major version change of sdk-core is underway
# - name: 👬🏽 Check for duplicate dependencies in lock file
# run: yarn dedupe --check

- name: 🧑‍⚖️ Check for yarn constraints.pro
run: yarn constraints
6 changes: 3 additions & 3 deletions sdks/router-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@uniswap/sdk-core": "^4.2.1",
"@uniswap/sdk-core": "^5.0.0",
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/v2-sdk": "^4.3.1",
"@uniswap/v3-sdk": "^3.11.1"
"@uniswap/v2-sdk": "^4.3.2",
"@uniswap/v3-sdk": "^3.11.2"
},
"devDependencies": {
"@types/jest": "^24.0.25",
Expand Down
35 changes: 32 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4621,10 +4621,10 @@ __metadata:
dependencies:
"@ethersproject/abi": ^5.5.0
"@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/v2-sdk": ^4.3.1
"@uniswap/v3-sdk": ^3.11.1
"@uniswap/v2-sdk": ^4.3.2
"@uniswap/v3-sdk": ^3.11.2
prettier: ^2.4.1
tsdx: ^0.14.1
languageName: unknown
Expand Down Expand Up @@ -4779,6 +4779,19 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v2-sdk@npm:^4.3.2":
version: 4.3.2
resolution: "@uniswap/v2-sdk@npm:4.3.2"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^5.0.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: aaf01f49a1ba5c8214ce4f4d54526fb289de7ecdc5df08f6be07c925ee7c110769adbf77e29b2dbbe7678c4ed21f384b522bbc9d7a82af55367bd66bfba8eb83
languageName: node
linkType: hard

"@uniswap/v2-sdk@workspace:sdks/v2-sdk":
version: 0.0.0-use.local
resolution: "@uniswap/v2-sdk@workspace:sdks/v2-sdk"
Expand Down Expand Up @@ -4839,6 +4852,22 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:^3.11.2":
version: 3.11.2
resolution: "@uniswap/v3-sdk@npm:3.11.2"
dependencies:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@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
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 82092b239b482b8fd9fd21afdcc4cf9860315af4c524e100a7ac02d25aba0bf25ad1aaf12d97105874590bad97eed4ff2f95dd56e849f881596ac32148cce726
languageName: node
linkType: hard

"@uniswap/v3-sdk@workspace:sdks/v3-sdk":
version: 0.0.0-use.local
resolution: "@uniswap/v3-sdk@workspace:sdks/v3-sdk"
Expand Down

0 comments on commit ab2c71e

Please sign in to comment.