Skip to content

Commit

Permalink
v8.2.0 – Adding babel 7 dependencies directly back into the gulp-buil…
Browse files Browse the repository at this point in the history
…d-fozzie module (#144)
  • Loading branch information
ashleynolan authored Oct 12, 2018
1 parent 6f6661f commit 54b24c7
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 55 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).

v8.2.0
------------------------------
*October 12, 2018*

### Changed
- Babel 7 config is now added into the `gulp-build-fozzie` module directly, rther than managing in each separate project `package.json`. Resolutions for babel 7 bridge and Espree (Eslint fix) also added.


v8.1.1
------------------------------
*October 10, 2018*
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeat/gulp-build-fozzie",
"version": "8.1.1",
"version": "8.2.0",
"description": "Gulp build tasks for use across Fozzie modules",
"main": "index.js",
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)",
Expand All @@ -27,6 +27,9 @@
"release-major": "release-it major --non-interactive -p"
},
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@justeat/eslint-config-fozzie": "2.2.0",
"@justeat/f-copy-assets": "^1.1.0",
"@justeat/f-templates-loader": "0.1.1",
Expand Down Expand Up @@ -95,6 +98,10 @@
"lodash.clonedeep": "^4.5.0",
"release-it": "^7.6.1"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0",
"espree": "^3.5.4"
},
"peerDependencies": {
"gulp": "^3.9.1"
}
Expand Down
Loading

0 comments on commit 54b24c7

Please sign in to comment.