1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Merge pull request #282 from oceanprotocol/dependabot/npm_and_yarn/web3-1.3.0

Bump web3 from 1.2.11 to 1.3.0
This commit is contained in:
Matthias Kretschmann 2020-09-16 10:23:44 +02:00 committed by GitHub
commit 6dc9f2494b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1362 additions and 185 deletions

1535
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -48,8 +48,8 @@
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"save-file": "^2.3.1", "save-file": "^2.3.1",
"uuid": "^8.3.0", "uuid": "^8.3.0",
"web3": "^1.2.11", "web3": "^1.3.0",
"web3-eth-contract": "^1.2.11" "web3-eth-contract": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@release-it/bumper": "^2.0.0", "@release-it/bumper": "^2.0.0",
@ -59,15 +59,15 @@
"@types/mocha": "^8.0.3", "@types/mocha": "^8.0.3",
"@types/node": "^14.6.4", "@types/node": "^14.6.4",
"@types/node-fetch": "^2.5.5", "@types/node-fetch": "^2.5.5",
"@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.0.1", "@typescript-eslint/parser": "^4.1.1",
"auto-changelog": "^2.2.0", "auto-changelog": "^2.2.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"chai-spies": "^1.0.0", "chai-spies": "^1.0.0",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"eslint": "^7.7.0", "eslint": "^7.9.0",
"eslint-config-oceanprotocol": "^1.5.0", "eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.10.0", "eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4", "eslint-plugin-prettier": "^3.1.4",
"lcov-result-merger": "^3.1.0", "lcov-result-merger": "^3.1.0",
"mocha": "^8.0.1", "mocha": "^8.0.1",