bump to keeper-contracts v0.13.0

This commit is contained in:
Matthias Kretschmann 2019-12-17 11:52:59 +01:00
parent e9e5dd9049
commit 5ba5cd9e20
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 1200 additions and 813 deletions

View File

@ -35,7 +35,7 @@ env:
# start Barge with these versions
- BRIZO_VERSION=v0.7.2
- AQUARIUS_VERSION=v1.0.5
- KEEPER_VERSION=v0.12.7
- KEEPER_VERSION=v0.13.0
- EVENTS_HANDLER_VERSION=v0.3.4
- KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"
- FAUCET_TIMESPAN=0

2007
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"@oceanprotocol/art": "^2.2.0",
"@oceanprotocol/squid": "^1.0.0",
"@oceanprotocol/squid": "^1.1.0-beta.0",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^0.9.1",
"@truffle/hdwallet-provider": "^1.0.26",

View File

@ -7,7 +7,7 @@
"dependencies": [
{
"name": "keeper-contracts",
"version": "~0.12.7"
"version": "~0.13.0"
},
{
"name": "brizo",