From 0c144b24f049bf162a8369f1437f2bab358612b1 Mon Sep 17 00:00:00 2001 From: Chauncey McAskill Date: Tue, 21 Jun 2016 14:12:20 -0400 Subject: [PATCH] Updated NPM Manifest --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index c75b216..954dbb7 100644 --- a/package.json +++ b/package.json @@ -5,27 +5,27 @@ "version": "1.0.0", "author": "Locomotive ", "devDependencies": { - "autoprefixer": "6.3.3", - "babel-preset-es2015": "6.6.0", - "babelify": "7.2.0", + "autoprefixer": "6.3.6", + "babel-preset-es2015": "6.9.0", + "babelify": "7.3.0", "eslint-tap": "1.1.0", - "glob": "7.0.3", - "grunt": "0.4.5", + "glob": "7.0.5", + "grunt": "1.0.1", "grunt-browser-sync": "2.2.0", - "grunt-browserify": "4.0.1", - "grunt-contrib-concat": "1.0.0", + "grunt-browserify": "5.0.0", + "grunt-contrib-concat": "1.0.1", "grunt-contrib-cssmin": "^1.0.1", - "grunt-contrib-uglify": "1.0.0", - "grunt-contrib-watch": "0.6.1", + "grunt-contrib-uglify": "1.0.1", + "grunt-contrib-watch": "1.0.0", "grunt-csscomb": "3.1.0", - "grunt-eslint": "18.0.0", + "grunt-eslint": "18.1.0", "grunt-notify": "0.4.5", "grunt-phplint": "0.0.8", "grunt-postcss": "0.8.0", - "grunt-sass": "1.1.0", - "grunt-svgmin": "3.1.2", + "grunt-sass": "1.2.0", + "grunt-svgmin": "3.2.0", "grunt-svgstore": "1.0.0", - "load-grunt-config": "^0.19.1", - "postcss-banner": "^1.2.0" + "load-grunt-config": "^0.19.2", + "postcss-banner": "^2.0.0" } }