package updates

This commit is contained in:
Matthias Kretschmann 2019-08-15 10:49:54 +02:00
parent dfcbc98f47
commit 2ef756df26
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 717 additions and 752 deletions

1447
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -49,7 +49,7 @@
},
"homepage": "https://github.com/oceanprotocol/squid-js#readme",
"peerDependencies": {
"web3": "1.2.0"
"web3": "^1.2.0"
},
"dependencies": {
"@oceanprotocol/keeper-contracts": "^0.10.3",
@ -59,19 +59,19 @@
"node-fetch": "^2.6.0",
"save-file": "^2.3.1",
"uuid": "^3.3.2",
"web3": "1.2.0",
"web3": "^1.2.1",
"whatwg-url": "^7.0.0"
},
"devDependencies": {
"@release-it/bumper": "^1.0.3",
"@types/chai": "^4.1.7",
"@types/chai-spies": "^1.0.0",
"@types/chai": "^4.2.0",
"@types/chai-spies": "^1.0.1",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.8",
"@types/node": "^12.7.2",
"@types/node-fetch": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"auto-changelog": "^1.14.1",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"auto-changelog": "^1.15.0",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"cross-env": "^5.2.0",
@ -86,12 +86,12 @@
"ora": "^3.4.0",
"prettier": "^1.18.2",
"source-map-support": "^0.5.13",
"truffle-hdwallet-provider": "^1.0.15",
"truffle-hdwallet-provider": "^1.0.16",
"ts-node": "^8.3.0",
"typedoc": "^0.15.0",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.38.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1"
},