Skip to content

Commit

Permalink
Merge 813aae0 into 07ca8e0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Oct 9, 2018
2 parents 07ca8e0 + 813aae0 commit e492772
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@alorel-personal/build-tools": "4.1.2",
"@alorel-personal/conventional-changelog-alorel": "2.0.4",
"@alorel-personal/semantic-release": "1.3.1",
"@alorel-personal/tslint-rules": "3.0.0",
"@alorel-personal/tslint-rules": "4.0.0",
"@semantic-release/changelog": "~3.0.0",
"@semantic-release/exec": "~3.1.2",
"@semantic-release/git": "~7.0.3",
Expand Down
26 changes: 22 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@
fs-extra "^7.0.0"
tslib "^1.6.0"

"@alorel-personal/tslint-rules@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@alorel-personal/tslint-rules/-/tslint-rules-3.0.0.tgz#c3497377477af6ff920d5d6b3bcb60489b712cfa"
"@alorel-personal/tslint-rules@4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@alorel-personal/tslint-rules/-/tslint-rules-4.0.0.tgz#cdbe1128a87524add84217ecae3e1337bf8b93e3"
dependencies:
tslint "^5.11.0"
tslint-sonarts "1.8.0"
typescript ">=2.2.0 <4.0.0"

"@babel/code-frame@7.0.0-beta.51":
version "7.0.0-beta.51"
Expand Down Expand Up @@ -2376,6 +2380,10 @@ immediate@~3.0.5:
version "3.0.6"
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"

immutable@^3.8.2:
version "3.8.2"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"

import-from@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
Expand Down Expand Up @@ -5305,7 +5313,13 @@ tslib@^1.6.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

tslint@5.11.0, tslint@~5.11.0:
tslint-sonarts@1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/tslint-sonarts/-/tslint-sonarts-1.8.0.tgz#80f2e8addd418c3b8807fc0155dec33b5a81e8d1"
dependencies:
immutable "^3.8.2"

tslint@5.11.0, tslint@^5.11.0, tslint@~5.11.0:
version "5.11.0"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.11.0.tgz#98f30c02eae3cde7006201e4c33cb08b48581eed"
dependencies:
Expand Down Expand Up @@ -5354,6 +5368,10 @@ typescript-lazy-get-decorator@^1.2.0:
version "1.2.2"
resolved "https://registry.yarnpkg.com/typescript-lazy-get-decorator/-/typescript-lazy-get-decorator-1.2.2.tgz#f7ffe9f9225b830f851f2701376409cfd640100e"

"typescript@>=2.2.0 <4.0.0":
version "3.1.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.2.tgz#c03a5d16f30bb60ad8bb6fe8e7cb212eedeec950"

typescript@~3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.3.tgz#4853b3e275ecdaa27f78fda46dc273a7eb7fc1c8"
Expand Down

0 comments on commit e492772

Please sign in to comment.