Skip to content

Commit

Permalink
Merge pull request #8 from homeroom-live/renovate/tslint-config-stand…
Browse files Browse the repository at this point in the history
…ard-7.x

chore(deps): update dependency tslint-config-standard to v7.1.0
  • Loading branch information
maticzav authored Sep 16, 2018
2 parents 2c6d402 + dd9364f commit 62c8ede
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ts-node": "7.0.1",
"tslint": "5.10.0",
"tslint-config-prettier": "1.13.0",
"tslint-config-standard": "7.0.0",
"tslint-config-standard": "7.1.0",
"typescript": "2.9.2"
},
"peerDependencies": {
Expand Down
40 changes: 25 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ dir-glob@^2.0.0:
arrify "^1.0.1"
path-type "^3.0.0"

doctrine@^0.7.2:
doctrine@0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-0.7.2.tgz#7cb860359ba3be90e040b26b729ce4bfa654c523"
dependencies:
Expand Down Expand Up @@ -4061,27 +4061,35 @@ ts-node@7.0.1:
source-map-support "^0.5.6"
yn "^2.0.0"

tslib@^1.0.0, tslib@^1.8.0, tslib@^1.8.1:
tslib@1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"

tslib@^1.7.1:
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

tslib@^1.8.0, tslib@^1.8.1:
version "1.9.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.2.tgz#8be0cc9a1f6dc7727c38deb16c2ebd1a2892988e"

tslint-config-prettier@1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.13.0.tgz#189e821931ad89e0364e4e292d5c44a14e90ecd6"

tslint-config-standard@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/tslint-config-standard/-/tslint-config-standard-7.0.0.tgz#47bbf25578ed2212456f892d51e1abe884a29f15"
tslint-config-standard@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/tslint-config-standard/-/tslint-config-standard-7.1.0.tgz#6bcc435a179478e365f6cc62312a561221985760"
dependencies:
tslint-eslint-rules "^4.1.1"
tslint-eslint-rules "^5.3.1"

tslint-eslint-rules@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/tslint-eslint-rules/-/tslint-eslint-rules-4.1.1.tgz#7c30e7882f26bc276bff91d2384975c69daf88ba"
tslint-eslint-rules@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/tslint-eslint-rules/-/tslint-eslint-rules-5.3.1.tgz#10dec4361df0b3e4385d91ff8e0226bda4ec2ad4"
dependencies:
doctrine "^0.7.2"
tslib "^1.0.0"
tsutils "^1.4.0"
doctrine "0.7.2"
tslib "1.9.0"
tsutils "2.8.0"

tslint@5.10.0:
version "5.10.0"
Expand All @@ -4100,9 +4108,11 @@ tslint@5.10.0:
tslib "^1.8.0"
tsutils "^2.12.1"

tsutils@^1.4.0:
version "1.9.1"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-1.9.1.tgz#b9f9ab44e55af9681831d5f28d0aeeaf5c750cb0"
tsutils@2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.8.0.tgz#0160173729b3bf138628dd14a1537e00851d814a"
dependencies:
tslib "^1.7.1"

tsutils@^2.12.1:
version "2.27.1"
Expand Down

0 comments on commit 62c8ede

Please sign in to comment.