Skip to content

Commit

Permalink
Switch to ^ ranges for dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 16, 2019
1 parent 3f5884b commit 15318de
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -28,22 +28,22 @@
"unexpected": "^10.27.0"
},
"devDependencies": {
"coveralls": "3.0.2",
"dedent-js": "1.0.1",
"eslint": "5.12.0",
"eslint-config-prettier": "3.4.0",
"eslint-config-pretty-standard": "2.0.1",
"eslint-plugin-mocha": "5.2.1",
"eslint-plugin-prettier": "3.0.1",
"knex": "0.15.2",
"mocha": "5.2.0",
"npm-run-all": "4.1.5",
"nyc": "13.1.0",
"pg": "7.7.1",
"prettier": "1.15.3",
"unexpected": "10.40.2",
"unexpected-fs": "3.0.0",
"unexpected-require": "2.1.0"
"coveralls": "^3.0.2",
"dedent-js": "^1.0.1",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.4.0",
"eslint-config-pretty-standard": "^2.0.1",
"eslint-plugin-mocha": "^5.2.1",
"eslint-plugin-prettier": "^3.0.1",
"knex": "^0.15.2",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^13.1.0",
"pg": "^7.7.1",
"prettier": "^1.15.3",
"unexpected": "^10.40.2",
"unexpected-fs": "^3.0.0",
"unexpected-require": "^2.1.0"
},
"nyc": {
"cache": true,
Expand Down

0 comments on commit 15318de

Please sign in to comment.