From: dsc Date: Mon, 9 Apr 2012 19:32:54 +0000 (-0700) Subject: Updates dependencies. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=5c39a5c9cfd35b06cf510086f2001bf6e8f29e57;p=limn.git Updates dependencies. --- diff --git a/package.co b/package.co index f98b042..d703c2f 100644 --- a/package.co +++ b/package.co @@ -11,21 +11,22 @@ author : 'David Schoonover (http://less.l dependencies : 'coco' : '>= 0.7.0' 'mime' : '>= 1.2.5' - 'express' : '>= 2.5.8' + 'express' : '>= 2.5.9' 'express-resource' : '>= 0.2.4' 'connect-compiler' : 'https://github.com/dsc/connect-compiler/tarball/master' 'connect-compiler-extras' : 'https://github.com/dsc/connect-compiler-extras/tarball/master' - 'jade' : '>= 0.20.1' - 'stylus' : '>= 0.23.0' - 'nib' : '>= 0.3.2' + 'jade' : '>= 0.22.1' + 'stylus' : '>= 0.25.0' + 'nib' : '>= 0.4.0' 'browserify' : '>= 1.9.4' 'seq' : '>= 0.3.5' - 'underscore' : '>= 1.3.1' - 'underscore.string' : '>= 2.0.0' + 'underscore' : '>= 1.3.2' + 'underscore.string' : '>= 2.1.1' 'js-yaml' : '>= 0.3.5' 'hashish' : '>= 0.0.4' 'backbone' : '>= 0.9.1' 'findit' : '>= 0.1.2' + 'remove' : '>= 0.1.1' devDependencies : 'buildtools' : 'https://github.com/dsc/node-buildtools/tarball/master' 'expresso' : '>= 0.9.2' diff --git a/package.json b/package.json index 35b6ffa..00eff39 100644 --- a/package.json +++ b/package.json @@ -15,21 +15,22 @@ "dependencies": { "coco": ">= 0.7.0", "mime": ">= 1.2.5", - "express": ">= 2.5.8", + "express": ">= 2.5.9", "express-resource": ">= 0.2.4", "connect-compiler": "https://github.com/dsc/connect-compiler/tarball/master", "connect-compiler-extras": "https://github.com/dsc/connect-compiler-extras/tarball/master", - "jade": ">= 0.20.1", - "stylus": ">= 0.23.0", - "nib": ">= 0.3.2", + "jade": ">= 0.22.1", + "stylus": ">= 0.25.0", + "nib": ">= 0.4.0", "browserify": ">= 1.9.4", "seq": ">= 0.3.5", - "underscore": ">= 1.3.1", - "underscore.string": ">= 2.0.0", + "underscore": ">= 1.3.2", + "underscore.string": ">= 2.1.1", "js-yaml": ">= 0.3.5", "hashish": ">= 0.0.4", "backbone": ">= 0.9.1", - "findit": ">= 0.1.2" + "findit": ">= 0.1.2", + "remove": ">= 0.1.1" }, "devDependencies": { "buildtools": "https://github.com/dsc/node-buildtools/tarball/master",