From cff494a4bb3dbf2259fc11a75e5957b0c6100e43 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Mon, 21 Dec 2015 14:08:04 -0500 Subject: [PATCH] Updating NPM deps Fixes #21 --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 9d6ca0f..940594e 100644 --- a/package.json +++ b/package.json @@ -10,16 +10,16 @@ "license": "MIT", "private": true, "devDependencies": { - "babel-plugin-transform-runtime": "^6.1.2", - "babel-polyfill": "^6.0.16", - "babel-preset-es2015": "^6.0.14", - "babel-runtime": "^6.0.14", + "babel-plugin-transform-runtime": "^6.3.13", + "babel-polyfill": "^6.3.14", + "babel-preset-es2015": "^6.3.13", + "babel-runtime": "^6.3.19", "babelify": "^7.1.0", "browserify": "^12.0.1", "canopy": "^0.2.0", "folder-toc": "^0.1.0", "gulp": "^3.8.10", - "gulp-connect": "^2.2.0", + "gulp-connect": "^2.3.1", "gulp-docco": "0.0.4", "gulp-front-matter": "^1.3.0", "gulp-hb": "^2.6.5", @@ -27,14 +27,14 @@ "gulp-jscs": "^3.0.2", "gulp-notify": "^2.0.1", "gulp-rename": "^1.2.2", - "gulp-sass": "^2.1.0", + "gulp-sass": "^2.1.1", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.4.2", "handlebars-layouts": "^3.1.2", - "jasmine-core": "^2.3.4", + "jasmine-core": "^2.4.1", "karma": "^0.13.14", - "karma-browserify": "^4.4.0", - "karma-chrome-launcher": "^0.2.1", + "karma-browserify": "^4.4.2", + "karma-chrome-launcher": "^0.2.2", "karma-jasmine": "^0.3.1", "karma-notify-reporter": "^0.1.1", "lodash": "^3.10.1",