You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/11/12 17:45:12 UTC

[03/16] cordova-plugman git commit: Update dependencies in package.json

Update dependencies in package.json

Updated everything shown as outdated by `npm outdated --depth=0`
(except npm, too early for npm 2.x).


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

Branch: refs/heads/0.22.x
Commit: b9b1fd0e9991056ac9871a375917b6dce1bb2ca7
Parents: 541ea4e
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Thu Oct 30 14:11:07 2014 -0400
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Thu Oct 30 14:11:07 2014 -0400

----------------------------------------------------------------------
 package.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/b9b1fd0e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 36ea60b..a537c96 100644
--- a/package.json
+++ b/package.json
@@ -18,11 +18,11 @@
   "engineStrict":true,
   "dependencies": {
     "cordova-lib": "4.0.0",
-    "nopt": "1.0.9",
-    "underscore":"1.4.4",
-    "q": "0.9.7",
+    "nopt": "3.0.1",
+    "underscore":"1.7.0",
+    "q": "1.0.1",
     "npm": "1.3.4",
-    "rc": "0.3.0"
+    "rc": "0.5.2"
   },
   "devDependencies": {
     "jasmine-node": "1.14.5"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org