|
22 | 22 | "prettier": "prettier-config-atomic", |
23 | 23 | "dependencies": { |
24 | 24 | "@babel/core": "^7", |
25 | | - "@babel/eslint-parser": "^7.16.5", |
| 25 | + "@babel/eslint-parser": "^7.17.0", |
26 | 26 | "@babel/plugin-syntax-flow": "^7.16.7", |
27 | 27 | "@babel/plugin-syntax-jsx": "^7.16.7", |
28 | | - "@typescript-eslint/eslint-plugin": "^5.10.1", |
29 | | - "@typescript-eslint/parser": "^5.10.1", |
30 | | - "coffeescript": "^1", |
| 28 | + "@typescript-eslint/eslint-plugin": "^5.12.0", |
| 29 | + "@typescript-eslint/parser": "^5.12.0", |
31 | 30 | "eslint": "^7", |
32 | 31 | "eslint-config-prettier": "^8.3.0", |
33 | | - "eslint-plugin-coffee": "^0.1.15", |
34 | 32 | "eslint-plugin-html": "^6.2.0", |
35 | 33 | "eslint-plugin-import": "^2.25.4", |
36 | 34 | "eslint-plugin-json": "^3.1.0", |
37 | 35 | "eslint-plugin-node": "^11.1.0", |
38 | 36 | "eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2", |
39 | 37 | "eslint-plugin-optimize-regex": "^1.2.1", |
40 | 38 | "eslint-plugin-react": "^7.28.0", |
41 | | - "eslint-plugin-react-hooks": "^4.3.0", |
42 | 39 | "eslint-plugin-yaml": "^0.5.0", |
43 | 40 | "prettier": "^2", |
44 | 41 | "read-pkg-up": "^7", |
|
48 | 45 | "eslint": "^7", |
49 | 46 | "execa": "^5.1.1", |
50 | 47 | "gitly": "^2.1.5", |
51 | | - "npm-check-updates": "12.2.1", |
52 | | - "prettier-config-atomic": "^3.0.1", |
| 48 | + "npm-check-updates": "12.3.0", |
| 49 | + "prettier-config-atomic": "^3.0.3", |
53 | 50 | "shelljs": "^0.8.5" |
54 | 51 | }, |
55 | 52 | "peerDependencies": { |
56 | 53 | "eslint": "^7" |
57 | 54 | }, |
| 55 | + "optionalDependencies": { |
| 56 | + "coffeescript": "^1", |
| 57 | + "eslint-plugin-coffee": "^0.1.15", |
| 58 | + "eslint-plugin-react-hooks": "^4.3.0" |
| 59 | + }, |
58 | 60 | "keywords": [ |
59 | 61 | "eslint", |
60 | 62 | "config", |
|
0 commit comments