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

package updates

This commit is contained in:
Matthias Kretschmann 2020-01-29 22:54:24 +01:00
parent 6a4fd76d57
commit a24baff39f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 1576 additions and 1881 deletions

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