Skip to content

Commit 68dbaf1

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v3.3.0
1 parent 68bcc68 commit 68dbaf1

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": "26.0.0",
4545
"@types/node": "12.12.20",
46-
"@typescript-eslint/eslint-plugin": "3.2.0",
47-
"@typescript-eslint/parser": "3.2.0",
46+
"@typescript-eslint/eslint-plugin": "3.3.0",
47+
"@typescript-eslint/parser": "3.3.0",
4848
"eslint": "7.2.0",
4949
"eslint-config-prettier": "6.11.0",
5050
"eslint-plugin-prettier": "3.1.4",

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.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==
1117+
"@typescript-eslint/eslint-plugin@3.3.0":
1118+
version "3.3.0"
1119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.3.0.tgz#89518e5c5209a349bde161c3489b0ec187ae5d37"
1120+
integrity sha512-Ybx/wU75Tazz6nU2d7nN6ll0B98odoiYLXwcuwS5WSttGzK46t0n7TPRQ4ozwcTv82UY6TQoIvI+sJfTzqK9dQ==
11211121
dependencies:
1122-
"@typescript-eslint/experimental-utils" "3.2.0"
1122+
"@typescript-eslint/experimental-utils" "3.3.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.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==
1128+
"@typescript-eslint/experimental-utils@3.3.0":
1129+
version "3.3.0"
1130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.3.0.tgz#d72a946e056a83d4edf97f3411cceb639b0b8c87"
1131+
integrity sha512-d4pGIAbu/tYsrPrdHCQ5xfadJGvlkUxbeBB56nO/VGmEDi/sKmfa5fGty5t5veL1OyJBrUmSiRn1R1qfVDydrg==
11321132
dependencies:
11331133
"@types/json-schema" "^7.0.3"
1134-
"@typescript-eslint/typescript-estree" "3.2.0"
1134+
"@typescript-eslint/typescript-estree" "3.3.0"
11351135
eslint-scope "^5.0.0"
11361136
eslint-utils "^2.0.0"
11371137

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==
1138+
"@typescript-eslint/parser@3.3.0":
1139+
version "3.3.0"
1140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.3.0.tgz#fcae40012ded822aa8b2739a1a03a4e3c5bbb7bb"
1141+
integrity sha512-a7S0Sqn/+RpOOWTcaLw6RD4obsharzxmgMfdK24l364VxuBODXjuJM7ImCkSXEN7oz52aiZbXSbc76+2EsE91w==
11421142
dependencies:
11431143
"@types/eslint-visitor-keys" "^1.0.0"
1144-
"@typescript-eslint/experimental-utils" "3.2.0"
1145-
"@typescript-eslint/typescript-estree" "3.2.0"
1144+
"@typescript-eslint/experimental-utils" "3.3.0"
1145+
"@typescript-eslint/typescript-estree" "3.3.0"
11461146
eslint-visitor-keys "^1.1.0"
11471147

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==
1148+
"@typescript-eslint/typescript-estree@3.3.0":
1149+
version "3.3.0"
1150+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.3.0.tgz#841ffed25c29b0049ebffb4c2071268a34558a2a"
1151+
integrity sha512-3SqxylENltEvJsjjMSDCUx/edZNSC7wAqifUU1Ywp//0OWEZwMZJfecJud9XxJ/40rAKEbJMKBOQzeOjrLJFzQ==
11521152
dependencies:
11531153
debug "^4.1.1"
11541154
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)