|
22 | 22 | "dependencies": {
|
23 | 23 | "css-property-sort-order-smacss": "^2.1.3",
|
24 | 24 | "eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
|
25 |
| - "stylelint-config-prettier": "^8.0.0", |
| 25 | + "stylelint-config-prettier": "^8.0.1", |
26 | 26 | "stylelint-config-standard": "^19.0.0",
|
27 |
| - "stylelint-order": "^3.1.1" |
| 27 | + "stylelint-order": "^4.0.0" |
28 | 28 | },
|
29 | 29 | "peerDependencies": {
|
30 |
| - "stylelint": ">=12.0.0" |
| 30 | + "stylelint": ">=13.0.0" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@babel/core": "7.7.7", |
34 |
| - "@babel/preset-env": "7.7.7", |
| 33 | + "@babel/core": "7.8.4", |
| 34 | + "@babel/preset-env": "7.8.4", |
35 | 35 | "babel-eslint": "10.0.3",
|
36 |
| - "babel-jest": "24.9.0", |
37 |
| - "cross-env": "6.0.3", |
| 36 | + "babel-jest": "25.1.0", |
| 37 | + "cross-env": "7.0.0", |
38 | 38 | "eslint": "6.8.0",
|
39 | 39 | "eslint-config-yoctol-base": "0.21.2",
|
40 |
| - "eslint-plugin-import": "2.19.1", |
| 40 | + "eslint-plugin-import": "2.20.1", |
41 | 41 | "eslint-plugin-prettier": "3.1.2",
|
42 |
| - "husky": "3.1.0", |
43 |
| - "jest": "24.9.0", |
44 |
| - "lint-staged": "9.5.0", |
| 42 | + "husky": "4.2.1", |
| 43 | + "jest": "25.1.0", |
| 44 | + "lint-staged": "10.0.7", |
45 | 45 | "prettier": "1.19.1",
|
46 | 46 | "prettier-package-json": "2.1.3",
|
47 |
| - "rimraf": "3.0.0", |
48 |
| - "stylelint": "12.0.0" |
| 47 | + "rimraf": "3.0.1", |
| 48 | + "stylelint": "13.0.0" |
49 | 49 | },
|
50 | 50 | "engines": {
|
51 |
| - "node": ">=8" |
| 51 | + "node": ">=10" |
52 | 52 | },
|
53 | 53 | "husky": {
|
54 | 54 | "hooks": {
|
|
0 commit comments