Merge pull request #368 from oceanprotocol/feature/packages

package updates
This commit is contained in:
Ahmed 2020-01-30 13:09:48 +01:00 committed by GitHub
commit db6864d921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1576 additions and 1881 deletions

3431
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -57,27 +57,27 @@
"deprecated-decorator": "^0.1.6",
"node-fetch": "^2.6.0",
"save-file": "^2.3.1",
"uuid": "^3.3.3",
"web3": "^1.2.4",
"uuid": "^3.4.0",
"web3": "^1.2.5",
"whatwg-url": "^8.0.0"
},
"devDependencies": {
"@release-it/bumper": "^1.0.5",
"@truffle/hdwallet-provider": "^1.0.27",
"@types/chai": "^4.2.7",
"@truffle/hdwallet-provider": "^1.0.29",
"@types/chai": "^4.2.8",
"@types/chai-spies": "^1.0.1",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.0",
"@types/mocha": "^7.0.1",
"@types/node": "^13.5.1",
"@types/node-fetch": "^2.5.4",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"auto-changelog": "^1.16.2",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"cross-env": "^7.0.0",
"eslint": "^6.7.2",
"eslint": "^6.8.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"lcov-result-merger": "^3.1.0",
"mocha": "^7.0.1",
@ -86,11 +86,11 @@
"ora": "^4.0.2",
"prettier": "^1.19.1",
"source-map-support": "^0.5.16",
"ts-node": "^8.5.4",
"typedoc": "^0.16.8",
"ts-node": "^8.6.2",
"typedoc": "^0.16.9",
"typescript": "^3.7.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
},