|
13 | 13 | "license": "MIT", |
14 | 14 | "repository": "postcss/postcss-safe-parser", |
15 | 15 | "scripts": { |
16 | | - "test": "jest --coverage && eslint . && ./test/integration.js" |
| 16 | + "unit": "uvu . '\\.test\\.js$'", |
| 17 | + "test": "pnpm unit && eslint . && ./test/integration.js" |
17 | 18 | }, |
18 | 19 | "engines": { |
19 | 20 | "node": ">=12.0" |
|
27 | 28 | "postcss": "^8.3.3" |
28 | 29 | }, |
29 | 30 | "devDependencies": { |
30 | | - "@logux/eslint-config": "^46.0.0", |
31 | | - "clean-publish": "^3.4.2", |
32 | | - "eslint": "^8.0.1", |
33 | | - "eslint-config-standard": "^16.0.3", |
34 | | - "eslint-plugin-import": "^2.25.2", |
35 | | - "eslint-plugin-jest": "^25.2.2", |
36 | | - "eslint-plugin-node": "^11.1.0", |
37 | | - "eslint-plugin-prefer-let": "^1.1.0", |
38 | | - "eslint-plugin-promise": "^5.1.0", |
39 | | - "eslint-plugin-security": "^1.4.0", |
40 | | - "eslint-plugin-unicorn": "^37.0.1", |
41 | | - "jest": "^27.3.1", |
42 | | - "lint-staged": "^11.2.3", |
43 | | - "postcss": "^8.3.9", |
44 | | - "postcss-parser-tests": "^8.3.7", |
45 | | - "postcss-sharec-config": "^0.5.1", |
46 | | - "prettier": "^2.4.1", |
47 | | - "simple-git-hooks": "^2.6.1" |
48 | | - }, |
49 | | - "simple-git-hooks": { |
50 | | - "pre-commit": "npx lint-staged" |
| 31 | + "@logux/eslint-config": "^47.2.0", |
| 32 | + "clean-publish": "^4.0.1", |
| 33 | + "eslint": "^8.19.0", |
| 34 | + "eslint-config-standard": "^17.0.0", |
| 35 | + "eslint-plugin-import": "^2.26.0", |
| 36 | + "eslint-plugin-n": "^15.2.4", |
| 37 | + "eslint-plugin-prefer-let": "^3.0.1", |
| 38 | + "eslint-plugin-promise": "^6.0.0", |
| 39 | + "postcss": "^8.4.14", |
| 40 | + "postcss-parser-tests": "^8.5.1", |
| 41 | + "uvu": "^0.5.6" |
51 | 42 | }, |
52 | 43 | "prettier": { |
53 | 44 | "arrowParens": "avoid", |
|
57 | 48 | "singleQuote": true, |
58 | 49 | "trailingComma": "none" |
59 | 50 | }, |
60 | | - "lint-staged": { |
61 | | - "*.js": [ |
62 | | - "prettier --write", |
63 | | - "eslint --fix" |
64 | | - ] |
65 | | - }, |
66 | 51 | "eslintConfig": { |
67 | 52 | "extends": "@logux/eslint-config" |
68 | 53 | }, |
|
74 | 59 | } |
75 | 60 | } |
76 | 61 | }, |
77 | | - "sharec": { |
78 | | - "config": "postcss-sharec-config", |
79 | | - "version": "0.5.1" |
80 | | - }, |
81 | 62 | "clean-publish": { |
82 | 63 | "cleanDocs": true |
83 | 64 | } |
|
0 commit comments