Skip to content

Commit

Permalink
fix(deps): update dependency @sourcegraph/eslint-config to ^0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 17, 2022
1 parent efe1628 commit 811a264
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@sourcegraph/eslint-config": "^0.27.0",
"@sourcegraph/eslint-config": "^0.29.0",
"@sourcegraph/prettierrc": "^3.0.3",
"eslint": "^7.32.0",
"husky": "^4.3.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1189,10 +1189,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@sourcegraph/eslint-config@^0.27.0":
version "0.27.0"
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.27.0.tgz#f892b5ad8c6d975bbeb97dfc40b31d0c41e4f70b"
integrity sha512-WEU77N93mfZB29R9UtFJfGGJ28nMB0gHCM2SqS0jUZDnkSMzJQGARAS7vGRZSrKo+pCUsNxANO4gvwRFvg26xA==
"@sourcegraph/eslint-config@^0.29.0":
version "0.29.0"
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.29.0.tgz#07e58c17a08b2dee01646afe775384e4cd6aa344"
integrity sha512-butNDBMUGcbQdkQ66UnF15aRHbsC6+DBy2hAVbgSvTxVMr69CtNz91Q/fIjajMytQpo+vNs10F7wxWdHrD73jg==
dependencies:
"@sourcegraph/prettierrc" "^3.0.3"
"@typescript-eslint/eslint-plugin" "^4.28.3"
Expand All @@ -1203,7 +1203,7 @@
eslint-plugin-import "^2.22.1"
eslint-plugin-jest-dom "^3.6.5"
eslint-plugin-jsdoc "^30.7.8"
eslint-plugin-jsx-a11y "^6.4.1"
eslint-plugin-jsx-a11y "^6.5.1"
eslint-plugin-react "^7.21.4"
eslint-plugin-react-hooks "^4.2.0"
eslint-plugin-rxjs "^2.1.5"
Expand Down Expand Up @@ -3379,7 +3379,7 @@ eslint-plugin-jsdoc@^30.7.8:
semver "^7.3.4"
spdx-expression-parse "^3.0.1"

eslint-plugin-jsx-a11y@^6.4.1:
eslint-plugin-jsx-a11y@^6.5.1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8"
integrity sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==
Expand Down

0 comments on commit 811a264

Please sign in to comment.