Skip to content

Commit 5a70984

Browse files
author
Andrey Kuzmin
committed
Bump the dependencies
2 parents 9166fdb + 71265a8 commit 5a70984

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ language: node_js
33
node_js:
44
- stable
55
- 6
6-
- 4
76
after_success:
87
- "npm run coveralls"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ module.exports = function (ctx) {
169169

170170
## Changelog
171171

172+
* 7.0.1
173+
* Drop dependency on gulp-util
174+
172175
* 7.0.0
173176
* Bump PostCSS to 6.0
174177
* Smaller module size

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"homepage": "https://github.com/postcss/gulp-postcss",
4040
"dependencies": {
4141
"fancy-log": "^1.3.2",
42-
"plugin-error": "^0.1.2",
43-
"postcss": "^6.0.0",
44-
"postcss-load-config": "^1.2.0",
42+
"plugin-error": "^1.0.1",
43+
"postcss": "^7.0.2",
44+
"postcss-load-config": "^2.0.0",
4545
"vinyl-sourcemaps-apply": "^0.2.1"
4646
},
4747
"devDependencies": {
48-
"coveralls": "^2.13.1",
49-
"eslint": "^4.1.1",
48+
"coveralls": "^3.0.2",
49+
"eslint": "^5.3.0",
5050
"gulp-sourcemaps": "^2.6.0",
51-
"mocha": "^3.4.2",
52-
"nyc": "^11.0.3",
53-
"proxyquire": "^1.8.0",
54-
"sinon": "^2.3.5",
55-
"vinyl": "^2.1.0"
51+
"mocha": "^5.2.0",
52+
"nyc": "^12.0.2",
53+
"proxyquire": "^2.0.1",
54+
"sinon": "^6.1.4",
55+
"vinyl": "^2.2.0"
5656
}
5757
}

0 commit comments

Comments
 (0)