Skip to content

Commit

Permalink
fix(dependencies): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 3, 2017
1 parent 832bb0c commit 9449ff3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"sinon": ">=1.15.0 || >= 2.0.0-pre.2"
},
"dependencies": {
"fluent-arguments": "^1.0.5",
"fluent-arguments": "^1.0.6",
"ramda": "0.23.*"
},
"devDependencies": {
Expand All @@ -55,12 +55,12 @@
"eslint": "^3.16.1",
"eslint-config-standard": "^7.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.0.1",
"husky": "^0.13.0",
"eslint-plugin-standard": "^2.1.1",
"husky": "^0.13.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"semantic-release": "^6.3.2",
"sinon": "2.0.0-pre.6",
"sinon": "next",
"validate-commit-msg": "^2.11.1"
}
}

0 comments on commit 9449ff3

Please sign in to comment.