|
14 | 14 | "repository": "postcss/postcss-will-change", |
15 | 15 | "scripts": { |
16 | 16 | "unit": "uvu . '\\.test\\.js$'", |
17 | | - "test": "c8 pnpm unit && eslint ." |
| 17 | + "test:coverage": "c8 pnpm unit", |
| 18 | + "test:lint": "eslint .", |
| 19 | + "test": "pnpm run /^test:/" |
18 | 20 | }, |
19 | 21 | "engines": { |
20 | 22 | "node": ">=10.0" |
|
33 | 35 | "postcss": "^8.1.0" |
34 | 36 | }, |
35 | 37 | "devDependencies": { |
36 | | - "@logux/eslint-config": "^49.0.0", |
37 | | - "c8": "^7.13.0", |
38 | | - "clean-publish": "^4.1.1", |
39 | | - "eslint": "^8.36.0", |
40 | | - "eslint-config-standard": "^17.0.0", |
41 | | - "eslint-plugin-import": "^2.27.5", |
42 | | - "eslint-plugin-n": "^15.6.1", |
| 38 | + "@logux/eslint-config": "^52.0.1", |
| 39 | + "c8": "^8.0.1", |
| 40 | + "clean-publish": "^4.2.0", |
| 41 | + "eslint": "^8.51.0", |
| 42 | + "eslint-config-standard": "^17.1.0", |
| 43 | + "eslint-plugin-import": "^2.28.1", |
| 44 | + "eslint-plugin-n": "^16.1.0", |
| 45 | + "eslint-plugin-node-import": "^1.0.4", |
| 46 | + "eslint-plugin-perfectionist": "^2.1.0", |
43 | 47 | "eslint-plugin-prefer-let": "^3.0.1", |
44 | 48 | "eslint-plugin-promise": "^6.1.1", |
45 | | - "postcss": "^8.4.21", |
| 49 | + "postcss": "^8.4.31", |
46 | 50 | "uvu": "^0.5.6" |
47 | 51 | }, |
48 | 52 | "prettier": { |
|
0 commit comments