|
11 | 11 | "lib"
|
12 | 12 | ],
|
13 | 13 | "dependencies": {
|
14 |
| - "autoprefixer": "^6.1.2", |
| 14 | + "autoprefixer": "^6.7.7", |
15 | 15 | "chokidar": "^1.3.0",
|
16 | 16 | "colors": "~1.1.2",
|
17 | 17 | "commander": "~2.9.0",
|
18 | 18 | "cssnano": "^3.3.2",
|
19 |
| - "fs-extra": "^2.0.0", |
| 19 | + "fs-extra": "^2.1.2", |
20 | 20 | "lodash.difference": "^4.0.2",
|
21 | 21 | "lodash.isempty": "^4.1.1",
|
22 | 22 | "object-assign-deep": "0.0.4",
|
23 | 23 | "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", |
26 | 26 | "postcss-autoreset": "^1.2.0",
|
27 | 27 | "postcss-bem-linter": "^2.3.0",
|
28 | 28 | "postcss-calc": "^5.0.0",
|
|
32 | 32 | "postcss-easy-import": "^1.0.1",
|
33 | 33 | "postcss-reporter": "^3.0.0",
|
34 | 34 | "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" |
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "browserify": "^14.1.0", |
| 39 | + "browserify": "^14.3.0", |
40 | 40 | "browserify-css": "^0.10.0",
|
41 | 41 | "chai": "^3.4.1",
|
42 | 42 | "chai-as-promised": "^6.0.0",
|
43 | 43 | "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", |
46 | 46 | "eslint-plugin-import": "^2.2.0",
|
47 | 47 | "mocha": "^3.2.0",
|
48 | 48 | "postcss-property-lookup": "^1.1.4",
|
49 | 49 | "rewire": "^2.5.1",
|
50 |
| - "sinon": "^1.17.2", |
| 50 | + "sinon": "^2.1.0", |
51 | 51 | "tape": "^4.6.2",
|
52 | 52 | "tape-css": "^1.0.2-beta",
|
53 |
| - "tape-run": "^2.1.4" |
| 53 | + "tape-run": "^3.0.0" |
54 | 54 | },
|
55 | 55 | "scripts": {
|
56 | 56 | "test": "npm run mocha && npm run test:encapsulation",
|
|
0 commit comments