-
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.22.0 – Package updates (including f-template-loader) (#134)
- Loading branch information
1 parent
0d4566d
commit 9f1b40d
Showing
3 changed files
with
273 additions
and
224 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@justeat/gulp-build-fozzie", | ||
"version": "7.21.0", | ||
"version": "7.22.0", | ||
"description": "Gulp build tasks for use across Fozzie modules", | ||
"main": "index.js", | ||
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)", | ||
|
@@ -29,16 +29,16 @@ | |
"dependencies": { | ||
"@justeat/eslint-config-fozzie": "^2.0.1", | ||
"@justeat/f-copy-assets": "^0.6.0", | ||
"@justeat/f-templates-loader": "0.0.4", | ||
"@justeat/f-templates-loader": "0.1.0", | ||
"@justeat/stylelint-config-fozzie": "^2.0.1", | ||
"assemble": "^0.24.3", | ||
"autoprefixer": "^8.2.0", | ||
"autoprefixer": "^9.1.0", | ||
"babelify": "^8.0.0", | ||
"browser-sync": "^2.23.6", | ||
"browser-sync": "^2.24.6", | ||
"browserify": "^16.1.1", | ||
"cssnano": "^4.0.1", | ||
"cssnano": "^4.0.5", | ||
"del": "^3.0.0", | ||
"eslint": "^5.1.0", | ||
"eslint": "^5.2.0", | ||
"eslint-plugin-import": "^2.9.0", | ||
"event-stream": "^3.3.4", | ||
"exorcist": "^1.0.1", | ||
|
@@ -58,7 +58,7 @@ | |
"gulp-newer": "^1.4.0", | ||
"gulp-plumber": "^1.2.0", | ||
"gulp-postcss": "^7.0.1", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-rename": "^1.4.0", | ||
"gulp-rev": "^8.1.1", | ||
"gulp-sass": "^4.0.1", | ||
"gulp-sass-variables": "^1.1.1", | ||
|
@@ -68,31 +68,31 @@ | |
"gulp-svgmin": "^1.2.4", | ||
"gulp-svgstore": "^6.1.1", | ||
"gulp-tap": "^1.0.1", | ||
"gulp-uglify": "^3.0.0", | ||
"gulp-uglify": "^3.0.1", | ||
"gulp-util": "^3.0.8", | ||
"handlebars-helper-i18n": "^0.1.0", | ||
"handlebars-helpers": "^0.10.0", | ||
"helper-markdown": "^1.0.0", | ||
"helper-md": "^0.2.2", | ||
"jest-cli": "^23.4.0", | ||
"jest-cli": "^23.4.2", | ||
"merge-stream": "^1.0.1", | ||
"postcss-assets": "^5.0.0", | ||
"postcss-reporter": "^5.0.0", | ||
"postcss-scss": "^1.0.4", | ||
"postcss-scss": "^2.0.0", | ||
"require-dir": "^1.0.0", | ||
"run-sequence": "^2.2.1", | ||
"stylelint": "^9.1.3", | ||
"stylelint-scss": "^3.1.3", | ||
"stylelint": "^9.4.0", | ||
"stylelint-scss": "^3.2.0", | ||
"sw-precache": "^5.2.1", | ||
"vinyl-buffer": "^1.0.1", | ||
"vinyl-source-stream": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"concurrently": "^3.5.1", | ||
"concurrently": "^3.6.1", | ||
"coveralls": "^3.0.0", | ||
"danger": "3.7.20", | ||
"danger": "3.8.3", | ||
"lodash.clonedeep": "^4.5.0", | ||
"release-it": "^7.2.1" | ||
"release-it": "^7.4.8" | ||
}, | ||
"peerDependencies": { | ||
"gulp": "^3.9.1" | ||
|
Oops, something went wrong.