Skip to content

Commit

Permalink
build(deps-dev): bump tslint-react from 3.6.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [tslint-react](https://github.com/palantir/tslint-react) from 3.6.0 to 5.0.0.
- [Release notes](https://github.com/palantir/tslint-react/releases)
- [Commits](palantir/tslint-react@3.6.0...5.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and bubkoo committed May 19, 2020
1 parent 259f078 commit a136540
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 23 deletions.
2 changes: 1 addition & 1 deletion examples/x6-example-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-test-renderer": "^16.7.0",
"tslint": "^6.1.2",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"tslint-react": "^5.0.0",
"umi": "^2.9.0",
"umi-plugin-react": "^1.8.0",
"umi-types": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/x6-example-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-test-renderer": "^16.7.0",
"tslint": "^6.1.2",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"tslint-react": "^5.0.0",
"umi": "^2.9.0",
"umi-plugin-react": "^1.8.0",
"umi-types": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x6-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^4.1.0",
"tslint-react": "^5.0.0",
"typescript": "^3.7.2",
"watch": "^1.0.2",
"webpack": "^4.42.0",
Expand Down
33 changes: 13 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19410,19 +19410,12 @@ tslint-microsoft-contrib@~5.2.1:
dependencies:
tsutils "^2.27.2 <2.29.0"

tslint-react@^3.6.0:
version "3.6.0"
resolved "https://registry.npm.taobao.org/tslint-react/download/tslint-react-3.6.0.tgz#7f462c95c4a0afaae82507f06517ff02942196a1"
integrity sha1-f0YslcSgr6roJQfwZRf/ApQhlqE=
dependencies:
tsutils "^2.13.1"

tslint-react@^4.1.0:
version "4.2.0"
resolved "https://registry.npm.taobao.org/tslint-react/download/tslint-react-4.2.0.tgz#41b16e0438365f8d3ed4120501f02cabff9fd1e4"
integrity sha1-QbFuBDg2X40+1BIFAfAsq/+f0eQ=
tslint-react@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-5.0.0.tgz#d0ae644e8163bdd3e134012e9353094904e8dd44"
integrity sha512-/IbcSmoBPlFic8kQaRfQ4knTY4mivwo5LVzvozvX6Dyu2ynEnrh1dIcR2ujjyp/IodXqY/H5GbxFxSMo/Kf2Hg==
dependencies:
tsutils "^3.9.1"
tsutils "^3.17.1"

tslint@5.17.0:
version "5.17.0"
Expand Down Expand Up @@ -19462,21 +19455,21 @@ tslint@^6.1.2:
tslib "^1.10.0"
tsutils "^2.29.0"

tsutils@^2.13.1, tsutils@^2.29.0:
version "2.29.0"
resolved "https://registry.npm.taobao.org/tsutils/download/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
integrity sha1-MrSIUBRnrL7dS4VJhnOggSrKC5k=
dependencies:
tslib "^1.8.1"

"tsutils@^2.27.2 <2.29.0":
version "2.28.0"
resolved "https://registry.npm.taobao.org/tsutils/download/tsutils-2.28.0.tgz#6bd71e160828f9d019b6f4e844742228f85169a1"
integrity sha1-a9ceFggo+dAZtvToRHQiKPhRaaE=
dependencies:
tslib "^1.8.1"

tsutils@^3.0.0, tsutils@^3.17.1, tsutils@^3.5.0, tsutils@^3.7.0, tsutils@^3.9.1:
tsutils@^2.29.0:
version "2.29.0"
resolved "https://registry.npm.taobao.org/tsutils/download/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
integrity sha1-MrSIUBRnrL7dS4VJhnOggSrKC5k=
dependencies:
tslib "^1.8.1"

tsutils@^3.0.0, tsutils@^3.17.1, tsutils@^3.5.0, tsutils@^3.7.0:
version "3.17.1"
resolved "https://registry.npm.taobao.org/tsutils/download/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
integrity sha1-7XGZF/EcoN7lhicrKsSeAVot11k=
Expand Down

0 comments on commit a136540

Please sign in to comment.