Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
barrasso committed Jun 13, 2023
1 parent 3d715ca commit 2ca0279
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 161 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions protocol/oracle-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
"@synthetixio/core-contracts",
"@synthetixio/core-modules"
]
},
"dependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2"
}
}
1 change: 0 additions & 1 deletion protocol/synthetix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@chainlink/contracts": "^0.6.1",
"@synthetixio/common-config": "workspace:*",
"@synthetixio/core-contracts": "workspace:*",
"@synthetixio/core-modules": "workspace:*",
Expand Down
5 changes: 5 additions & 0 deletions utils/core-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@
"ignoreMatches": [
"@synthetixio/router"
]
},
"dependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@nomiclabs/hardhat-ethers": "2.2.1"
}
}
5 changes: 5 additions & 0 deletions utils/sample-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
"@synthetixio/core-contracts",
"@synthetixio/core-modules"
]
},
"dependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"ethers": "5.7.2"
}
}
189 changes: 29 additions & 160 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,18 +419,6 @@ __metadata:
languageName: node
linkType: hard

"@chainlink/contracts@npm:^0.6.1":
version: 0.6.1
resolution: "@chainlink/contracts@npm:0.6.1"
dependencies:
"@eth-optimism/contracts": ^0.5.21
"@openzeppelin/contracts": ~4.3.3
"@openzeppelin/contracts-upgradeable": ^4.7.3
"@openzeppelin/contracts-v0.7": "npm:@openzeppelin/[email protected]"
checksum: 90d6b0c0ffbcf87b1a2fed2faedd72202de3ed9b746316a91152cc89aeb5814d053dd8fd5dab5ddc803f9063e0deb3ed4325e142b64aa3c172fee4b4943d9a47
languageName: node
linkType: hard

"@colors/colors@npm:1.5.0":
version: 1.5.0
resolution: "@colors/colors@npm:1.5.0"
Expand Down Expand Up @@ -464,43 +452,6 @@ __metadata:
languageName: node
linkType: hard

"@eth-optimism/contracts@npm:^0.5.21":
version: 0.5.40
resolution: "@eth-optimism/contracts@npm:0.5.40"
dependencies:
"@eth-optimism/core-utils": 0.12.0
"@ethersproject/abstract-provider": ^5.7.0
"@ethersproject/abstract-signer": ^5.7.0
peerDependencies:
ethers: ^5
checksum: 11dde466c90b886efe8b5fd123fa5893187a4ff84839213d417f90ae4e45bf00b2f62d56e4ebe23ba5dd7ec33beed22c4c41e206add35fce0db073fe2dbae6ba
languageName: node
linkType: hard

"@eth-optimism/core-utils@npm:0.12.0":
version: 0.12.0
resolution: "@eth-optimism/core-utils@npm:0.12.0"
dependencies:
"@ethersproject/abi": ^5.7.0
"@ethersproject/abstract-provider": ^5.7.0
"@ethersproject/address": ^5.7.0
"@ethersproject/bignumber": ^5.7.0
"@ethersproject/bytes": ^5.7.0
"@ethersproject/constants": ^5.7.0
"@ethersproject/contracts": ^5.7.0
"@ethersproject/hash": ^5.7.0
"@ethersproject/keccak256": ^5.7.0
"@ethersproject/properties": ^5.7.0
"@ethersproject/providers": ^5.7.0
"@ethersproject/rlp": ^5.7.0
"@ethersproject/transactions": ^5.7.0
"@ethersproject/web": ^5.7.0
bufio: ^1.0.7
chai: ^4.3.4
checksum: 1c820107c44bdbb46becb1b00fd0dabb44f3ac8f54e6da7872a5a134411fad26f53b193225da55e79d6a8d7f0d01cc16a123db5d41ebaf02ca78360249a4b52a
languageName: node
linkType: hard

"@ethersproject/abi@npm:5.7.0, @ethersproject/abi@npm:^5.0.0-beta.146, @ethersproject/abi@npm:^5.0.9, @ethersproject/abi@npm:^5.1.2, @ethersproject/abi@npm:^5.7.0":
version: 5.7.0
resolution: "@ethersproject/abi@npm:5.7.0"
Expand Down Expand Up @@ -607,7 +558,7 @@ __metadata:
languageName: node
linkType: hard

