Skip to content

Commit

Permalink
npm outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
larsthorup committed Apr 27, 2016
1 parent d45f70b commit d716453
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"license": "MIT",
"engine": "node 1.1.x",
"devDependencies": {
"bower": "^1.3.5",
"coveralls": "^2.11.3",
"grunt": "^0.4.5",
"bower": "^1.7.9",
"coveralls": "^2.11.9",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^0.12.0",
"karma": "^0.13.8",
"karma-browserstack-launcher": "^0.1.4",
"karma-coverage": "^0.5.0",
"karma-firefox-launcher": "^0.1.3",
"karma-junit-reporter": "^0.4.1",
"karma-mocha": "^0.2.0",
"grunt-karma": "^0.12.2",
"karma": "^0.13.22",
"karma-browserstack-launcher": "^0.1.11",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "^0.1.7",
"karma-junit-reporter": "^0.4.2",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.2",
"karma-sauce-launcher": "^0.3.0",
"karma-spec-reporter": "0.0.24",
"mocha": "^2.3.3",
"phantomjs-prebuilt": "^2.1.3"
"karma-requirejs": "^0.2.6",
"karma-sauce-launcher": "^0.3.1",
"karma-spec-reporter": "0.0.26",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7"
},
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install",
Expand All @@ -36,6 +36,6 @@
"test": "grunt ci"
},
"dependencies": {
"requirejs": "^2.1.20"
"requirejs": "^2.2.0"
}
}

0 comments on commit d716453

Please sign in to comment.