Skip to content

Commit

Permalink
v7.22.0 – Package updates (including f-template-loader) (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleynolan authored and DamianMullins committed Aug 6, 2018
1 parent 0d4566d commit 9f1b40d
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 224 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v7.22.0
------------------------------
*August 3, 2018*

### Changed
- Lots of BAU package updates as well as for f-template-loader to allow importing inline SVGs.


v7.21.0
------------------------------
*July 13, 2018*
Expand Down
30 changes: 15 additions & 15 deletions package.json
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)",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down
Loading

0 comments on commit 9f1b40d

Please sign in to comment.