Skip to content

Commit

Permalink
chore(deps-dev): bump @clark/eslint-config-node from 1.21.0 to 1.23.0
Browse files Browse the repository at this point in the history
Bumps [@clark/eslint-config-node](https://github.com/ClarkSource/eslint-config) from 1.21.0 to 1.23.0.
- [Release notes](https://github.com/ClarkSource/eslint-config/releases)
- [Commits](ClarkSource/eslint-config@v1.21.0...v1.23.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] committed Feb 25, 2020
1 parent b86c30f commit d5e65aa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/preset-typescript": "^7.8.3"
},
"devDependencies": {
"@clark/eslint-config-node": "^1.21.0",
"@clark/eslint-config-node": "^1.23.0",
"eslint": "^6.6.0"
},
"ember-addon": {
Expand Down
2 changes: 1 addition & 1 deletion tests/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@clark/eslint-config-ember": "^1.23.0",
"@clark/eslint-config-node": "^1.21.0",
"@clark/eslint-config-node": "^1.23.0",
"@ember/optional-features": "^1.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "~3.16.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@clark/eslint-config-ember": "^1.23.0",
"@clark/eslint-config-node": "^1.21.0",
"@clark/eslint-config-node": "^1.23.0",
"@ember/optional-features": "^1.1.0",
"@test/ts-module-a": "*",
"broccoli-asset-rev": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -957,12 +957,12 @@
dependencies:
eslint-plugin-import-helpers "^1.0.2"

"@clark/eslint-config-node@^1.21.0":
version "1.21.0"
resolved "https://registry.yarnpkg.com/@clark/eslint-config-node/-/eslint-config-node-1.21.0.tgz#699f14f5b17ab2f60a0a642c30a26c835e41d64f"
integrity sha512-Za010HR0iR4A3BebHJpSnsoUVC4SW5Jua/ldO361FFYa6N9f6cgdEMKRiXQwPLvojKxYlXoC9SdHkkYr3a2jow==
"@clark/eslint-config-node@^1.23.0":
version "1.23.0"
resolved "https://registry.yarnpkg.com/@clark/eslint-config-node/-/eslint-config-node-1.23.0.tgz#8bf650d60f241b9911e32ba6da835168f5b045e9"
integrity sha512-GsHuG4Vbz6rJ6qd52ezr5XeLBFrrn5y3+9QsoNC5FiknKdwDZAh+E6AVLpm/e/x/K3xv8ggKHHYinqZF0OecTA==
dependencies:
"@clark/eslint-config" "^1.21.0"
"@clark/eslint-config" "^1.23.0"
"@clark/eslint-config-node-order-imports" "^1.19.0"
eslint-plugin-node "^11.0.0"
lodash.merge "^4.6.2"
Expand All @@ -976,7 +976,7 @@
"@typescript-eslint/eslint-plugin" "^2.21.0"
"@typescript-eslint/parser" "^2.21.0"

"@clark/eslint-config@^1.21.0", "@clark/eslint-config@^1.23.0":
"@clark/eslint-config@^1.23.0":
version "1.23.0"
resolved "https://registry.yarnpkg.com/@clark/eslint-config/-/eslint-config-1.23.0.tgz#64db96290ed9329bfc96b9d1156b5b7a924f9223"
integrity sha512-JzW5wi8ByWGyAIbODKhoYVSwQ7v+/HqJ/JUiWb8BXZPSkmQijHkH/VmtUX8dO3SB7kZmJNKKxPfqMS9Yojl3Vw==
Expand Down

0 comments on commit d5e65aa

Please sign in to comment.