Skip to content

Commit

Permalink
freeze all the dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
icyflame committed Oct 10, 2017
1 parent e97b305 commit 45885bc
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -27,29 +27,29 @@
"statistics"
],
"dependencies": {
"bar-horizontal": "^0.2.0",
"charm": "^1.0.0",
"cli-color": "^1.0.0",
"configstore": "^1.0.0",
"fast-csv": "^0.6.0",
"bar-horizontal": "0.2.1",
"charm": "1.0.2",
"cli-color": "1.2.0",
"configstore": "1.4.0",
"fast-csv": "0.6.0",
"fast-stats": "0.0.2",
"gh-gist-owner": "^1.0.1",
"jsonfile": "^2.0.1",
"keypress": "^0.2.1",
"lodash.max": "^4.0.1",
"lodash.min": "^4.0.1",
"math-avg": "^1.0.0",
"meow": "^3.1.0",
"mkdirp": "^0.5.1",
"pretty-ms": "^1.2.0",
"read": "^1.0.6",
"remove-min-max": "^1.0.0",
"request-json": "^0.5.3",
"scrambo": "^0.1.0",
"timer-stopwatch": "^0.1.5",
"gh-gist-owner": "1.1.0",
"jsonfile": "2.4.0",
"keypress": "0.2.1",
"lodash.max": "4.0.1",
"lodash.min": "4.0.1",
"math-avg": "1.0.0",
"meow": "3.7.0",
"mkdirp": "0.5.1",
"pretty-ms": "1.4.0",
"read": "1.0.7",
"remove-min-max": "1.0.0",
"request-json": "0.5.6",
"scrambo": "0.1.0",
"timer-stopwatch": "0.1.7",
"touch": "0.0.3",
"window-size": "^0.1.1",
"xdg-basedir": "^1.0.1"
"window-size": "0.1.4",
"xdg-basedir": "1.0.1"
},
"devDependencies": {
"mocha": "^4.0.0"
Expand Down

0 comments on commit 45885bc

Please sign in to comment.