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 Jun 19, 2019
1 parent 50805e8 commit f5b75aa
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.2",
"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.2",
"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.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
integrity sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==
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.2",
"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.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
integrity sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==
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.2",
"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 f5b75aa

Please sign in to comment.