"@ethersproject/contracts@npm:5.7.0, @ethersproject/contracts@npm:^5.7.0":
"@ethersproject/contracts@npm:5.7.0":
version: 5.7.0
resolution: "@ethersproject/contracts@npm:5.7.0"
dependencies:
Expand Down Expand Up @@ -728,7 +679,7 @@ __metadata:
languageName: node
linkType: hard

"@ethersproject/providers@npm:5.7.2, @ethersproject/providers@npm:^5.7.0":
"@ethersproject/providers@npm:5.7.2":
version: 5.7.2
resolution: "@ethersproject/providers@npm:5.7.2"
dependencies:
Expand Down Expand Up @@ -2155,27 +2106,6 @@ __metadata:
languageName: node
linkType: hard

"@openzeppelin/contracts-upgradeable@npm:^4.7.3":
version: 4.9.1
resolution: "@openzeppelin/contracts-upgradeable@npm:4.9.1"
checksum: 4dff468b7de51701da8f46ca16e44831109e2602e80c96d68e3fba8ea1ae4ac498e60d38829e0d2d8494bb8cfc274adc7adc2dab566b929319dfe76a5c3af017
languageName: node
linkType: hard

"@openzeppelin/contracts-v0.7@npm:@openzeppelin/[email protected]":
version: 3.4.2
resolution: "@openzeppelin/contracts@npm:3.4.2"
checksum: 0c90f029fe50a49643588e4c8670dae3bbf31795133a6ddce9bdcbc258486332700bb732287baabf7bf807f39182fe8ea2ffa19aa5caf359b1b9c0f083280748
languageName: node
linkType: hard

"@openzeppelin/contracts@npm:~4.3.3":
version: 4.3.3
resolution: "@openzeppelin/contracts@npm:4.3.3"
checksum: 73eb23e7acc8531931076d11251629bdc8579c99ef921a3facbd8abf7b860bc214c97a4bd56cd67db7c9d1db837765132640f24987aac8097a13960bb41ca6d1
languageName: node
linkType: hard

"@protobufjs/aspromise@npm:^1.1.1, @protobufjs/aspromise@npm:^1.1.2":
version: 1.1.2
resolution: "@protobufjs/aspromise@npm:1.1.2"
Expand Down Expand Up @@ -2462,8 +2392,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@synthetixio/core-contracts@workspace:utils/core-contracts"
dependencies:
"@ethersproject/abi": 5.7.0
"@ethersproject/abstract-provider": ^5.7.0
"@ethersproject/bignumber": ^5.7.0
"@ethersproject/providers": 5.7.2
"@nomiclabs/hardhat-ethers": 2.2.1
"@synthetixio/common-config": "workspace:*"
"@synthetixio/core-utils": "workspace:*"
"@synthetixio/router": "workspace:*"
Expand Down Expand Up @@ -2586,7 +2519,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@synthetixio/main@workspace:protocol/synthetix"
dependencies:
"@chainlink/contracts": ^0.6.1
"@synthetixio/common-config": "workspace:*"
"@synthetixio/core-contracts": "workspace:*"
"@synthetixio/core-modules": "workspace:*"
Expand All @@ -2608,6 +2540,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@synthetixio/oracle-manager@workspace:protocol/oracle-manager"
dependencies:
"@ethersproject/abi": 5.7.0
"@ethersproject/providers": 5.7.2
"@synthetixio/common-config": "workspace:*"
"@synthetixio/core-contracts": "workspace:*"
"@synthetixio/core-modules": "workspace:*"
Expand Down Expand Up @@ -2705,6 +2639,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@synthetixio/sample-project@workspace:utils/sample-project"
dependencies:
"@ethersproject/abi": 5.7.0
"@ethersproject/providers": 5.7.2
"@nomiclabs/hardhat-ethers": 2.2.1
"@synthetixio/core-contracts": "workspace:*"
"@synthetixio/core-modules": "workspace:*"
Expand All @@ -2713,6 +2649,7 @@ __metadata:
"@synthetixio/router": "workspace:*"
"@usecannon/builder": 2.4.15
cannon-plugin-router: 1.0.11
ethers: 5.7.2
hardhat: 2.13.0
hardhat-cannon: 2.4.15
languageName: unknown
Expand Down Expand Up @@ -3949,13 +3886,6 @@ __metadata:
languageName: node
linkType: hard

