Skip to content

Commit 1bb68f6

Browse files
chore(deps): update dependency @typescript-eslint/parser to ~5.45.0 (#253)
* chore(deps): update dependency @typescript-eslint/parser to ~5.45.0 * fix Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: yosuke ota <[email protected]>
1 parent 03d2b79 commit 1bb68f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/node": "^18.11.0",
6464
"@types/semver": "^7.3.9",
6565
"@typescript-eslint/eslint-plugin": "^5.4.0",
66-
"@typescript-eslint/parser": "~5.44.0",
66+
"@typescript-eslint/parser": "~5.45.0",
6767
"benchmark": "^2.1.4",
6868
"chai": "^4.3.4",
6969
"code-red": "^0.2.3",

Diff for: src/context/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export class Context {
130130

131131
public readonly letDirCollections = new LetDirectiveCollections();
132132

133-
private state: { isTypeScript?: boolean } = {};
133+
private readonly state: { isTypeScript?: boolean } = {};
134134

135135
private readonly blocks: Block[] = [];
136136

0 commit comments

Comments
 (0)