diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ed63e1fe..739ace72dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Allow revved files to resolve in development if they exist ([#1456](https://github.com/roots/sage/issues/1456)) * Disable advanced minification features to fix incorrect file path in compiled CSS ([#1452](https://github.com/roots/sage/issues/1452)) * Fix Glyphicon font path ([#1455](https://github.com/roots/sage/issues/1455)) +* Bump BrowserSync to [2.7.1](https://github.com/BrowserSync/browser-sync/compare/v2.5.0...v2.7.1) and gulp-sass to [2.0.0](https://github.com/dlmanning/gulp-sass/issues/247) ### 8.2.0: April 29th, 2015 * Use Sass Bootstrap by default ([#1437](https://github.com/roots/sage/issues/1437)) diff --git a/package.json b/package.json index 0dc492f488..61c3479d8b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "asset-builder": "^1.0.2", - "browser-sync": "2.5.0", + "browser-sync": "^2.7.1", "del": "^1.1.1", "gulp": "^3.8.11", "gulp-autoprefixer": "^2.1.0", @@ -43,7 +43,7 @@ "gulp-plumber": "^1.0.0", "gulp-rename": "^1.2.0", "gulp-rev": "^3.0.1", - "gulp-sass": "^1.3.3", + "gulp-sass": "^2.0.0", "gulp-sourcemaps": "^1.5.1", "gulp-uglify": "^1.1.0", "imagemin-pngcrush": "^4.0.0",