Skip to content

Commit

Permalink
chore(deps): replace dependency babel-eslint with @babel/eslint-parse…
Browse files Browse the repository at this point in the history
…r ^7.11.0
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 72fd596 commit 17af3ee
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 350 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packages/*"
],
"devDependencies": {
"babel-eslint": "^10.1.0",
"@babel/eslint-parser": "^7.11.0",
"eslint": "^7.21.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@typescript-eslint/parser": "^4.0.1",
"babel-eslint": "^10.0.2",
"@babel/eslint-parser": "^7.11.0",
"eslint-import-resolver-typescript": "^2.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 17af3ee

Please sign in to comment.