|
14 | 14 | "node": ">=6" |
15 | 15 | }, |
16 | 16 | "scripts": { |
17 | | - "test": "node cli-main.js && eslint . && nyc ava" |
| 17 | + "test": "node cli-main.js && eslint --quiet . && nyc ava" |
18 | 18 | }, |
19 | 19 | "files": [ |
20 | 20 | "config", |
|
48 | 48 | "simple" |
49 | 49 | ], |
50 | 50 | "dependencies": { |
51 | | - "arrify": "^1.0.1", |
| 51 | + "arrify": "^2.0.1", |
52 | 52 | "debug": "^4.1.0", |
53 | | - "eslint": "^5.15.0", |
54 | | - "eslint-config-prettier": "^3.3.0", |
| 53 | + "eslint": "^6.2.0", |
| 54 | + "eslint-config-prettier": "^6.1.0", |
55 | 55 | "eslint-config-xo": "^0.26.0", |
56 | 56 | "eslint-formatter-pretty": "^2.0.0", |
57 | | - "eslint-plugin-ava": "^5.1.0", |
| 57 | + "eslint-plugin-ava": "^8.0.0", |
58 | 58 | "eslint-plugin-eslint-comments": "^3.0.1", |
59 | 59 | "eslint-plugin-import": "^2.14.0", |
60 | 60 | "eslint-plugin-no-use-extend-native": "^0.4.0", |
61 | 61 | "eslint-plugin-node": "^8.0.0", |
62 | 62 | "eslint-plugin-prettier": "^3.0.0", |
63 | 63 | "eslint-plugin-promise": "^4.0.0", |
64 | 64 | "eslint-plugin-unicorn": "^7.0.0", |
65 | | - "find-cache-dir": "^2.0.0", |
66 | | - "get-stdin": "^6.0.0", |
| 65 | + "find-cache-dir": "^3.0.0", |
| 66 | + "get-stdin": "^7.0.0", |
67 | 67 | "globby": "^9.0.0", |
68 | | - "has-flag": "^3.0.0", |
| 68 | + "has-flag": "^4.0.0", |
69 | 69 | "lodash.isequal": "^4.5.0", |
70 | | - "lodash.mergewith": "^4.6.1", |
| 70 | + "lodash.mergewith": "^4.6.2", |
71 | 71 | "meow": "^5.0.0", |
72 | | - "multimatch": "^3.0.0", |
73 | | - "open-editor": "^1.2.0", |
74 | | - "path-exists": "^3.0.0", |
75 | | - "pkg-conf": "^2.1.0", |
| 72 | + "multimatch": "^4.0.0", |
| 73 | + "open-editor": "^2.0.1", |
| 74 | + "path-exists": "^4.0.0", |
| 75 | + "pkg-conf": "^3.1.0", |
76 | 76 | "prettier": "^1.15.2", |
77 | | - "resolve-cwd": "^2.0.0", |
78 | | - "resolve-from": "^4.0.0", |
79 | | - "semver": "^5.5.0", |
80 | | - "slash": "^2.0.0", |
81 | | - "update-notifier": "^2.3.0", |
| 77 | + "resolve-cwd": "^3.0.0", |
| 78 | + "resolve-from": "^5.0.0", |
| 79 | + "semver": "^6.3.0", |
| 80 | + "slash": "^3.0.0", |
| 81 | + "update-notifier": "^3.0.1", |
82 | 82 | "xo-init": "^0.7.0" |
83 | 83 | }, |
84 | 84 | "devDependencies": { |
85 | 85 | "ava": "^1.1.0", |
86 | | - "coveralls": "^3.0.0", |
87 | | - "eslint-config-xo-react": "^0.17.0", |
88 | | - "eslint-plugin-react": "^7.6.1", |
| 86 | + "coveralls": "^3.0.6", |
| 87 | + "eslint-config-xo-react": "^0.20.0", |
| 88 | + "eslint-plugin-react": "^7.14.3", |
| 89 | + "eslint-plugin-react-hooks": "^1.7.0", |
89 | 90 | "execa": "^1.0.0", |
90 | | - "nyc": "^13.0.1", |
| 91 | + "nyc": "^14.1.1", |
91 | 92 | "pify": "^4.0.0", |
92 | | - "proxyquire": "^2.0.1", |
93 | | - "temp-write": "^3.4.0" |
| 93 | + "proxyquire": "^2.1.3", |
| 94 | + "temp-write": "^4.0.0" |
94 | 95 | }, |
95 | 96 | "eslintConfig": { |
96 | 97 | "extends": "eslint-config-xo" |
97 | 98 | }, |
98 | 99 | "eslintIgnore": [ |
| 100 | + "cli.js", |
99 | 101 | "test/fixtures" |
100 | 102 | ] |
101 | 103 | } |
0 commit comments