Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piedar committed Jul 20, 2020
1 parent 5e67f13 commit ee5c695
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 290 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"@types/chai": "^4.2.11",
"@types/commander": "^2.12.2",
"@types/debug": "^4.1.5",
"@types/mocha": "^7.0.2",
"@types/mocha": "^8.0.0",
"@types/node": "^12",
"@types/uuid": "^7.0.2",
"@types/uuid": "^8.0.0",
"chai": "^4.2.0",
"mocha": "^7.1.1",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
"mocha": "^8.0.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"bignumber.js": "^9.0.0",
"commander": "^5.0.0",
"commander": "^6.0.0",
"debug": "^4.1.1",
"fuse-native": "^2.2.1",
"ipfs-http-client": "^43.0.0",
"uuid": "^7.0.3"
"ipfs-http-client": "^45.0.0",
"uuid": "^8.2.0"
}
}
Loading

0 comments on commit ee5c695

Please sign in to comment.