Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jan 13, 2021
1 parent a21a71c commit 00c7c45
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 99 deletions.
82 changes: 3 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,47 +41,47 @@
"web3": "^1.2.3"
},
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.0",
"@ethereum-navigator/navigator": "^0.5.2",
"@oceanprotocol/contracts": "^0.5.8",
"decimal.js": "^10.2.0",
"decimal.js": "^10.2.1",
"fs": "0.0.1-security",
"lzma": "^2.3.2",
"node-fetch": "^2.6.1",
"save-file": "^2.3.1",
"uuid": "^8.3.0",
"uuid": "^8.3.2",
"web3": "^1.3.0",
"web3-eth-contract": "^1.3.0"
},
"devDependencies": {
"@release-it/bumper": "^2.0.0",
"@truffle/hdwallet-provider": "^1.0.37",
"@truffle/hdwallet-provider": "^1.2.1",
"@types/chai": "^4.2.11",
"@types/chai-spies": "^1.0.1",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.4",
"@types/node": "^14.14.20",
"@types/node-fetch": "^2.5.5",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"auto-changelog": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"auto-changelog": "^2.2.1",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"cross-env": "^7.0.2",
"eslint": "^7.9.0",
"cross-env": "^7.0.3",
"eslint": "^7.17.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"lcov-result-merger": "^3.1.0",
"mocha": "^8.0.1",
"mock-local-storage": "^1.1.11",
"mocha": "^8.2.1",
"mock-local-storage": "^1.1.15",
"nyc": "^15.1.0",
"ora": "^5.1.0",
"prettier": "^2.0.5",
"release-it": "^14.0.2",
"ora": "^5.2.0",
"prettier": "^2.2.1",
"release-it": "^14.2.2",
"source-map-support": "^0.5.19",
"ts-node": "^9.0.0",
"ts-node": "^9.1.1",
"ts-node-register": "^1.0.0",
"typedoc": "^0.20.10",
"typescript": "^4.0.2"
"typedoc": "^0.20.14",
"typescript": "^4.1.3"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 00c7c45

Please sign in to comment.