Skip to content

Commit

Permalink
chore: update core deps (#355)
Browse files Browse the repository at this point in the history
* chore: update deps

* chore: update package.json

* chore: update lock

* Revert "chore: update lock"

This reverts commit d7fbf52.

* chore: update yarn.lock with just uniswap deps
  • Loading branch information
grabbou authored Aug 28, 2023
1 parent 6cce88e commit b13f9d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@openzeppelin/contracts": "3.4.2-solc-0.7",
"@uniswap/lib": "^4.0.1-alpha",
"@uniswap/v2-core": "1.0.1",
"@uniswap/v3-core": "1.0.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v3-core": "^1.0.0",
"base64-sol": "1.0.1"
},
"devDependencies": {
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1051,14 +1051,15 @@
version "4.0.1-alpha"
resolved "https://registry.yarnpkg.com/@uniswap/lib/-/lib-4.0.1-alpha.tgz#2881008e55f075344675b3bca93f020b028fbd02"

"@uniswap/[email protected]":
"@uniswap/v2-core@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@uniswap/v2-core/-/v2-core-1.0.1.tgz#af8f508bf183204779938969e2e54043e147d425"
integrity sha512-MtybtkUPSyysqLY2U210NBDeCHX+ltHt3oADGdjqoThZaFRDKwM6k1Nb3F0A3hk5hwuQvytFWhrWHOEq6nVJ8Q==

"@uniswap/[email protected]":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@uniswap/v3-core/-/v3-core-1.0.0.tgz#6c24adacc4c25dceee0ba3ca142b35adbd7e359d"
integrity sha512-kSC4djMGKMHj7sLMYVnn61k9nu+lHjMIxgg9CDQT+s2QYLoA56GbSK9Oxr+qJXzzygbkrmuY6cwgP6cW2JXPFA==
"@uniswap/v3-core@^1.0.0":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@uniswap/v3-core/-/v3-core-1.0.1.tgz#b6d2bdc6ba3c3fbd610bdc502395d86cd35264a0"
integrity sha512-7pVk4hEm00j9tc71Y9+ssYpO6ytkeI0y7WE9P6UcmNzhxPePwyAxImuhVsTqWK9YFvzgtvzJHi64pBl4jUzKMQ==

"@yarnpkg/lockfile@^1.1.0":
version "1.1.0"
Expand Down

0 comments on commit b13f9d9

Please sign in to comment.