Bump dtslint from 1.0.3 to 2.0.0

Bumps [dtslint](https://github.com/Microsoft/dtslint) from 1.0.3 to 2.0.0.
- [Release notes](https://github.com/Microsoft/dtslint/releases)
- [Commits](https://github.com/Microsoft/dtslint/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-08 13:14:41 +00:00
parent 4385769d26
commit feda243ed2
2 changed files with 10 additions and 10 deletions

View File

@ -44,7 +44,7 @@
"babel-preset-stage-2": "^6.3.13", "babel-preset-stage-2": "^6.3.13",
"benchmark": "^2.1.4", "benchmark": "^2.1.4",
"chai": "^4.2.0", "chai": "^4.2.0",
"dtslint": "^1.0.2", "dtslint": "^2.0.0",
"eslint": "^4.19.1", "eslint": "^4.19.1",
"eslint-config-airbnb-base": "^11.1.3", "eslint-config-airbnb-base": "^11.1.3",
"eslint-config-prettier": "^6.3.0", "eslint-config-prettier": "^6.3.0",

View File

@ -1921,10 +1921,10 @@ define-property@^2.0.2:
is-descriptor "^1.0.2" is-descriptor "^1.0.2"
isobject "^3.0.1" isobject "^3.0.1"
definitelytyped-header-parser@3.8.0: definitelytyped-header-parser@3.8.1:
version "3.8.0" version "3.8.1"
resolved "https://registry.yarnpkg.com/definitelytyped-header-parser/-/definitelytyped-header-parser-3.8.0.tgz#9d4b9d97f8c4c1abd62af736283247b527a4a8f1" resolved "https://registry.yarnpkg.com/definitelytyped-header-parser/-/definitelytyped-header-parser-3.8.1.tgz#b24d83c03c8f2a09918aab241861d5bea2dd0b10"
integrity sha512-CjVhNRDk4TeNcuibX5BAGLafwZSypnUR6QqVsNlLB5v5vZbcHM+v6qyNOGyQUV4mVEx3NhQvTJvzMJj4h4QWVQ== integrity sha512-+uZhvbiVrNUHY1v3wlmnrWY3+jd4o8rLEho93CHrghbSzTixK5o7QdL66Rb2hmW/9nikGAarn1mBRhRyKKfyzQ==
dependencies: dependencies:
"@types/parsimmon" "^1.3.0" "@types/parsimmon" "^1.3.0"
parsimmon "^1.2.0" parsimmon "^1.2.0"
@ -2078,12 +2078,12 @@ dts-critic@^2.2.0:
semver "^6.2.0" semver "^6.2.0"
yargs "^12.0.5" yargs "^12.0.5"
dtslint@^1.0.2: dtslint@^2.0.0:
version "1.0.3" version "2.0.0"
resolved "https://registry.yarnpkg.com/dtslint/-/dtslint-1.0.3.tgz#91c1c9aa76671aa4b576710c745fbe335aca05a7" resolved "https://registry.yarnpkg.com/dtslint/-/dtslint-2.0.0.tgz#bd36bffe91a9f2e8ada1711bf891fca82e05fb51"
integrity sha512-EC+zQOwJWum4EAIwd/xIq1qIp8CTYgMK9YAhaqyCTJS/DcL05PzviptulILOwR8bXPx6oceExdcP9Dc4UyVomg== integrity sha512-UVRzX7ghhA2uoS0UIPJf3MkiUWZvK05a/AG4gqQ5pIjz1YM4wgVC+y1aXcXT+CSLTK1nm/9j+MBaDq+l4YBDVQ==
dependencies: dependencies:
definitelytyped-header-parser "3.8.0" definitelytyped-header-parser "3.8.1"
dts-critic "^2.2.0" dts-critic "^2.2.0"
fs-extra "^6.0.1" fs-extra "^6.0.1"
request "^2.88.0" request "^2.88.0"