Skip to content

Commit ff61c66

Browse files
chore(deps): replace dependency babel-eslint with @babel/eslint-parser ^10.1.0 || ^7.11.0
[skip ci]
1 parent 27d9d38 commit ff61c66

File tree

2 files changed

+27
-110
lines changed

2 files changed

+27
-110
lines changed

package-lock.json

+25-108
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@semantic-release/git": "9.0.1",
4242
"@typescript-eslint/eslint-plugin": "4.33.0",
4343
"@typescript-eslint/parser": "4.33.0",
44-
"babel-eslint": "10.1.0",
44+
"@babel/eslint-parser": "7.11.0",
4545
"eslint": "7.32.0",
4646
"eslint-plugin-flowtype": "5.10.0",
4747
"eslint-plugin-import": "2.25.3",
@@ -59,7 +59,7 @@
5959
"peerDependencies": {
6060
"@typescript-eslint/eslint-plugin": "^2.28.0 || ^3.0.0 || ^4.0.0",
6161
"@typescript-eslint/parser": "^2.28.0 || ^3.0.0 || ^4.0.0",
62-
"babel-eslint": "^10.1.0",
62+
"@babel/eslint-parser": "^10.1.0 || ^7.11.0",
6363
"eslint": ">=5",
6464
"eslint-plugin-flowtype": "^4.7.0 || ^5.0.0",
6565
"eslint-plugin-import": "^2.20.2",

0 commit comments

Comments
 (0)