Skip to content

Commit

Permalink
Bump package versions for gulp-sass and phantomjs-prebuilt
Browse files Browse the repository at this point in the history
gulp-sass is bumped for node v7.10.0 support.
phantomjs-prebuilt is bumped past 2.1.8 to solve installation failure
when TMPDIR is not set.

Note that one dependency is still unfixed and thus needs a workaround:
karma-runner/karma-phantomjs-launcher#200
  • Loading branch information
Lekensteyn committed May 27, 2017
1 parent ae96df2 commit 2d93025
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 501 deletions.
1 change: 1 addition & 0 deletions www/guanlecoja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ You can see it in action at https://github.com/buildbot/buildbot/tree/master/www

### ChangeLog

* 0.8.2: bump gulp-sass version for node 7.10 support.
* 0.8.1: Some jade->pug fixes. beware that with jade-pug the default extension is .pug so extends "layout" will look for layout.pug
You can just rename your layout file or extend with explicit file extension
* 0.8.0: upgrade dependencies. (gulp-minify-css -> gulp-clean-css, gulp-jade -> gulp-pug). Fix node dependencies to make yarn work.
Expand Down
6 changes: 3 additions & 3 deletions www/guanlecoja/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"dependencies": {
"coffee-script": "~1.10.0",
"gulp-ng-classify": "~4.0.0",
"gulp-sass": "^2.1.1",
"gulp-sass": "^3.1.0",
"gulp-util": "~3.0.6",
"jasmine-core": "^2.4.1",
"karma": "~0.13.9",
Expand All @@ -81,15 +81,15 @@
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~1.0.0",
"karma-sourcemap-loader": "^0.3.5",
"phantomjs-prebuilt": "2.1.7"
"phantomjs-prebuilt": "2.1.14"
},
"main": "./main",
"bin": {},
"engines": {
"node": ">4.4.0",
"npm": ">2.0.0"
},
"version": "0.8.0",
"version": "0.8.2",
"license": "MIT",
"readmeFilename": "README.md",
"scripts": {}
Expand Down
Loading

0 comments on commit 2d93025

Please sign in to comment.