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/10/30 17:31:56 UTC

git commit: Updated dependencies

Repository: cordova-lib
Updated Branches:
  refs/heads/master 74fd91086 -> 42333b6b9


Updated dependencies

Went over the output of `npm outdated`

 - Trying to update elementtree and semver broke the tests, kept as is.
 - Didn't touch npm and npmconf.
 - Some background about newer versions of npm and semver here:
   http://blog.npmjs.org/post/98131109725/npm-2-0-0


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

Branch: refs/heads/master
Commit: 42333b6b9c167bcc15cb7cbcc1924d77f48b79b1
Parents: 74fd910
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Thu Oct 30 12:15:04 2014 -0400
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Thu Oct 30 12:15:04 2014 -0400

----------------------------------------------------------------------
 cordova-lib/package.json | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/42333b6b/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index da8f903..5bb14d7 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -17,30 +17,30 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "bplist-parser": "0.0.5",
+    "bplist-parser": "0.0.6",
     "dep-graph": "1.1.0",
     "elementtree": "0.1.5",
-    "glob": "3.2.11",
+    "glob": "4.0.6",
     "mime": "1.2.11",
     "npm": "1.3.4",
     "npmconf": "0.1.16",
-    "osenv": "0.0.3",
-    "plist": "1.0.1",
+    "osenv": "0.1.0",
+    "plist": "1.1.0",
     "properties-parser": "0.2.3",
-    "q": "0.9.7",
-    "rc": "0.3.0",
-    "request": "2.22.0",
+    "q": "1.0.1",
+    "rc": "0.5.2",
+    "request": "2.47.0",
     "semver": "2.0.11",
     "shelljs": "0.3.0",
-    "tar": "0.1.20",
-    "underscore": "1.4.4",
+    "tar": "1.0.2",
+    "underscore": "1.7.0",
     "xcode": "0.6.7",
     "cordova-js": "3.7.1",
     "d8": "0.4.4",
     "unorm": "1.3.3"
   },
   "devDependencies": {
-    "jshint": "2.5.6",
+    "jshint": "2.5.8",
     "jasmine-node": "1.14.5"
   },
   "scripts": {


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