Skip to content

Commit

Permalink
Bumped dependencies to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinbrown committed Apr 24, 2019
1 parent 55f7087 commit de36916
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,32 @@
"lib/**/*"
],
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai": "4.1.7",
"@types/mkdirp": "0.5.2",
"@types/mocha": "5.2.6",
"@types/node": "^11.13.4",
"@types/node-fetch": "^2.3.2",
"@types/ora": "^3.2.0",
"@types/node": "11.13.7",
"@types/node-fetch": "2.3.2",
"@types/ora": "3.2.0",
"@types/rimraf": "2.0.2",
"@types/text-encoding": "0.0.35",
"eosjs": "20.0.0",
"eosjs-ecc": "4.0.4",
"ts-node": "^8.1.0",
"typedoc": "^0.14.2",
"typescript": "3.4.3"
"ts-node": "8.1.0",
"typedoc": "0.14.2",
"typescript": "3.4.5"
},
"dependencies": {
"axios": "0.18.0",
"chai": "^4.2.0",
"colors": "^1.3.3",
"chai": "4.2.0",
"colors": "1.3.3",
"commander": "2.20.0",
"deep-equal-in-any-order": "^1.0.13",
"deep-equal-in-any-order": "1.0.13",
"docker-cli-js": "2.5.2",
"glob": "7.1.3",
"mkdirp": "0.5.1",
"mocha": "6.1.3",
"mocha": "6.1.4",
"node-fetch": "2.3.0",
"ora": "^3.4.0",
"ora": "3.4.0",
"qrcode-terminal": "0.12.0",
"rimraf": "2.6.3",
"ts-mocha": "6.0.0"
Expand Down

0 comments on commit de36916

Please sign in to comment.