"assertion-error@npm:^1.1.0":
version: 1.1.0
resolution: "assertion-error@npm:1.1.0"
checksum: fd9429d3a3d4fd61782eb3962ae76b6d08aa7383123fca0596020013b3ebd6647891a85b05ce821c47d1471ed1271f00b0545cf6a4326cf2fc91efcc3b0fbecf
languageName: node
linkType: hard

"ast-parents@npm:0.0.1":
version: 0.0.1
resolution: "ast-parents@npm:0.0.1"
Expand Down Expand Up @@ -4421,13 +4351,6 @@ __metadata:
languageName: node
linkType: hard

"bufio@npm:^1.0.7":
version: 1.2.0
resolution: "bufio@npm:1.2.0"
checksum: c5cc0009990ed62634ea7f8c07dcf92f1075231d3a34c4cdd2a3d0cfadef45f49b4277f4e41ce4eb0d2aecd9796c98ca034ca7c5fcb07a94469d8866c0da8e92
languageName: node
linkType: hard

"builtins@npm:^5.0.0":
version: 5.0.1
resolution: "builtins@npm:5.0.1"
Expand Down Expand Up @@ -4634,21 +4557,6 @@ __metadata:
languageName: node
linkType: hard

"chai@npm:^4.3.4":
version: 4.3.7
resolution: "chai@npm:4.3.7"
dependencies:
assertion-error: ^1.1.0
check-error: ^1.0.2
deep-eql: ^4.1.2
get-func-name: ^2.0.0
loupe: ^2.3.1
pathval: ^1.1.1
type-detect: ^4.0.5
checksum: 0bba7d267848015246a66995f044ce3f0ebc35e530da3cbdf171db744e14cbe301ab913a8d07caf7952b430257ccbb1a4a983c570a7c5748dc537897e5131f7c
languageName: node
linkType: hard

"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
Expand Down Expand Up @@ -4701,13 +4609,6 @@ __metadata:
languageName: node
linkType: hard

"check-error@npm:^1.0.2":
version: 1.0.2
resolution: "check-error@npm:1.0.2"
checksum: d9d106504404b8addd1ee3f63f8c0eaa7cd962a1a28eb9c519b1c4a1dc7098be38007fc0060f045ee00f075fbb7a2a4f42abcf61d68323677e11ab98dc16042e
languageName: node
linkType: hard

"chokidar@npm:3.3.0":
version: 3.3.0
resolution: "chokidar@npm:3.3.0"
Expand Down Expand Up @@ -5550,15 +5451,6 @@ __metadata:
languageName: node
linkType: hard

"deep-eql@npm:^4.1.2":
version: 4.1.3
resolution: "deep-eql@npm:4.1.3"
dependencies:
type-detect: ^4.0.0
checksum: 7f6d30cb41c713973dc07eaadded848b2ab0b835e518a88b91bea72f34e08c4c71d167a722a6f302d3a6108f05afd8e6d7650689a84d5d29ec7fe6220420397f
languageName: node
linkType: hard

"deep-extend@npm:~0.6.0":
version: 0.6.0
resolution: "deep-extend@npm:0.6.0"
Expand Down Expand Up @@ -6515,24 +6407,7 @@ __metadata:
languageName: node
linkType: hard

"ethers@npm:^4.0.40":
version: 4.0.49
resolution: "ethers@npm:4.0.49"
dependencies:
aes-js: 3.0.0
bn.js: ^4.11.9
elliptic: 6.5.4
hash.js: 1.1.3
js-sha3: 0.5.7
scrypt-js: 2.0.4
setimmediate: 1.0.4
uuid: 2.0.1
xmlhttprequest: 1.8.0
checksum: 357115348a5f1484c7745fae1d852876788216c7d94c072c80132192f1800c4d388433ea2456750856641d6d4eed8a3b41847eb44f5e1c42139963864e3bcc38
languageName: node
linkType: hard

