Skip to content

Commit

Permalink
chore: Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 3, 2016
1 parent 4331546 commit 406df35
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@
"license": "MIT",
"devDependencies": {
"chai": "^3.3.0",
"eslint": "^1.0.0",
"eslint-config-standard": "^4.0.0",
"eslint-plugin-react": "^3.2.0",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^4.1.0",
"eslint-plugin-standard": "^1.1.0",
"grunt": "^0.4.1",
"grunt-bump": "^0.6.0",
"grunt-conventional-changelog": "^5.0.0",
"grunt-conventional-github-releaser": "^0.5.0",
"grunt-eslint": "^17.0.0",
"grunt-bump": "^0.7.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-karma": "^0.12.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4.0",
Expand All @@ -44,14 +45,14 @@
"karma-coffee-preprocessor": "^0.3.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-requirejs": "^0.2.2",
"load-grunt-tasks": "^3.2.0",
"lodash": "^4.5.0",
"mocha": "^2.2.5",
"mocks": "0.0.15",
"requirejs": "^2.1.20",
"sinon": "^1.14.1",
"sinon-chai": "^2.8.0",
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.20"
"sinon-chai": "^2.8.0"
},
"contributors": [
"dignifiedquire <dignifiedquire@gmail.com>",
Expand Down

0 comments on commit 406df35

Please sign in to comment.