Skip to content

Commit 473ba91

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @sourcegraph/tslint-config to ^13.2.0
1 parent c68ac99 commit 473ba91

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@commitlint/config-conventional": "^7.6.0",
5252
"@sourcegraph/prettierrc": "^2.2.0",
5353
"@sourcegraph/tsconfig": "^4.0.0",
54-
"@sourcegraph/tslint-config": "^13.1.0",
54+
"@sourcegraph/tslint-config": "^13.2.0",
5555
"@types/mocha": "5.2.6",
5656
"husky": "^2.1.0",
5757
"mocha": "^6.1.4",

yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -385,14 +385,15 @@
385385
resolved "https://registry.npmjs.org/@sourcegraph/tsconfig/-/tsconfig-4.0.0.tgz#dd2a406f90760bb789fd89fde4bd0a8d681f2767"
386386
integrity sha512-jxrhKbek4yu1HUDpUhqR9hAGFiUgaJ9NIM+c8JEkAnvpW67ab1AUFWb82aSVfZWX1UVqfR84AMr7xP3E8LlL+A==
387387

388-
"@sourcegraph/tslint-config@^13.1.0":
389-
version "13.1.0"
390-
resolved "https://registry.npmjs.org/@sourcegraph/tslint-config/-/tslint-config-13.1.0.tgz#8053ea96bf58fcb0a9e120b129fb3e5aa03548cb"
391-
integrity sha512-t4kkv7/q5+eG17LkFtNzT39dCOrokmugqsyFrVk0c8I+bH9R4lvFAgrMK6sOIaLQS0rYzPxECmgll5B5lY2haw==
388+
"@sourcegraph/tslint-config@^13.2.0":
389+
version "13.2.0"
390+
resolved "https://registry.yarnpkg.com/@sourcegraph/tslint-config/-/tslint-config-13.2.0.tgz#20ad2061b4d995ded19d9bcb07ef3442db3f4441"
391+
integrity sha512-knU6XbReHqUWyOMRJuPty/PglbpgVdlMp6B89IgNRnXF0x2DGox4ygpHAjGBjHzyjgMPXSBteFqPPLMROTibBQ==
392392
dependencies:
393393
rxjs-tslint-rules "^4.23.0"
394394
tslint-config-prettier "^1.18.0"
395395
tslint-react "^4.0.0"
396+
tslint-react-hooks "^2.1.0"
396397

397398
"@types/events@*":
398399
version "3.0.0"
@@ -5411,6 +5412,11 @@ tslint-config-prettier@^1.18.0:
54115412
resolved "https://registry.npmjs.org/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37"
54125413
integrity sha512-xPw9PgNPLG3iKRxmK7DWr+Ea/SzrvfHtjFt5LBl61gk2UBG/DB9kCXRjv+xyIU1rUtnayLeMUVJBcMX8Z17nDg==
54135414

5415+
tslint-react-hooks@^2.1.0:
5416+
version "2.1.0"
5417+
resolved "https://registry.yarnpkg.com/tslint-react-hooks/-/tslint-react-hooks-2.1.0.tgz#cc9841da0cef20d3527c8d16412f029c33767898"
5418+
integrity sha512-ccjyguEHGEU5rXikLDaQ6kT1AVo3C0HV8gi2MIJc7SbYAXjbzJkpbs4IXulgfqdEY1T6RnNSuGhyXg+2jTm5Bg==
5419+
54145420
tslint-react@^4.0.0:
54155421
version "4.0.0"
54165422
resolved "https://registry.npmjs.org/tslint-react/-/tslint-react-4.0.0.tgz#b4bb4c01c32448cb14d23f143a2f5e4989bb961e"

0 commit comments

Comments
 (0)