|
13 | 13 | "license": "MIT", |
14 | 14 | "repository": "postcss/postcss-safe-parser", |
15 | 15 | "scripts": { |
16 | | - "test": "jest-ci --coverage && eslint-ci . && ./test/integration.js" |
| 16 | + "test": "jest --coverage && eslint . && ./test/integration.js" |
17 | 17 | }, |
18 | 18 | "engines": { |
19 | | - "node": ">=10.0" |
| 19 | + "node": ">=12.0" |
20 | 20 | }, |
21 | 21 | "main": "lib/safe-parse", |
22 | 22 | "funding": { |
23 | 23 | "type": "opencollective", |
24 | 24 | "url": "https://opencollective.com/postcss/" |
25 | 25 | }, |
26 | | - "dependencies": { |
27 | | - "postcss": "^8.1.0" |
| 26 | + "peerDependencies": { |
| 27 | + "postcss": "^8.2.14" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@logux/eslint-config": "^40.0.5", |
31 | | - "ci-job-number": "^1.2.2", |
32 | | - "clean-publish": "^1.1.8", |
33 | | - "eslint": "^7.10.0", |
34 | | - "eslint-ci": "^1.0.0", |
35 | | - "eslint-config-standard": "^14.1.1", |
36 | | - "eslint-plugin-import": "^2.22.0", |
37 | | - "eslint-plugin-jest": "^24.0.2", |
| 30 | + "@logux/eslint-config": "^45.4.4", |
| 31 | + "clean-publish": "^2.2.0", |
| 32 | + "eslint": "^7.28.0", |
| 33 | + "eslint-config-standard": "^16.0.3", |
| 34 | + "eslint-plugin-import": "^2.23.4", |
| 35 | + "eslint-plugin-jest": "^24.3.6", |
38 | 36 | "eslint-plugin-node": "^11.1.0", |
39 | 37 | "eslint-plugin-prefer-let": "^1.1.0", |
40 | | - "eslint-plugin-prettierx": "^0.14.0", |
41 | | - "eslint-plugin-promise": "^4.2.1", |
| 38 | + "eslint-plugin-promise": "^5.1.0", |
42 | 39 | "eslint-plugin-security": "^1.4.0", |
43 | | - "eslint-plugin-standard": "^4.0.1", |
44 | | - "eslint-plugin-unicorn": "^22.0.0", |
45 | | - "husky": "^4.3.0", |
46 | | - "jest": "^26.4.2", |
47 | | - "jest-ci": "^0.1.1", |
48 | | - "lint-staged": "^10.4.0", |
49 | | - "postcss-parser-tests": "^8.3.1", |
50 | | - "postcss-sharec-config": "^0.1.8" |
| 40 | + "eslint-plugin-unicorn": "^33.0.1", |
| 41 | + "jest": "^27.0.4", |
| 42 | + "lint-staged": "^11.0.0", |
| 43 | + "postcss": "^8.3.3", |
| 44 | + "postcss-parser-tests": "^8.3.5", |
| 45 | + "postcss-sharec-config": "^0.4.1", |
| 46 | + "prettier": "^2.2.1", |
| 47 | + "simple-git-hooks": "^2.4.1" |
51 | 48 | }, |
52 | | - "husky": { |
53 | | - "hooks": { |
54 | | - "pre-commit": "lint-staged" |
55 | | - } |
| 49 | + "simple-git-hooks": { |
| 50 | + "pre-commit": "npx lint-staged" |
| 51 | + }, |
| 52 | + "prettier": { |
| 53 | + "arrowParens": "avoid", |
| 54 | + "jsxSingleQuote": false, |
| 55 | + "quoteProps": "consistent", |
| 56 | + "semi": false, |
| 57 | + "singleQuote": true, |
| 58 | + "trailingComma": "none" |
56 | 59 | }, |
57 | 60 | "lint-staged": { |
58 | | - "*.js": "eslint --fix" |
| 61 | + "*.js": [ |
| 62 | + "prettier --write", |
| 63 | + "eslint --fix" |
| 64 | + ] |
59 | 65 | }, |
60 | 66 | "eslintConfig": { |
61 | 67 | "extends": "@logux/eslint-config" |
|
70 | 76 | }, |
71 | 77 | "sharec": { |
72 | 78 | "config": "postcss-sharec-config", |
73 | | - "version": "0.1.8" |
| 79 | + "version": "0.4.1" |
74 | 80 | } |
75 | 81 | } |
0 commit comments