-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v7.26.0 - Autofix for SCSS files added to compilation (#140)
- Loading branch information
1 parent
4ee6134
commit e2b4be4
Showing
5 changed files
with
306 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@justeat/gulp-build-fozzie", | ||
"version": "7.25.0", | ||
"version": "7.26.0", | ||
"description": "Gulp build tasks for use across Fozzie modules", | ||
"main": "index.js", | ||
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)", | ||
|
@@ -27,19 +27,19 @@ | |
"release-major": "release-it major --non-interactive -p" | ||
}, | ||
"dependencies": { | ||
"@justeat/eslint-config-fozzie": "2.1.0", | ||
"@justeat/f-copy-assets": "^0.6.0", | ||
"@justeat/eslint-config-fozzie": "2.2.0", | ||
"@justeat/f-copy-assets": "^1.1.0", | ||
"@justeat/f-templates-loader": "0.1.0", | ||
"@justeat/gulp-gh-pages": "^1.0.3", | ||
"@justeat/stylelint-config-fozzie": "^2.0.1", | ||
"assemble": "^0.24.3", | ||
"autoprefixer": "^9.1.0", | ||
"babelify": "^8.0.0", | ||
"browser-sync": "^2.24.6", | ||
"browser-sync": "^2.24.7", | ||
"browserify": "^16.1.1", | ||
"cssnano": "^4.0.5", | ||
"cssnano": "^4.1.0", | ||
"del": "^3.0.0", | ||
"eslint": "^5.2.0", | ||
"eslint": "^5.5.0", | ||
"eslint-plugin-import": "^2.9.0", | ||
"event-stream": "^3.3.4", | ||
"exorcist": "^1.0.1", | ||
|
@@ -57,16 +57,17 @@ | |
"gulp-imagemin": "^4.1.0", | ||
"gulp-newer": "^1.4.0", | ||
"gulp-plumber": "^1.2.0", | ||
"gulp-postcss": "^7.0.1", | ||
"gulp-postcss": "^8.0.0", | ||
"gulp-rename": "^1.4.0", | ||
"gulp-rev": "^8.1.1", | ||
"gulp-sass": "^4.0.1", | ||
"gulp-sass-variables": "^1.1.1", | ||
"gulp-size": "^3.0.0", | ||
"gulp-sourcemaps": "^2.6.4", | ||
"gulp-strip-debug": "^3.0.0", | ||
"gulp-stylelint": "^7.0.0", | ||
"gulp-svgmin": "^1.2.4", | ||
"gulp-svgstore": "^6.1.1", | ||
"gulp-svgstore": "^7.0.0", | ||
"gulp-tap": "^1.0.1", | ||
"gulp-uglify-es": "^1.0.4", | ||
"gulp-util": "^3.0.8", | ||
|
@@ -78,8 +79,7 @@ | |
"lodash.union": "^4.6.0", | ||
"merge-stream": "^1.0.1", | ||
"postcss-assets": "^5.0.0", | ||
"postcss-reporter": "^5.0.0", | ||
"postcss-scss": "^2.0.0", | ||
"postcss-reporter": "^6.0.0", | ||
"require-dir": "^1.0.0", | ||
"run-sequence": "^2.2.1", | ||
"stylelint": "^9.4.0", | ||
|
@@ -89,9 +89,9 @@ | |
"vinyl-source-stream": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"concurrently": "^3.6.1", | ||
"concurrently": "^4.0.1", | ||
"coveralls": "^3.0.0", | ||
"danger": "3.8.3", | ||
"danger": "3.8.8", | ||
"lodash.clonedeep": "^4.5.0", | ||
"release-it": "^7.4.8" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.