Skip to content

Commit 5201f1a

Browse files
committed
Update dependencies
1 parent 4357309 commit 5201f1a

File tree

3 files changed

+225
-154
lines changed

3 files changed

+225
-154
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
### HEAD
22

33
* Refactor to support Node 4 upwards
4-
* Update `fs-extra` to `2.0.0`
5-
* Update `postcss-apply` to `0.5.0`
4+
* Update `fs-extra` to `2.1.2`
5+
* Update `autoprefixer` to `6.7.7`
6+
* Update `postcss-apply` to `0.6.1`
67
* Update `postcss-color-function` to `3.0.0`
78
* Update `postcss-reporter` to `3.0.0`
8-
* Update `stylelint-config-suitcss` to `10.0.0`
9+
* Update `postcss` to `5.2.17`
10+
* Update `stylelint-config-suitcss` to `11.0.0`
11+
* Update `stylelint` to `7.10.1`
912
* Update `devDependencies` to latest
1013

1114
### 3.0.1 (Decemeber 09, 2016)

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"lib"
1212
],
1313
"dependencies": {
14-
"autoprefixer": "^6.1.2",
14+
"autoprefixer": "^6.7.7",
1515
"chokidar": "^1.3.0",
1616
"colors": "~1.1.2",
1717
"commander": "~2.9.0",
1818
"cssnano": "^3.3.2",
19-
"fs-extra": "^2.0.0",
19+
"fs-extra": "^2.1.2",
2020
"lodash.difference": "^4.0.2",
2121
"lodash.isempty": "^4.1.1",
2222
"object-assign-deep": "0.0.4",
2323
"pad-component": "0.0.1",
24-
"postcss": "^5.0.12",
25-
"postcss-apply": "^0.5.0",
24+
"postcss": "^5.2.17",
25+
"postcss-apply": "^0.6.1",
2626
"postcss-autoreset": "^1.2.0",
2727
"postcss-bem-linter": "^2.3.0",
2828
"postcss-calc": "^5.0.0",
@@ -32,25 +32,25 @@
3232
"postcss-easy-import": "^1.0.1",
3333
"postcss-reporter": "^3.0.0",
3434
"read-file-stdin": "^0.2.1",
35-
"stylelint": "^7.2.0",
36-
"stylelint-config-suitcss": "^10.0.0"
35+
"stylelint": "^7.10.1",
36+
"stylelint-config-suitcss": "^11.0.0"
3737
},
3838
"devDependencies": {
39-
"browserify": "^14.1.0",
39+
"browserify": "^14.3.0",
4040
"browserify-css": "^0.10.0",
4141
"chai": "^3.4.1",
4242
"chai-as-promised": "^6.0.0",
4343
"computed-style": "^0.3.0",
44-
"eslint": "^3.16.1",
45-
"eslint-config-airbnb-base": "^11.1.0",
44+
"eslint": "^3.19.0",
45+
"eslint-config-airbnb-base": "^11.1.3",
4646
"eslint-plugin-import": "^2.2.0",
4747
"mocha": "^3.2.0",
4848
"postcss-property-lookup": "^1.1.4",
4949
"rewire": "^2.5.1",
50-
"sinon": "^1.17.2",
50+
"sinon": "^2.1.0",
5151
"tape": "^4.6.2",
5252
"tape-css": "^1.0.2-beta",
53-
"tape-run": "^2.1.4"
53+
"tape-run": "^3.0.0"
5454
},
5555
"scripts": {
5656
"test": "npm run mocha && npm run test:encapsulation",

0 commit comments

Comments
 (0)