Skip to content

Commit b92e98b

Browse files
chore(deps): replace dependency babel-eslint with @babel/eslint-parser ^7.11.0
1 parent facb96f commit b92e98b

File tree

6 files changed

+188
-106
lines changed

6 files changed

+188
-106
lines changed

@uportal/notification-icon/package-lock.json

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

@uportal/notification-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@vue/cli-plugin-babel": "^3.2.0",
4040
"@vue/cli-plugin-eslint": "^3.2.0",
4141
"@vue/cli-service": "^3.2.0",
42-
"babel-eslint": "^10.0.1",
42+
"@babel/eslint-parser": "^7.11.0",
4343
"eslint": "^6.0.0",
4444
"eslint-plugin-vue": "^5.0.0",
4545
"node-sass": "4.13.0",

@uportal/notification-list/package-lock.json

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

@uportal/notification-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vue/cli-plugin-babel": "^3.4.1",
4242
"@vue/cli-plugin-eslint": "^3.4.0",
4343
"@vue/cli-service": "^3.4.1",
44-
"babel-eslint": "^10.0.1",
44+
"@babel/eslint-parser": "^7.11.0",
4545
"eslint": "^6.0.0",
4646
"eslint-plugin-vue": "^5.0.0",
4747
"node-sass": "^4.11.0",

package-lock.json

Lines changed: 59 additions & 103 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
@@ -6,7 +6,7 @@
66
"@commitlint/travis-cli": "^8.0.0",
77
"@mapbox/stylelint-processor-arbitrary-tags": "^0.3.0",
88
"@vue/eslint-config-prettier": "^5.0.0",
9-
"babel-eslint": "^10.0.0",
9+
"@babel/eslint-parser": "^7.11.0",
1010
"eslint": "^6.0.0",
1111
"eslint-config-google": "^0.14.0",
1212
"eslint-plugin-flowtype": "^4.0.0",

0 commit comments

Comments
 (0)