Skip to content

Commit

Permalink
Merge pull request #51 from justeat/v3.5.0
Browse files Browse the repository at this point in the history
v3.5.0 - package updates
  • Loading branch information
DamianMullins authored Aug 2, 2017
2 parents 0e1c4b5 + 2c6275f commit d46df6c
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 148 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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).

## [3.5.0] - 2017-08-02

### Changed
- Updating numerous package dependencies in `package.json` and `yarn.lock`


[3.4.1] - 2017-08-02
------------------------------
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeat/gulp-build-fozzie",
"version": "3.4.1",
"version": "3.5.0",
"description": "Gulp build tasks for use across Fozzie modules",
"main": "index.js",
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)",
Expand All @@ -26,16 +26,16 @@
"release-major": "release-it major --non-interactive -p"
},
"dependencies": {
"@justeat/eslint-config-fozzie": "^1.1.0",
"@justeat/stylelint-config-fozzie": "^1.0.0",
"@justeat/eslint-config-fozzie": "^1.2.0",
"@justeat/stylelint-config-fozzie": "^1.1.0",
"assemble": "^0.24.3",
"autoprefixer": "^7.0.1",
"autoprefixer": "^7.1.2",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browser-sync": "^2.18.13",
"browserify": "^14.3.0",
"cssnano": "^3.10.0",
"eslint": "^4.1.1",
"eslint-plugin-import": "^2.6.0",
"eslint": "^4.3.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^20.0.0",
"exorcist": "^0.4.0",
"expand": "^0.5.0",
Expand All @@ -54,7 +54,7 @@
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rev": "^8.0.0",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.0",
Expand All @@ -64,23 +64,23 @@
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"handlebars-helpers": "^0.9.3",
"handlebars-helpers": "^0.9.6",
"helper-markdown": "^1.0.0",
"helper-md": "^0.2.2",
"jest-cli": "^20.0.0",
"postcss-assets": "^4.1.0",
"postcss-reporter": "^4.0.0",
"postcss-assets": "^4.2.0",
"postcss-reporter": "^5.0.0",
"postcss-scss": "^1.0.2",
"require-dir": "^0.3.1",
"run-sequence": "^2.0.0",
"run-sequence": "^2.1.0",
"stylelint": "^8.0.0",
"sw-precache": "^5.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"coveralls": "^2.13.1",
"release-it": "^2.7.3"
"release-it": "^2.8.2"
},
"peerDependencies": {
"gulp": "^3.9.1"
Expand Down
Loading

0 comments on commit d46df6c

Please sign in to comment.