Skip to content

Commit

Permalink
feat: update eslint-plugin-flowtype to v8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require `eslint-plugin-flowtype v8
  • Loading branch information
G-Rath committed Nov 23, 2021
1 parent d581d14 commit adca9ec
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 5 deletions.
46 changes: 43 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@commitlint/cli": "^13.0.0",
"@commitlint/config-conventional": "^13.0.0",
"@semantic-release/changelog": "^6.0.0",
Expand All @@ -70,7 +72,7 @@
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-flowtype": "^6.0.0",
"eslint-plugin-flowtype": "^8.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.0.0",
"eslint-plugin-jest-formatting": "^3.0.0",
Expand All @@ -96,7 +98,7 @@
"@typescript-eslint/parser": "^5.0.0",
"eslint": ">= 7.0",
"eslint-plugin-eslint-comments": ">= 3",
"eslint-plugin-flowtype": "^6.0.0",
"eslint-plugin-flowtype": "^8.0.0",
"eslint-plugin-import": ">= 2.21",
"eslint-plugin-jest": "^25.0.0",
"eslint-plugin-jest-formatting": "^3.0.0",
Expand Down

0 comments on commit adca9ec

Please sign in to comment.