|
15 | 15 | "license": "MIT", |
16 | 16 | "repository": "postcss/postcss-js", |
17 | 17 | "scripts": { |
18 | | - "test": "jest-ci --coverage && eslint-ci ." |
| 18 | + "test": "jest --coverage && eslint ." |
19 | 19 | }, |
20 | 20 | "engines": { |
21 | 21 | "node": ">=10.0" |
|
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | 35 | "camelcase-css": "^2.0.1", |
36 | | - "postcss": "^8.1.6" |
| 36 | + "postcss": "^8.4.5" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@logux/eslint-config": "^42.2.0", |
40 | | - "clean-publish": "^1.1.8", |
41 | | - "eslint": "^7.12.1", |
42 | | - "eslint-ci": "^1.0.0", |
43 | | - "eslint-config-standard": "^16.0.1", |
44 | | - "eslint-plugin-import": "^2.22.1", |
45 | | - "eslint-plugin-jest": "^24.1.0", |
| 39 | + "@logux/eslint-config": "^46.1.1", |
| 40 | + "clean-publish": "^3.4.4", |
| 41 | + "eslint": "^8.6.0", |
| 42 | + "eslint-config-standard": "^16.0.3", |
| 43 | + "eslint-plugin-import": "^2.25.3", |
46 | 44 | "eslint-plugin-node": "^11.1.0", |
47 | | - "eslint-plugin-prefer-let": "^1.1.0", |
48 | | - "eslint-plugin-prettierx": "^0.14.0", |
49 | | - "eslint-plugin-promise": "^4.2.1", |
50 | | - "eslint-plugin-security": "^1.4.0", |
51 | | - "eslint-plugin-standard": "^4.0.2", |
52 | | - "eslint-plugin-unicorn": "^23.0.0", |
53 | | - "husky": "^4.3.0", |
54 | | - "jest": "^26.6.3", |
55 | | - "jest-ci": "^0.1.1", |
56 | | - "jest-cli": "^26.6.3", |
57 | | - "lint-staged": "^10.5.1", |
58 | | - "postcss-sharec-config": "^0.1.9" |
59 | | - }, |
60 | | - "husky": { |
61 | | - "hooks": { |
62 | | - "pre-commit": "lint-staged" |
63 | | - } |
64 | | - }, |
65 | | - "lint-staged": { |
66 | | - "*.js": "eslint --fix" |
| 45 | + "eslint-plugin-prefer-let": "^3.0.1", |
| 46 | + "eslint-plugin-promise": "^6.0.0", |
| 47 | + "jest": "^27.4.6" |
67 | 48 | }, |
68 | 49 | "eslintConfig": { |
69 | 50 | "extends": "@logux/eslint-config", |
70 | 51 | "rules": { |
71 | | - "security/detect-unsafe-regex": "off" |
| 52 | + "no-console": "off" |
| 53 | + }, |
| 54 | + "globals": { |
| 55 | + "beforeEach": "readonly", |
| 56 | + "beforeAll": "readonly", |
| 57 | + "afterAll": "readonly", |
| 58 | + "it": "readonly", |
| 59 | + "expect": "readonly" |
72 | 60 | } |
73 | 61 | }, |
74 | 62 | "jest": { |
|
78 | 66 | "statements": 100 |
79 | 67 | } |
80 | 68 | } |
81 | | - }, |
82 | | - "sharec": { |
83 | | - "config": "postcss-sharec-config", |
84 | | - "version": "0.1.9" |
85 | 69 | } |
86 | 70 | } |
0 commit comments