|
32 | 32 | "bump": "ncu -u -x coffeescript" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2", |
36 | 35 | "@babel/core": "^7", |
37 | | - "@babel/eslint-parser": "^7.14.3", |
38 | | - "@typescript-eslint/eslint-plugin": "^4.25.0", |
39 | | - "@typescript-eslint/parser": "^4.25.0", |
| 36 | + "@babel/eslint-parser": "^7.14.5", |
| 37 | + "@babel/plugin-syntax-flow": "^7.14.5", |
| 38 | + "@babel/plugin-syntax-jsx": "^7.14.5", |
| 39 | + "@typescript-eslint/eslint-plugin": "^4.27.0", |
| 40 | + "@typescript-eslint/parser": "^4.27.0", |
40 | 41 | "coffeescript": "^1", |
41 | 42 | "eslint": "^7", |
42 | 43 | "eslint-config-prettier": "^8.3.0", |
43 | 44 | "eslint-plugin-coffee": "^0.1.14", |
44 | 45 | "eslint-plugin-html": "^6.1.2", |
45 | | - "eslint-plugin-import": "^2.23.3", |
| 46 | + "eslint-plugin-import": "^2.23.4", |
46 | 47 | "eslint-plugin-json": "^3.0.0", |
47 | 48 | "eslint-plugin-node": "^11.1.0", |
| 49 | + "eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2", |
48 | 50 | "eslint-plugin-optimize-regex": "^1.2.0", |
49 | | - "eslint-plugin-react": "^7.23.2", |
50 | | - "eslint-plugin-yaml": "^0.4.2", |
| 51 | + "eslint-plugin-react": "^7.24.0", |
| 52 | + "eslint-plugin-yaml": "^0.5.0", |
51 | 53 | "prettier": "^2", |
52 | 54 | "typescript": "^4" |
53 | 55 | }, |
|
56 | 58 | }, |
57 | 59 | "devDependencies": { |
58 | 60 | "eslint": "^7.22.0", |
59 | | - "execa": "^5.0.0", |
60 | | - "gitly": "^2.1.0", |
61 | | - "npm-check-updates": "11.5.13", |
| 61 | + "execa": "^5.1.1", |
| 62 | + "gitly": "^2.1.1", |
| 63 | + "npm-check-updates": "11.6.0", |
62 | 64 | "prettier-config-atomic": "^2.0.5", |
63 | 65 | "shelljs": "^0.8.4" |
64 | 66 | } |
|
0 commit comments