-
Notifications
You must be signed in to change notification settings - Fork 14
/
package-lock.json
42 lines (42 loc) · 1.57 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ethereum-ibc-relay-chain",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ethereum-ibc-relay-chain",
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.39",
"@openzeppelin/contracts-upgradeable": "^5.0.2"
}
},
"node_modules/@hyperledger-labs/yui-ibc-solidity": {
"name": "ibc-solidity",
"version": "0.1.0",
"resolved": "git+ssh://[email protected]/hyperledger-labs/yui-ibc-solidity.git#0e83dc7aadf71380dae6e346492e148685510663",
"license": "Apache-2.0",
"dependencies": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1"
}
},
"node_modules/@openzeppelin/contracts": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-5.0.2.tgz",
"integrity": "sha512-ytPc6eLGcHHnapAZ9S+5qsdomhjo6QBHTDRRBFfTxXIpsicMhVPouPgmUPebZZZGX7vt9USA+Z+0M0dSVtSUEA==",
"license": "MIT"
},
"node_modules/@openzeppelin/contracts-upgradeable": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-5.0.2.tgz",
"integrity": "sha512-0MmkHSHiW2NRFiT9/r5Lu4eJq5UJ4/tzlOgYXNAIj/ONkQTVnz22pLxDvp4C4uZ9he7ZFvGn3Driptn1/iU7tQ==",
"license": "MIT",
"peerDependencies": {
"@openzeppelin/contracts": "5.0.2"
}
}
}
}