Skip to content

Commit a702391

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v3.2.0
1 parent 78965ef commit a702391

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@commitlint/config-conventional": "8.3.4",
4444
"@types/jest": "25.2.3",
4545
"@types/node": "12.12.20",
46-
"@typescript-eslint/eslint-plugin": "3.1.0",
47-
"@typescript-eslint/parser": "3.1.0",
46+
"@typescript-eslint/eslint-plugin": "3.2.0",
47+
"@typescript-eslint/parser": "3.2.0",
4848
"eslint": "7.2.0",
4949
"eslint-config-prettier": "6.11.0",
5050
"eslint-plugin-prettier": "3.1.3",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,41 +1114,41 @@
11141114
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.0.tgz#8b63ab7f1aa5321248aad5ac890a485656dcea4d"
11151115
integrity sha512-te5lMAWii1uEJ4FwLjzdlbw3+n0FZNOvFXHxQDKeT0dilh7HOzdMzV2TrJVUzq8ep7J4Na8OUYPRLSQkJHAlrg==
11161116

1117-
"@typescript-eslint/eslint-plugin@3.1.0":
1118-
version "3.1.0"
1119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.1.0.tgz#4ac00ecca3bbea740c577f1843bc54fa69c3def2"
1120-
integrity sha512-D52KwdgkjYc+fmTZKW7CZpH5ZBJREJKZXRrveMiRCmlzZ+Rw9wRVJ1JAmHQ9b/+Ehy1ZeaylofDB9wwXUt83wg==
1117+
"@typescript-eslint/eslint-plugin@3.2.0":
1118+
version "3.2.0"
1119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.2.0.tgz#7fb997f391af32ae6ca1dbe56bcefe4dd30bda14"
1120+
integrity sha512-t9RTk/GyYilIXt6BmZurhBzuMT9kLKw3fQoJtK9ayv0tXTlznXEAnx07sCLXdkN3/tZDep1s1CEV95CWuARYWA==
11211121
dependencies:
1122-
"@typescript-eslint/experimental-utils" "3.1.0"
1122+
"@typescript-eslint/experimental-utils" "3.2.0"
11231123
functional-red-black-tree "^1.0.1"
11241124
regexpp "^3.0.0"
11251125
semver "^7.3.2"
11261126
tsutils "^3.17.1"
11271127

1128-
"@typescript-eslint/experimental-utils@3.1.0":
1129-
version "3.1.0"
1130-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.1.0.tgz#2d5dba7c2ac2a3da3bfa3f461ff64de38587a872"
1131-
integrity sha512-Zf8JVC2K1svqPIk1CB/ehCiWPaERJBBokbMfNTNRczCbQSlQXaXtO/7OfYz9wZaecNvdSvVADt6/XQuIxhC79w==
1128+
"@typescript-eslint/experimental-utils@3.2.0":
1129+
version "3.2.0"
1130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.2.0.tgz#4dab8fc9f44f059ec073470a81bb4d7d7d51e6c5"
1131+
integrity sha512-UbJBsk+xO9dIFKtj16+m42EvUvsjZbbgQ2O5xSTSfVT1Z3yGkL90DVu0Hd3029FZ5/uBgl+F3Vo8FAcEcqc6aQ==
11321132
dependencies:
11331133
"@types/json-schema" "^7.0.3"
1134-
"@typescript-eslint/typescript-estree" "3.1.0"
1134+
"@typescript-eslint/typescript-estree" "3.2.0"
11351135
eslint-scope "^5.0.0"
11361136
eslint-utils "^2.0.0"
11371137

1138-
"@typescript-eslint/parser@3.1.0":
1139-
version "3.1.0"
1140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.1.0.tgz#9c02ba5d88ad2355672f39e6cd4176f172dd47f8"
1141-
integrity sha512-NcDSJK8qTA2tPfyGiPes9HtVKLbksmuYjlgGAUs7Ld2K0swdWibnCq9IJx9kJN8JJdgUJSorFiGaPHBgH81F/Q==
1138+
"@typescript-eslint/parser@3.2.0":
1139+
version "3.2.0"
1140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.2.0.tgz#d9d7867456b1b8ecae9e724269b0bc932f06cbca"
1141+
integrity sha512-Vhu+wwdevDLVDjK1lIcoD6ZbuOa93fzqszkaO3iCnmrScmKwyW/AGkzc2UvfE5TCoCXqq7Jyt6SOXjsIlpqF4A==
11421142
dependencies:
11431143
"@types/eslint-visitor-keys" "^1.0.0"
1144-
"@typescript-eslint/experimental-utils" "3.1.0"
1145-
"@typescript-eslint/typescript-estree" "3.1.0"
1144+
"@typescript-eslint/experimental-utils" "3.2.0"
1145+
"@typescript-eslint/typescript-estree" "3.2.0"
11461146
eslint-visitor-keys "^1.1.0"
11471147

1148-
"@typescript-eslint/typescript-estree@3.1.0":
1149-
version "3.1.0"
1150-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.1.0.tgz#eaff52d31e615e05b894f8b9d2c3d8af152a5dd2"
1151-
integrity sha512-+4nfYauqeQvK55PgFrmBWFVYb6IskLyOosYEmhH3mSVhfBp9AIJnjExdgDmKWoOBHRcPM8Ihfm2BFpZf0euUZQ==
1148+
"@typescript-eslint/typescript-estree@3.2.0":
1149+
version "3.2.0"
1150+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.2.0.tgz#c735f1ca6b4d3cd671f30de8c9bde30843e7ead8"
1151+
integrity sha512-uh+Y2QO7dxNrdLw7mVnjUqkwO/InxEqwN0wF+Za6eo3coxls9aH9kQ/5rSvW2GcNanebRTmsT5w1/92lAOb1bA==
11521152
dependencies:
11531153
debug "^4.1.1"
11541154
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)