"ethers@npm:^5.0.0, ethers@npm:^5.7.1":
"ethers@npm:5.7.2, ethers@npm:^5.0.0, ethers@npm:^5.7.1":
version: 5.7.2
resolution: "ethers@npm:5.7.2"
dependencies:
Expand Down Expand Up @@ -6570,6 +6445,23 @@ __metadata:
languageName: node
linkType: hard

"ethers@npm:^4.0.40":
version: 4.0.49
resolution: "ethers@npm:4.0.49"
dependencies:
aes-js: 3.0.0
bn.js: ^4.11.9
elliptic: 6.5.4
hash.js: 1.1.3
js-sha3: 0.5.7
scrypt-js: 2.0.4
setimmediate: 1.0.4
uuid: 2.0.1
xmlhttprequest: 1.8.0
checksum: 357115348a5f1484c7745fae1d852876788216c7d94c072c80132192f1800c4d388433ea2456750856641d6d4eed8a3b41847eb44f5e1c42139963864e3bcc38
languageName: node
linkType: hard

"ethjs-unit@npm:0.1.6":
version: 0.1.6
resolution: "ethjs-unit@npm:0.1.6"
Expand Down Expand Up @@ -7251,13 +7143,6 @@ __metadata:
languageName: node
linkType: hard

"get-func-name@npm:^2.0.0":
version: 2.0.0
resolution: "get-func-name@npm:2.0.0"
checksum: 8d82e69f3e7fab9e27c547945dfe5cc0c57fc0adf08ce135dddb01081d75684a03e7a0487466f478872b341d52ac763ae49e660d01ab83741f74932085f693c3
languageName: node
linkType: hard

"get-intrinsic@npm:^1.0.2, get-intrinsic@npm:^1.1.1, get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.0":
version: 1.2.0
resolution: "get-intrinsic@npm:1.2.0"
Expand Down Expand Up @@ -10027,15 +9912,6 @@ __metadata:
languageName: node
linkType: hard

"loupe@npm:^2.3.1":
version: 2.3.6
resolution: "loupe@npm:2.3.6"
dependencies:
get-func-name: ^2.0.0
checksum: cc83f1b124a1df7384601d72d8d1f5fe95fd7a8185469fec48bb2e4027e45243949e7a013e8d91051a138451ff0552310c32aa9786e60b6a30d1e801bdc2163f
languageName: node
linkType: hard

"lru-cache@npm:^4.0.1":
version: 4.1.5
resolution: "lru-cache@npm:4.1.5"
Expand Down Expand Up @@ -11823,13 +11699,6 @@ __metadata:
languageName: node
linkType: hard

"pathval@npm:^1.1.1":
version: 1.1.1
resolution: "pathval@npm:1.1.1"
checksum: 090e3147716647fb7fb5b4b8c8e5b55e5d0a6086d085b6cd23f3d3c01fcf0ff56fd3cc22f2f4a033bd2e46ed55d61ed8379e123b42afe7d531a2a5fc8bb556d6
languageName: node
linkType: hard

"pbkdf2@npm:^3.0.17":
version: 3.1.2
resolution: "pbkdf2@npm:3.1.2"
Expand Down Expand Up @@ -14405,7 +14274,7 @@ __metadata:
languageName: node
linkType: hard

"type-detect@npm:4.0.8, type-detect@npm:^4.0.0, type-detect@npm:^4.0.5, type-detect@npm:^4.0.8":
"type-detect@npm:4.0.8, type-detect@npm:^4.0.8":
version: 4.0.8
resolution: "type-detect@npm:4.0.8"
checksum: 62b5628bff67c0eb0b66afa371bd73e230399a8d2ad30d852716efcc4656a7516904570cd8631a49a3ce57c10225adf5d0cbdcb47f6b0255fe6557c453925a15
Expand Down

0 comments on commit 2ca0279

Please sign in to comment.