|
14 | 14 | "repository": "postcss/postcss-easings", |
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": ">=16.0" |
21 | 23 | }, |
22 | | - "funding": { |
23 | | - "type": "opencollective", |
24 | | - "url": "https://opencollective.com/postcss/" |
25 | | - }, |
| 24 | + "funding": [ |
| 25 | + { |
| 26 | + "type": "opencollective", |
| 27 | + "url": "https://opencollective.com/postcss/" |
| 28 | + }, |
| 29 | + { |
| 30 | + "type": "github", |
| 31 | + "url": "https://github.com/sponsors/ai" |
| 32 | + } |
| 33 | + ], |
26 | 34 | "peerDependencies": { |
27 | 35 | "postcss": "^8.1.0" |
28 | 36 | }, |
29 | 37 | "dependencies": { |
30 | 38 | "postcss-value-parser": "^4.2.0" |
31 | 39 | }, |
32 | 40 | "devDependencies": { |
33 | | - "@logux/eslint-config": "^51.0.0", |
34 | | - "c8": "^8.0.0", |
| 41 | + "@logux/eslint-config": "^52.0.1", |
| 42 | + "c8": "^8.0.1", |
35 | 43 | "clean-publish": "^4.2.0", |
36 | | - "eslint": "^8.44.0", |
| 44 | + "eslint": "^8.51.0", |
37 | 45 | "eslint-config-standard": "^17.1.0", |
38 | | - "eslint-plugin-import": "^2.27.5", |
39 | | - "eslint-plugin-n": "^16.0.1", |
| 46 | + "eslint-plugin-import": "^2.28.1", |
| 47 | + "eslint-plugin-n": "^16.1.0", |
| 48 | + "eslint-plugin-node-import": "^1.0.4", |
40 | 49 | "eslint-plugin-prefer-let": "^3.0.1", |
41 | 50 | "eslint-plugin-promise": "^6.1.1", |
42 | | - "postcss": "^8.4.24", |
| 51 | + "postcss": "^8.4.31", |
43 | 52 | "uvu": "^0.5.6" |
44 | 53 | }, |
45 | 54 | "prettier": { |
|
0 commit comments