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

bump @oceanprotocol/contracts to v1.1.6 (#1613)

This commit is contained in:
Matthias Kretschmann 2022-09-22 20:22:29 +01:00 committed by GitHub
parent b6c9af9dae
commit 2425fb7975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1162 additions and 2500 deletions

3638
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -49,30 +49,30 @@
"web3": "^1.7.4" "web3": "^1.7.4"
}, },
"dependencies": { "dependencies": {
"@oceanprotocol/contracts": "^1.1.4", "@oceanprotocol/contracts": "^1.1.6",
"bignumber.js": "^9.0.2", "bignumber.js": "^9.1.0",
"cross-fetch": "^3.1.5", "cross-fetch": "^3.1.5",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"decimal.js": "^10.3.1", "decimal.js": "^10.4.1",
"web3": "^1.7.4", "web3": "^1.8.0",
"web3-core": "^1.7.1", "web3-core": "^1.8.0",
"web3-eth-contract": "^1.7.1" "web3-eth-contract": "^1.8.0"
}, },
"devDependencies": { "devDependencies": {
"@truffle/hdwallet-provider": "^2.0.10", "@truffle/hdwallet-provider": "^2.0.14",
"@types/chai": "^4.3.1", "@types/chai": "^4.3.1",
"@types/chai-spies": "^1.0.3", "@types/chai-spies": "^1.0.3",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
"@types/mocha": "^9.1.1", "@types/mocha": "^9.1.1",
"@types/node": "^18.0.1", "@types/node": "^18.0.1",
"@types/node-fetch": "^3.0.3", "@types/node-fetch": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.30.5", "@typescript-eslint/parser": "^5.38.0",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"chai": "^4.3.6", "chai": "^4.3.6",
"chai-spies": "^1.0.0", "chai-spies": "^1.0.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.19.0", "eslint": "^8.23.1",
"eslint-config-oceanprotocol": "^2.0.3", "eslint-config-oceanprotocol": "^2.0.3",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
@ -85,9 +85,9 @@
"prettier": "^2.7.1", "prettier": "^2.7.1",
"release-it": "^15.4.0", "release-it": "^15.4.0",
"source-map-support": "^0.5.19", "source-map-support": "^0.5.19",
"ts-node": "^10.8.2", "ts-node": "^10.9.1",
"ts-node-register": "^1.0.0", "ts-node-register": "^1.0.0",
"typedoc": "0.23.5", "typedoc": "0.23.15",
"typescript": "^4.7.4" "typescript": "^4.7.4"
}, },
"nyc": { "nyc": {