Skip to content

Commit ae06970

Browse files
Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 (#93)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.4.1/packages/parser) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dotan Simha <[email protected]>
1 parent c13368e commit ae06970

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"devDependencies": {
2222
"@changesets/cli": "2.10.3",
23+
"@typescript-eslint/parser": "4.4.1",
2324
"@typescript-eslint/eslint-plugin": "4.4.1",
24-
"@typescript-eslint/parser": "4.4.0",
2525
"eslint": "7.11.0",
2626
"husky": "4.3.0",
2727
"lint-staged": "10.4.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,14 +1096,14 @@
10961096
eslint-scope "^5.0.0"
10971097
eslint-utils "^2.0.0"
10981098

1099-
"@typescript-eslint/[email protected].0":
1100-
version "4.4.0"
1101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.0.tgz#65974db9a75f23b036f17b37e959b5f99b659ec0"
1102-
integrity sha512-yc14iEItCxoGb7W4Nx30FlTyGpU9r+j+n1LUK/exlq2eJeFxczrz/xFRZUk2f6yzWfK+pr1DOTyQnmDkcC4TnA==
1099+
"@typescript-eslint/[email protected].1":
1100+
version "4.4.1"
1101+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.1.tgz#25fde9c080611f303f2f33cedb145d2c59915b80"
1102+
integrity sha512-S0fuX5lDku28Au9REYUsV+hdJpW/rNW0gWlc4SXzF/kdrRaAVX9YCxKpziH7djeWT/HFAjLZcnY7NJD8xTeUEg==
11031103
dependencies:
1104-
"@typescript-eslint/scope-manager" "4.4.0"
1105-
"@typescript-eslint/types" "4.4.0"
1106-
"@typescript-eslint/typescript-estree" "4.4.0"
1104+
"@typescript-eslint/scope-manager" "4.4.1"
1105+
"@typescript-eslint/types" "4.4.1"
1106+
"@typescript-eslint/typescript-estree" "4.4.1"
11071107
debug "^4.1.1"
11081108

11091109
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)