|
37 | 37 | "test": "nyc jest test"
|
38 | 38 | },
|
39 | 39 | "engines": {
|
40 |
| - "node": ">=8.0.0" |
| 40 | + "node": ">=8.17.0" |
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "cross-spawn": "^6.0.5", |
| 43 | + "cross-spawn": "^6.0.6", |
44 | 44 | "minimist": "^1.2.0",
|
45 |
| - "minimist-options": "^4.0.2" |
| 45 | + "minimist-options": "^4.1.0" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "babel-eslint": "^10.0.3", |
| 48 | + "babel-eslint": "^10.1.0", |
49 | 49 | "codecov": "^3.6.1",
|
50 |
| - "eslint": "^6.6.0", |
51 |
| - "eslint-config-standard": "^14.1.0", |
| 50 | + "eslint": "^6.8.0", |
| 51 | + "eslint-config-standard": "^14.1.1", |
52 | 52 | "eslint-config-standard-jsx": "^8.1.0",
|
53 |
| - "eslint-plugin-import": "^2.18.2", |
| 53 | + "eslint-plugin-import": "^2.31.0", |
54 | 54 | "eslint-plugin-jest": "^22.21.0",
|
55 | 55 | "eslint-plugin-node": "^9.2.0",
|
56 |
| - "eslint-plugin-promise": "^4.2.1", |
57 |
| - "eslint-plugin-react": "^7.16.0", |
58 |
| - "eslint-plugin-standard": "^4.0.1", |
| 56 | + "eslint-plugin-promise": "^4.3.1", |
| 57 | + "eslint-plugin-react": "^7.37.2", |
| 58 | + "eslint-plugin-standard": "^4.1.0", |
59 | 59 | "jest": "^24.9.0",
|
60 | 60 | "nyc": "^14.1.1",
|
61 | 61 | "standard-version": "^7.0.1"
|
|
0 commit comments