Skip to content

Commit 701ab77

Browse files
chore(deps): replace dependency babel-eslint with @babel/eslint-parser ^10.1.0 || ^7.11.0
[skip ci]
1 parent 9c52bc4 commit 701ab77

File tree

2 files changed

+83
-46
lines changed

2 files changed

+83
-46
lines changed

package-lock.json

+81-44
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": "10.0.1",
4242
"@typescript-eslint/eslint-plugin": "6.12.0",
4343
"@typescript-eslint/parser": "6.12.0",
44-
"babel-eslint": "10.1.0",
44+
"@babel/eslint-parser": "7.11.0",
4545
"eslint": "8.54.0",
4646
"eslint-plugin-flowtype": "8.0.3",
4747
"eslint-plugin-import": "2.29.0",
@@ -59,7 +59,7 @@
5959
"peerDependencies": {
6060
"@typescript-eslint/eslint-plugin": "^2.28.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
6161
"@typescript-eslint/parser": "^2.28.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
62-
"babel-eslint": "^10.1.0",
62+
"@babel/eslint-parser": "^10.1.0 || ^7.11.0",
6363
"eslint": ">=5 || >=6 || >=7 || >=8",
6464
"eslint-plugin-flowtype": "^4.7.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
6565
"eslint-plugin-import": "^2.20.2",

0 commit comments

Comments
 (0)