Skip to content

Commit adca9ec

Browse files
committed
feat: update eslint-plugin-flowtype to v8
BREAKING CHANGE: require `eslint-plugin-flowtype v8
1 parent d581d14 commit adca9ec

2 files changed

Lines changed: 47 additions & 5 deletions

File tree

package-lock.json

Lines changed: 43 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
},
5959
"devDependencies": {
6060
"@babel/eslint-parser": "^7.13.14",
61+
"@babel/plugin-syntax-flow": "^7.14.5",
62+
"@babel/plugin-transform-react-jsx": "^7.14.9",
6163
"@commitlint/cli": "^13.0.0",
6264
"@commitlint/config-conventional": "^13.0.0",
6365
"@semantic-release/changelog": "^6.0.0",
@@ -70,7 +72,7 @@
7072
"@typescript-eslint/parser": "^5.0.0",
7173
"eslint": "^8.0.1",
7274
"eslint-plugin-eslint-comments": "^3.2.0",
73-
"eslint-plugin-flowtype": "^6.0.0",
75+
"eslint-plugin-flowtype": "^8.0.2",
7476
"eslint-plugin-import": "^2.22.1",
7577
"eslint-plugin-jest": "^25.0.0",
7678
"eslint-plugin-jest-formatting": "^3.0.0",
@@ -96,7 +98,7 @@
9698
"@typescript-eslint/parser": "^5.0.0",
9799
"eslint": ">= 7.0",
98100
"eslint-plugin-eslint-comments": ">= 3",
99-
"eslint-plugin-flowtype": "^6.0.0",
101+
"eslint-plugin-flowtype": "^8.0.0",
100102
"eslint-plugin-import": ">= 2.21",
101103
"eslint-plugin-jest": "^25.0.0",
102104
"eslint-plugin-jest-formatting": "^3.0.0",

0 commit comments

Comments
 (0)