Repository: wicket Updated Branches: refs/heads/master 72c9b3be5 -> 80dc3dea4
Upgrade Grunt and its plugins Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/80dc3dea Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/80dc3dea Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/80dc3dea Branch: refs/heads/master Commit: 80dc3dea4c6642597c32e95bd2596b815269ba5b Parents: 72c9b3b Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu Apr 21 21:03:52 2016 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu Apr 21 21:03:52 2016 +0200 ---------------------------------------------------------------------- testing/wicket-js-tests/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/80dc3dea/testing/wicket-js-tests/package.json ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/package.json b/testing/wicket-js-tests/package.json index ee5cafd..6920605 100644 --- a/testing/wicket-js-tests/package.json +++ b/testing/wicket-js-tests/package.json @@ -8,12 +8,12 @@ "url" : "http://git-wip-us.apache.org/repos/asf/wicket.git" }, "devDependencies": { - "grunt": "~0.4.5", - "grunt-cli": "~0.1.13", - "grunt-contrib-jshint": "~0.12.0", - "grunt-contrib-qunit": "~1.0.1", - "grunt-contrib-connect": "~0.11.2", - "grunt-contrib-nodeunit": "~0.4.1" + "grunt": "~1.0.1", + "grunt-cli": "~1.2.0", + "grunt-contrib-jshint": "~1.0.0", + "grunt-contrib-qunit": "~1.2.0", + "grunt-contrib-connect": "~1.0.1", + "grunt-contrib-nodeunit": "~1.0.0" }, "scripts": { "test": "grunt --verbose"
