From 35453781926f0379e0547b74e6603681449151a0 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 15 Jun 2018 23:28:45 -0400 Subject: [PATCH] Catch the traditional bootstrap up with the main package --- traditional-bootstrap/gulpfile.js | 2 +- traditional-bootstrap/package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/traditional-bootstrap/gulpfile.js b/traditional-bootstrap/gulpfile.js index d0d317f..e3d1a56 100644 --- a/traditional-bootstrap/gulpfile.js +++ b/traditional-bootstrap/gulpfile.js @@ -28,7 +28,7 @@ if (!isProduction) { } // Declare plugin settings -const sassOutputStyle = isProduction ? "compressed" : "nested", +const sassOutputStyle = isProduction ? "compressed" : "expanded", sassPaths = [ "bower_components", "node_modules" ], autoprefixerSettings = { remove: false, cascade: false, browsers: [ "last 6 versions" ] }; diff --git a/traditional-bootstrap/package.json b/traditional-bootstrap/package.json index 2dd7653..4a23b7c 100644 --- a/traditional-bootstrap/package.json +++ b/traditional-bootstrap/package.json @@ -8,15 +8,15 @@ "browser-sync": "2.24.4" }, "dependencies": { - "autoprefixer": "^8.4.1", + "autoprefixer": "^8.6.2", "babel-core": "^6.26.3", "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.1", + "babel-preset-env": "^1.7.0", "babelify": "^8.0.0", "bootstrap": "4.1.1", "es6-promise": "^4.2.4", "fancy-log": "^1.3.2", - "gsap": "^1.20.4", + "gsap": "^2.0.1", "gulp": "^4.0.0", "gulp-babel": "^7.0.1", "gulp-clean-css": "^3.9.4", @@ -31,6 +31,6 @@ "minimist": "^1.2.0", "pickadate": "^3.5.6", "popper.js": "^1.14.3", - "what-input": "^5.0.7" + "what-input": "^5.1.0" } }