|
26 | 26 | "postcss": "^8.2.14" |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | | - "postcss-selector-parser": "^6.0.6" |
| 29 | + "postcss-selector-parser": "^6.0.8" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@logux/eslint-config": "^45.4.6", |
33 | | - "clean-publish": "^2.2.0", |
34 | | - "eslint": "^7.31.0", |
| 32 | + "@logux/eslint-config": "^46.1.1", |
| 33 | + "clean-publish": "^3.4.4", |
| 34 | + "eslint": "^8.5.0", |
35 | 35 | "eslint-config-standard": "^16.0.3", |
36 | | - "eslint-plugin-import": "^2.23.4", |
37 | | - "eslint-plugin-jest": "^24.4.0", |
| 36 | + "eslint-plugin-import": "^2.25.3", |
38 | 37 | "eslint-plugin-node": "^11.1.0", |
39 | | - "eslint-plugin-prefer-let": "^1.1.0", |
40 | | - "eslint-plugin-promise": "^5.1.0", |
41 | | - "eslint-plugin-security": "^1.4.0", |
42 | | - "eslint-plugin-unicorn": "^34.0.1", |
43 | | - "jest": "^27.0.6", |
44 | | - "lint-staged": "^11.1.1", |
45 | | - "postcss": "^8.3.6", |
46 | | - "postcss-sharec-config": "^0.4.1", |
47 | | - "prettier": "^2.2.1", |
48 | | - "simple-git-hooks": "^2.4.1" |
49 | | - }, |
50 | | - "simple-git-hooks": { |
51 | | - "pre-commit": "npx lint-staged" |
| 38 | + "eslint-plugin-prefer-let": "^3.0.1", |
| 39 | + "eslint-plugin-promise": "^6.0.0", |
| 40 | + "jest": "^27.4.5", |
| 41 | + "postcss": "^8.4.5" |
52 | 42 | }, |
53 | 43 | "prettier": { |
54 | 44 | "arrowParens": "avoid", |
|
58 | 48 | "singleQuote": true, |
59 | 49 | "trailingComma": "none" |
60 | 50 | }, |
61 | | - "lint-staged": { |
62 | | - "*.js": [ |
63 | | - "prettier --write", |
64 | | - "eslint --fix" |
65 | | - ] |
66 | | - }, |
67 | 51 | "eslintConfig": { |
68 | 52 | "extends": "@logux/eslint-config", |
69 | 53 | "rules": { |
70 | 54 | "unicorn/better-regex": "off" |
| 55 | + }, |
| 56 | + "globals": { |
| 57 | + "it": "readonly", |
| 58 | + "expect": "readonly" |
71 | 59 | } |
72 | 60 | }, |
73 | 61 | "jest": { |
|
77 | 65 | "statements": 100 |
78 | 66 | } |
79 | 67 | } |
80 | | - }, |
81 | | - "sharec": { |
82 | | - "config": "postcss-sharec-config", |
83 | | - "version": "0.4.1" |
84 | 68 | } |
85 | 69 | } |
0 commit comments