Skip to content

Commit

Permalink
chore(deps): update dependency babel-eslint to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 12, 2019
1 parent 2cc1d64 commit 536d133
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion authentication-service/package.json
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "9.0.0",
"babel-eslint": "10.0.1",
"babel-preset-latest": "6.24.1",
"babel-register": "6.26.0",
"chai": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion decision-service/package.json
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "9.0.0",
"babel-eslint": "10.0.1",
"babel-polyfill": "6.26.0",
"babel-preset-latest": "6.24.1",
"babel-register": "6.26.0",
Expand Down
8 changes: 4 additions & 4 deletions decision-service/yarn.lock
Expand Up @@ -370,10 +370,10 @@ babel-core@6.26.3, babel-core@^6.26.0:
slash "^1.0.0"
source-map "^0.5.7"

babel-eslint@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
integrity sha512-itv1MwE3TMbY0QtNfeL7wzak1mV47Uy+n6HtSOO4Xd7rvmO+tsGQSgyOEEgo6Y2vHZKZphaoelNeSVj4vkLA1g==
babel-eslint@10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
integrity sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion event-broker/package.json
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "9.0.0",
"babel-eslint": "10.0.1",
"babel-polyfill": "6.26.0",
"babel-preset-latest": "6.24.1",
"babel-register": "6.26.0",
Expand Down
8 changes: 4 additions & 4 deletions event-broker/yarn.lock
Expand Up @@ -350,10 +350,10 @@ babel-core@6.26.3, babel-core@^6.26.0:
slash "^1.0.0"
source-map "^0.5.7"

babel-eslint@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
integrity sha512-itv1MwE3TMbY0QtNfeL7wzak1mV47Uy+n6HtSOO4Xd7rvmO+tsGQSgyOEEgo6Y2vHZKZphaoelNeSVj4vkLA1g==
babel-eslint@10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
integrity sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-eslint": "10.0.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-function-bind": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
Expand Down

0 comments on commit 536d133

Please sign in to comment.