From 3fca5d2fb83e4ddcab578e2802c0d14c98be26d8 Mon Sep 17 00:00:00 2001 From: dsc Date: Mon, 9 Apr 2012 12:32:54 -0700 Subject: [PATCH] Updates dependencies. --- package.co | 13 +++++++------ package.json | 15 ++++++++------- 2 files changed, 15 insertions(+), 13 deletions(-) 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", -- 1.7.0.4