Skip to content

Commit

Permalink
Update dependencies (except chai)
Browse files Browse the repository at this point in the history
- chai@4 is breaking the build
  • Loading branch information
nknapp committed Jun 9, 2017
1 parent 0e16813 commit 1e32be2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"version": "thoughtful changelog -o -a && npm run thought"
},
"dependencies": {
"debug": "^2.6.3",
"debug": "^2.6.8",
"deep-aplus": "^1.0.4",
"handlebars": "^4.0.6",
"handlebars": "^4.0.10",
"handlebars-source-locators": "^1.0.0",
"promised-handlebars": "^2.0.1"
},
Expand All @@ -36,16 +36,16 @@
"chai-as-promised": "^6.0.0",
"customize": "^2.0.1",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"get-promise": "^1.4.0",
"istanbul": "^0.4.5",
"json-stable-stringify": "^1.0.1",
"mocha": "^3.2.0",
"thought": "^1.1.1",
"mocha": "^3.4.2",
"thought": "^1.2.0",
"thought-plugin-jsdoc": "^1.0.0",
"thoughtful-release": "^0.3.1",
"trace-and-clarify-if-possible": "^1.0.0"
Expand Down

0 comments on commit 1e32be2

Please sign in to comment.