Repository: wicket Updated Branches: refs/heads/wicket-7.x a39cebcc3 -> 0bcc14f21
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/0bcc14f2 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0bcc14f2 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0bcc14f2 Branch: refs/heads/wicket-7.x Commit: 0bcc14f21c35f7f6322c30ae806976213a4317f6 Parents: a39cebc 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:05:27 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/0bcc14f2/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"
