|
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | 60 | "@babel/eslint-parser": "^7.13.14", |
| 61 | + "@babel/plugin-syntax-flow": "^7.14.5", |
| 62 | + "@babel/plugin-transform-react-jsx": "^7.14.9", |
61 | 63 | "@commitlint/cli": "^13.0.0", |
62 | 64 | "@commitlint/config-conventional": "^13.0.0", |
63 | 65 | "@semantic-release/changelog": "^6.0.0", |
|
70 | 72 | "@typescript-eslint/parser": "^5.0.0", |
71 | 73 | "eslint": "^8.0.1", |
72 | 74 | "eslint-plugin-eslint-comments": "^3.2.0", |
73 | | - "eslint-plugin-flowtype": "^6.0.0", |
| 75 | + "eslint-plugin-flowtype": "^8.0.2", |
74 | 76 | "eslint-plugin-import": "^2.22.1", |
75 | 77 | "eslint-plugin-jest": "^25.0.0", |
76 | 78 | "eslint-plugin-jest-formatting": "^3.0.0", |
|
96 | 98 | "@typescript-eslint/parser": "^5.0.0", |
97 | 99 | "eslint": ">= 7.0", |
98 | 100 | "eslint-plugin-eslint-comments": ">= 3", |
99 | | - "eslint-plugin-flowtype": "^6.0.0", |
| 101 | + "eslint-plugin-flowtype": "^8.0.0", |
100 | 102 | "eslint-plugin-import": ">= 2.21", |
101 | 103 | "eslint-plugin-jest": "^25.0.0", |
102 | 104 | "eslint-plugin-jest-formatting": "^3.0.0", |
|
0 commit comments