Skip to content

Commit e6022ec

Browse files
Replace dependency babel-eslint with @babel/eslint-parser ^7.11.0
1 parent 431da86 commit e6022ec

File tree

13 files changed

+226
-339
lines changed

13 files changed

+226
-339
lines changed

REPOS/async/package-lock.json

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

REPOS/async/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {},
2222
"devDependencies": {
2323
"babel-core": "^6.26.3",
24-
"babel-eslint": "^8.2.6",
24+
"@babel/eslint-parser": "^7.11.0",
2525
"babel-minify": "^0.5.0",
2626
"babel-plugin-add-module-exports": "^0.2.1",
2727
"babel-plugin-istanbul": "^5.1.4",

0 commit comments

Comments
 (0)