Skip to content

Commit 8865556

Browse files
fix(deps): replace dependency babel-eslint with @babel/eslint-parser 7.11.0
1 parent f29f2fa commit 8865556

File tree

2 files changed

+36
-22
lines changed

2 files changed

+36
-22
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@typescript-eslint/eslint-plugin": "5.59.0",
3737
"@typescript-eslint/parser": "5.59.0",
38-
"babel-eslint": "10.1.0",
38+
"@babel/eslint-parser": "7.11.0",
3939
"eslint": "8.38.0",
4040
"eslint-config-airbnb-base": "15.0.0",
4141
"eslint-config-prettier": "8.8.0",

0 commit comments

Comments
 (0)