|
14 | 14 | "license": "MIT",
|
15 | 15 | "repository": "postcss/postcss-scss",
|
16 | 16 | "dependencies": {
|
17 |
| - "postcss": "^6.0.3" |
| 17 | + "postcss": "^6.0.15" |
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 |
| - "babel-core": "^6.25.0", |
21 |
| - "babel-eslint": "^7.2.3", |
| 20 | + "babel-core": "^6.26.0", |
| 21 | + "babel-eslint": "^8.1.2", |
22 | 22 | "babel-plugin-add-module-exports": "0.2.1",
|
23 |
| - "babel-plugin-precompile-charcodes": "1.0.0", |
24 |
| - "babel-preset-env": "^1.5.2", |
| 23 | + "babel-plugin-precompile-charcodes": "1.1.0", |
| 24 | + "babel-preset-env": "^1.6.1", |
25 | 25 | "del": "^3.0.0",
|
26 |
| - "eslint": "^4.0.0", |
| 26 | + "eslint": "^4.14.0", |
27 | 27 | "eslint-config-postcss": "2.0.2",
|
28 | 28 | "gulp": "3.9.1",
|
29 |
| - "gulp-babel": "6.1.2", |
30 |
| - "gulp-changed": "^3.1.0", |
| 29 | + "gulp-babel": "7.0.0", |
| 30 | + "gulp-changed": "^3.2.0", |
31 | 31 | "gulp-eslint": "^4.0.0",
|
32 |
| - "gulp-jest": "^2.0.0", |
| 32 | + "gulp-jest": "^3.0.1", |
33 | 33 | "gulp-json-editor": "2.2.1",
|
34 |
| - "gulp-sourcemaps": "^2.6.0", |
35 |
| - "jest": "^20.0.4", |
36 |
| - "lint-staged": "^4.0.0", |
37 |
| - "postcss-parser-tests": "^6.0.1", |
| 34 | + "gulp-sourcemaps": "^2.6.3", |
| 35 | + "jest": "^22.0.4", |
| 36 | + "lint-staged": "^6.0.0", |
| 37 | + "postcss-parser-tests": "^6.1.0", |
38 | 38 | "pre-commit": "^1.2.2",
|
39 |
| - "run-sequence": "1.2.2" |
| 39 | + "run-sequence": "2.2.1" |
40 | 40 | },
|
41 | 41 | "scripts": {
|
42 | 42 | "lint-staged": "lint-staged",
|
|
59 | 59 | "jest": true
|
60 | 60 | }
|
61 | 61 | },
|
| 62 | + "jest": { |
| 63 | + "testEnvironment": "node", |
| 64 | + "modulePathIgnorePatterns": [ |
| 65 | + "<rootDir>/build" |
| 66 | + ] |
| 67 | + }, |
62 | 68 | "babel": {
|
63 | 69 | "presets": [
|
64 | 70 | [
|
|
0 commit comments