From b13f9d9d9868b98b765c4f1d8d7f486b00b22488 Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Mon, 28 Aug 2023 19:03:26 +0400 Subject: [PATCH] chore: update core deps (#355) * chore: update deps * chore: update package.json * chore: update lock * Revert "chore: update lock" This reverts commit d7fbf5236c150c6747f615797d75ddd011493778. * chore: update yarn.lock with just uniswap deps --- package.json | 4 ++-- yarn.lock | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a6bebf19..3979e699 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index fd16018e..568fc212 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1051,14 +1051,15 @@ version "4.0.1-alpha" resolved "https://registry.yarnpkg.com/@uniswap/lib/-/lib-4.0.1-alpha.tgz#2881008e55f075344675b3bca93f020b028fbd02" -"@uniswap/v2-core@1.0.1": +"@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/v3-core@1.0.0": - 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"