From a4b54379256e02c8fad71ce7c917696c80c16a68 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 27 Oct 2015 10:20:50 -0400 Subject: [PATCH] update deps --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b402a34..bfff99f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "homepage": "https://github.com/rollup/rollup", "devDependencies": { "acorn": "^2.3.0", - "babel-core": "^5.8.25", + "babel-core": "^5.8.29", "codecov.io": "^0.1.6", "console-group": "^0.1.2", "es6-promise": "^3.0.2", @@ -57,14 +57,13 @@ "remap-istanbul": "^0.3.1", "rollup-plugin-replace": "^1.0.1", "sander": "^0.4.0", - "source-map": "^0.5.1" + "source-map": "^0.5.3", + "sourcemap-codec": "^1.2.1" }, "dependencies": { "chalk": "^1.1.1", "minimist": "^1.2.0", - "source-map-support": "^0.3.2", - "sourcemap-codec": "^1.2.1", - "vlq": "^0.2.1" + "source-map-support": "^0.3.2" }, "files": [ "src",