|
10 | 10 | "nested"
|
11 | 11 | ],
|
12 | 12 | "scripts": {
|
13 |
| - "test": "jest-ci --coverage && eslint-ci *.js && check-dts" |
| 13 | + "test": "jest-ci --coverage && eslint-ci . && check-dts" |
14 | 14 | },
|
15 | 15 | "author": "Andrey Sitnik <andrey@sitnik.ru>",
|
16 | 16 | "license": "MIT",
|
17 | 17 | "repository": "postcss/postcss-nested",
|
18 |
| - "dependencies": { |
19 |
| - "postcss-selector-parser": "^6.0.2" |
| 18 | + "engines": { |
| 19 | + "node": ">=10.0" |
20 | 20 | },
|
21 | 21 | "peerDependencies": {
|
22 |
| - "postcss": "postcss/postcss#ose" |
| 22 | + "postcss": "postcss/postcss" |
| 23 | + }, |
| 24 | + "dependencies": { |
| 25 | + "postcss-selector-parser": "^6.0.2" |
23 | 26 | },
|
24 | 27 | "devDependencies": {
|
25 |
| - "@logux/eslint-config": "^40.0.3", |
| 28 | + "@logux/eslint-config": "^40.0.4", |
26 | 29 | "check-dts": "^0.3.3",
|
27 | 30 | "clean-publish": "^1.1.8",
|
28 |
| - "eslint": "^7.7.0", |
| 31 | + "eslint": "^7.8.1", |
29 | 32 | "eslint-ci": "^1.0.0",
|
30 | 33 | "eslint-config-standard": "^14.1.1",
|
31 | 34 | "eslint-plugin-import": "^2.22.0",
|
32 |
| - "eslint-plugin-jest": "^23.20.0", |
| 35 | + "eslint-plugin-jest": "^24.0.0", |
33 | 36 | "eslint-plugin-node": "^11.1.0",
|
34 | 37 | "eslint-plugin-prefer-let": "^1.0.2",
|
35 | 38 | "eslint-plugin-prettierx": "^0.14.0",
|
36 | 39 | "eslint-plugin-promise": "^4.2.1",
|
37 | 40 | "eslint-plugin-security": "^1.4.0",
|
38 | 41 | "eslint-plugin-standard": "^4.0.1",
|
39 | 42 | "eslint-plugin-unicorn": "^21.0.0",
|
40 |
| - "husky": "^4.2.5", |
| 43 | + "husky": "^4.3.0", |
41 | 44 | "jest": "^26.4.2",
|
42 | 45 | "jest-ci": "^0.1.1",
|
43 |
| - "lint-staged": "^10.2.11", |
44 |
| - "postcss": "postcss/postcss#ose", |
45 |
| - "postcss-sharec-config": "^0.1.1" |
| 46 | + "lint-staged": "^10.3.0", |
| 47 | + "postcss": "postcss/postcss", |
| 48 | + "postcss-sharec-config": "^0.1.5" |
46 | 49 | },
|
47 | 50 | "husky": {
|
48 | 51 | "hooks": {
|
|
68 | 71 | },
|
69 | 72 | "sharec": {
|
70 | 73 | "config": "postcss-sharec-config",
|
71 |
| - "version": "0.1.1" |
| 74 | + "version": "0.1.5" |
72 | 75 | }
|
73 | 76 | }
|
0 commit comments