Skip to content

Commit

Permalink
Update dependencies, except JSDom because it only supports io.js, and…
Browse files Browse the repository at this point in the history
… HTMLBars because 0.11 complains about hooks not being defined
  • Loading branch information
lazd committed Aug 27, 2015
1 parent 7aabd63 commit f324cb7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"dependencies": {
"handlebars": "^3.0.0",
"jquery": "^2.1.1",
"lodash": "^3.3.1"
"jquery": "^2.1.4",
"lodash": "^3.10.1"
}
}
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,26 @@
},
"devDependencies": {
"jsdom": "^3.1.2",
"mocha": "^2.1.0",
"chai": "^2.1.1",
"sinon": "^1.13.0",
"mocha": "^2.2.5",
"chai": "^3.2.0",
"sinon": "^1.16.1",
"grunt": "^0.4.5",
"grunt-karma": "^0.10.1",
"grunt-karma": "^0.12.0",
"grunt-simple-mocha": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-handlebars": "^0.9.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-handlebars": "^0.10.2",
"grunt-contrib-jst": "^0.6.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-ios-launcher": "0.0.3",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-safari-launcher": "^0.1.1",
"karma-benchmark": "^0.4.0",
"karma-benchmark-reporter": "^0.1.1",
"karma-html2js-preprocessor": "^0.1.0",
"handlebars": "^3.0.0",
"htmlbars": "^0.11.1",
"handlebars": "^3.0.3",
"htmlbars": "^0.11.3",
"dot": "^1.0.3"
}
}

0 comments on commit f324cb7

Please sign in to comment.