From 3750a6d0c995cab93273aa5ad4cc276f461e3cdc Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 26 Sep 2018 23:53:38 +0100 Subject: [PATCH] chore(package): update @alorel-personal/tslint-rules to version 3.0.0 --- package.json | 2 +- src/lib/Fixture.ts | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1be413c2..c3598909 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@alorel-personal/conventional-changelog-alorel": "2.0.4", "@alorel-personal/semantic-release": "1.3.1", - "@alorel-personal/tslint-rules": "2.0.0", + "@alorel-personal/tslint-rules": "3.0.0", "@semantic-release/changelog": "~3.0.0", "@semantic-release/exec": "~3.1.2", "@semantic-release/git": "~7.0.1", diff --git a/src/lib/Fixture.ts b/src/lib/Fixture.ts index 2a569d03..305304c6 100644 --- a/src/lib/Fixture.ts +++ b/src/lib/Fixture.ts @@ -10,7 +10,7 @@ interface Obj { } export class Fixture { - public constructor(private feature: string) { + public constructor(private readonly feature: string) { } @LazyGetter() diff --git a/yarn.lock b/yarn.lock index d97c6f77..4f6a50d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17,9 +17,9 @@ fs-extra "^7.0.0" tslib "^1.6.0" -"@alorel-personal/tslint-rules@2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@alorel-personal/tslint-rules/-/tslint-rules-2.0.0.tgz#d34e291e05e1bba7fdae3d6744f1c3b9808eb859" +"@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" "@babel/code-frame@7.0.0-beta.51": version "7.0.0-beta.51"