Skip to content

Commit

Permalink
chore: upgrade d{,evD}ependencies to {l,gre}atest
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed May 22, 2015
1 parent b1f3bec commit e853209
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@
"prepublish": "command -v grunt >/dev/null 2>&1 && grunt || { echo >&2 'Grunt is not installed'; }"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-mocha-test": "~0.8.2",
"chai": "~1.8.1",
"coffee-script": "~1.6.3",
"grunt-contrib-coffee": "^0.10.1"
"chai": "~2.3.0",
"coffee-script": "~1.9.2",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-mocha-test": "~0.12.7"
},
"dependencies": {
"accounting": "^0.3.2",
"handlebars": "^1.3.0",
"hbsfy": "^1.3.2",
"accounting": "^0.4.1",
"handlebars": "^3.0.3",
"hbsfy": "^2.2.1",
"madlib-console": "^0.1.4",
"madlib-object-utils": "^0.1.5",
"madlib-settings": "^0.1.6",
"madlib-xhr": "^0.1.12",
"moment": "^2.7.0",
"node-polyglot": "^0.4.0",
"q": "^1.0.1"
"madlib-object-utils": "^0.1.6",
"madlib-settings": "^0.1.7",
"madlib-xhr": "^0.1.19",
"moment": "^2.10.3",
"node-polyglot": "^0.4.1",
"q": "^1.4.1"
},
"licenses": [
{
Expand Down

0 comments on commit e853209

Please sign in to comment.