You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/06/25 16:48:02 UTC

git commit: Update NodeJS dependencies for our JS testing

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 743cc6f73 -> dafb522f9


Update NodeJS dependencies for our JS testing


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/dafb522f
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/dafb522f
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/dafb522f

Branch: refs/heads/wicket-6.x
Commit: dafb522f99c57268dd5ca1fc1d5eb1226a23dec4
Parents: 743cc6f
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Jun 25 17:47:03 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Jun 25 17:47:44 2014 +0300

----------------------------------------------------------------------
 package.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dafb522f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b6c0a4a..0d9c00d 100644
--- a/package.json
+++ b/package.json
@@ -2,12 +2,12 @@
   "name": "wicket-js-unit-tests",
   "version": "0.1.0",
   "devDependencies": {
-    "grunt": "~0.4.1",
-    "grunt-cli": "~0.1.9",
-    "grunt-contrib-jshint": "~0.6.4",
-    "grunt-contrib-qunit": "~0.3.0",
-    "grunt-contrib-connect": "~0.5.0",
-    "grunt-contrib-nodeunit": "~0.2.1"
+    "grunt": "~0.4.5",
+    "grunt-cli": "~0.1.13",
+    "grunt-contrib-jshint": "~0.10.0",
+    "grunt-contrib-qunit": "~0.5.1",
+    "grunt-contrib-connect": "~0.8.0",
+    "grunt-contrib-nodeunit": "~0.4.1"
   },
   "scripts": {
     "test": "grunt --verbose"