Skip to content

Commit

Permalink
undo accidental package version reversion (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
JFrankfurt authored Jan 10, 2022
1 parent 5413303 commit a7041ea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@uniswap/merkle-distributor": "1.0.1",
"@uniswap/router-sdk": "^1.0.3",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "^2.5.4",
"@uniswap/smart-order-router": "^2.5.9",
"@uniswap/token-lists": "^1.0.0-beta.27",
"@uniswap/v2-core": "1.0.0",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
Expand Down Expand Up @@ -192,9 +192,9 @@
"wicg-inert": "^3.1.1",
"widgets-web3-react/core": "npm:@web3-react/[email protected]",
"widgets-web3-react/eip1193": "npm:@web3-react/[email protected]",
"widgets-web3-react/metamask": "npm:@web3-react/[email protected]",
"widgets-web3-react/url": "npm:@web3-react/[email protected]",
"widgets-web3-react/empty": "npm:@web3-react/[email protected]",
"widgets-web3-react/types": "npm:@web3-react/[email protected]"
"widgets-web3-react/metamask": "npm:@web3-react/[email protected]",
"widgets-web3-react/types": "npm:@web3-react/[email protected]",
"widgets-web3-react/url": "npm:@web3-react/[email protected]"
}
}
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4990,6 +4990,17 @@
"@uniswap/v2-sdk" "^3.0.1"
"@uniswap/v3-sdk" "^3.7.1"

"@uniswap/router-sdk@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@uniswap/router-sdk/-/router-sdk-1.0.5.tgz#59b429327b0d202744db6de958e6b61d5adeec12"
integrity sha512-PA/0Ye9u3U5cm/LHrJuOgVSff6W4oFY3h+MUEzdp80SYIQdZZJ+BV06RL0h5KOSH+tuIX72n/qNusuRcf2Tc8Q==
dependencies:
"@ethersproject/abi" "^5.5.0"
"@uniswap/sdk-core" "^3.0.1"
"@uniswap/swap-router-contracts" "1.1.0"
"@uniswap/v2-sdk" "^3.0.1"
"@uniswap/v3-sdk" "^3.7.1"

"@uniswap/sdk-core@^3.0.0-alpha.3", "@uniswap/sdk-core@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@uniswap/sdk-core/-/sdk-core-3.0.1.tgz#d08dd68257983af64b9a5f4d6b9cf26124b4138f"
Expand All @@ -5002,10 +5013,10 @@
tiny-invariant "^1.1.0"
toformat "^2.0.0"

"@uniswap/smart-order-router@^2.5.4":
version "2.5.4"
resolved "https://registry.yarnpkg.com/@uniswap/smart-order-router/-/smart-order-router-2.5.4.tgz#dee2580d5fd836aecd46d935ab6ca7f7963c0501"
integrity sha512-uInC4+gL/n28XtEVOY/jrV7uT8FFBtgoW7x0Ks6SGoe/Gx/dYRmzhdeIR1rb3Tg1WP10OwnnC0AW73BJghdGxA==
"@uniswap/smart-order-router@^2.5.9":
version "2.5.9"
resolved "https://registry.yarnpkg.com/@uniswap/smart-order-router/-/smart-order-router-2.5.9.tgz#00cd6e43f9a47ff4a5e3b7ff51dba65886776db1"
integrity sha512-xbD/J9M68KpvcaOSP9MMzTS6JN4iRjOessyBEYLgk/sYQpLwNDqvviE1TL0vsNnr+xlizMGsttpUzAgAJpjbwA==
dependencies:
"@bitauth/libauth" "^1.17.1"
"@ethersproject/bignumber" "^5.1.1"
Expand All @@ -5019,7 +5030,7 @@
"@types/sinon" "^10.0.2"
"@types/stats-lite" "^2.2.0"
"@uniswap/default-token-list" "^2.0.0"
"@uniswap/router-sdk" "^1.0.3"
"@uniswap/router-sdk" "^1.0.5"
"@uniswap/swap-router-contracts" "1.1.0"
"@uniswap/token-lists" "^1.0.0-beta.25"
"@uniswap/v2-core" "^1.0.1"
Expand Down

0 comments on commit a7041ea

Please sign in to comment.