1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Merge pull request #97 from oceanprotocol/feature/update_packages

updated packages, keeper-contracts `v0.5.2`
This commit is contained in:
Javier Cortejoso 2019-01-07 14:40:55 +01:00 committed by GitHub
commit b8ca6d1aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 318 additions and 207 deletions

511
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -53,7 +53,7 @@
},
"homepage": "https://github.com/oceanprotocol/squid-js#readme",
"dependencies": {
"@oceanprotocol/keeper-contracts": "~0.5.1",
"@oceanprotocol/keeper-contracts": "^0.5.2",
"@oceanprotocol/secret-store-client": "~0.0.14",
"bignumber.js": "^8.0.1",
"ethereumjs-util": "^6.0.0",
@ -71,16 +71,16 @@
"cross-env": "^5.2.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"rollup": "^1.0.0",
"rollup": "^1.0.2",
"source-map-support": "^0.5.9",
"truffle-hdwallet-provider": "^1.0.0",
"truffle-hdwallet-provider": "^1.0.2",
"ts-node": "^7.0.1",
"tslint": "^5.12.0",
"typedoc": "^0.14.0",
"typescript": "^3.2.2",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.5"
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1",
"webpack-merge": "^4.2.1"
}
}