We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d9d38 commit e8bfed8Copy full SHA for e8bfed8
package.json
@@ -41,7 +41,7 @@
41
"@semantic-release/git": "9.0.1",
42
"@typescript-eslint/eslint-plugin": "4.33.0",
43
"@typescript-eslint/parser": "4.33.0",
44
- "babel-eslint": "10.1.0",
+ "@babel/eslint-parser": "7.11.0",
45
"eslint": "7.32.0",
46
"eslint-plugin-flowtype": "5.10.0",
47
"eslint-plugin-import": "2.25.3",
@@ -59,7 +59,7 @@
59
"peerDependencies": {
60
"@typescript-eslint/eslint-plugin": "^2.28.0 || ^3.0.0 || ^4.0.0",
61
"@typescript-eslint/parser": "^2.28.0 || ^3.0.0 || ^4.0.0",
62
- "babel-eslint": "^10.1.0",
+ "@babel/eslint-parser": "^10.1.0 || ^7.11.0",
63
"eslint": ">=5",
64
"eslint-plugin-flowtype": "^4.7.0 || ^5.0.0",
65
"eslint-plugin-import": "^2.20.2",
0 commit comments