Skip to content

Commit ac93d41

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

File tree

14 files changed

+235
-343
lines changed

14 files changed

+235
-343
lines changed

REPOS/async/package-lock.json

Lines changed: 45 additions & 217 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",

REPOS/cloudinary-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/register": "^7.0.0",
4545
"@storybook/addon-essentials": "^6.1.20",
4646
"@storybook/react": "^6.1.20",
47-
"babel-eslint": "^10.1.0",
47+
"@babel/eslint-parser": "7.11.0",
4848
"babel-loader": "^8.0.4",
4949
"babelify": "^10.0.0",
5050
"browserify": "^16.2.3",

0 commit comments

Comments
 (0)