Skip to content

Commit f21653b

Browse files
Replace dependency babel-eslint with @babel/eslint-parser 7.11.0
1 parent ec8cf72 commit f21653b

File tree

4 files changed

+23
-74
lines changed

4 files changed

+23
-74
lines changed

1.4/package-lock.json

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

1.4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@rollup/plugin-babel": "5.3.1",
2828
"@rollup/plugin-commonjs": "22.0.1",
2929
"@rollup/plugin-node-resolve": "13.3.0",
30-
"babel-eslint": "10.1.0",
30+
"@babel/eslint-parser": "7.11.0",
3131
"babel-preset-react-app": "10.0.1",
3232
"eslint": "8.19.0",
3333
"eslint-plugin-json": "3.1.0",

WORK/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@rollup/plugin-babel": "6.0.3",
2727
"@rollup/plugin-commonjs": "22.0.2",
2828
"@rollup/plugin-node-resolve": "15.0.1",
29-
"babel-eslint": "10.1.0",
29+
"@babel/eslint-parser": "7.11.0",
3030
"babel-preset-react-app": "10.0.1",
3131
"eslint": "8.26.0",
3232
"eslint-plugin-json": "3.1.0",

_old/callbacks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@rollup/plugin-babel": "6.0.3",
2626
"@rollup/plugin-commonjs": "22.0.2",
2727
"@rollup/plugin-node-resolve": "15.0.1",
28-
"babel-eslint": "10.1.0",
28+
"@babel/eslint-parser": "7.11.0",
2929
"eslint": "8.26.0",
3030
"eslint-plugin-json": "3.1.0",
3131
"prettier": "2.7.1",

0 commit comments

Comments
 (0)