Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit fff60d4

Browse files
dependabot-supportjohnrees
authored andcommitted
Bump tslint-react from 3.6.0 to 4.0.0
Bumps [tslint-react](https://github.com/palantir/tslint-react) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/palantir/tslint-react/releases) - [Commits](palantir/tslint-react@3.6.0...4.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd6582e commit fff60d4

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"tslint": "^5.15.0",
4242
"tslint-config-airbnb": "^5.11.1",
4343
"tslint-config-prettier": "^1.18.0",
44-
"tslint-react": "^3.6.0",
44+
"tslint-react": "^4.0.0",
4545
"typescript": "^3.4.3"
4646
},
4747
"dependencies": {

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5565,12 +5565,12 @@ tslint-microsoft-contrib@~5.2.1:
55655565
dependencies:
55665566
tsutils "^2.27.2 <2.29.0"
55675567

5568-
tslint-react@^3.6.0:
5569-
version "3.6.0"
5570-
resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-3.6.0.tgz#7f462c95c4a0afaae82507f06517ff02942196a1"
5571-
integrity sha512-AIv1QcsSnj7e9pFir6cJ6vIncTqxfqeFF3Lzh8SuuBljueYzEAtByuB6zMaD27BL0xhMEqsZ9s5eHuCONydjBw==
5568+
tslint-react@^4.0.0:
5569+
version "4.0.0"
5570+
resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-4.0.0.tgz#b4bb4c01c32448cb14d23f143a2f5e4989bb961e"
5571+
integrity sha512-9fNE0fm9zNDx1+b6hgy8rgDN2WsQLRiIrn3+fbqm0tazBVF6jiaCFAITxmU+WSFWYE03Xhp1joCircXOe1WVAQ==
55725572
dependencies:
5573-
tsutils "^2.13.1"
5573+
tsutils "^3.9.1"
55745574

55755575
tslint@^5.15.0:
55765576
version "5.15.0"
@@ -5591,24 +5591,24 @@ tslint@^5.15.0:
55915591
tslib "^1.8.0"
55925592
tsutils "^2.29.0"
55935593

5594-
tsutils@^2.13.1, tsutils@^2.29.0:
5595-
version "2.29.0"
5596-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
5597-
integrity sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==
5598-
dependencies:
5599-
tslib "^1.8.1"
5600-
56015594
"tsutils@^2.27.2 <2.29.0":
56025595
version "2.28.0"
56035596
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.28.0.tgz#6bd71e160828f9d019b6f4e844742228f85169a1"
56045597
integrity sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==
56055598
dependencies:
56065599
tslib "^1.8.1"
56075600

5608-
tsutils@^3.0.0, tsutils@^3.5.0:
5609-
version "3.9.1"
5610-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.9.1.tgz#2a40dc742943c71eca6d5c1994fcf999956be387"
5611-
integrity sha512-hrxVtLtPqQr//p8/msPT1X1UYXUjizqSit5d9AQ5k38TcV38NyecL5xODNxa73cLe/5sdiJ+w1FqzDhRBA/anA==
5601+
tsutils@^2.29.0:
5602+
version "2.29.0"
5603+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
5604+
integrity sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==
5605+
dependencies:
5606+
tslib "^1.8.1"
5607+
5608+
tsutils@^3.0.0, tsutils@^3.5.0, tsutils@^3.9.1:
5609+
version "3.10.0"
5610+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.10.0.tgz#6f1c95c94606e098592b0dff06590cf9659227d6"
5611+
integrity sha512-q20XSMq7jutbGB8luhKKsQldRKWvyBO2BGqni3p4yq8Ys9bEP/xQw3KepKmMRt9gJ4lvQSScrihJrcKdKoSU7Q==
56125612
dependencies:
56135613
tslib "^1.8.1"
56145614

0 commit comments

Comments
 (0)