Skip to content

Commit c95ec40

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4.10.0
1 parent 386c76c commit c95ec40

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"devDependencies": {
3333
"@pocket-studios/eslint-config": "1.0.4",
3434
"@types/node": "14.11.2",
35-
"@typescript-eslint/eslint-plugin": "4.1.0",
36-
"@typescript-eslint/parser": "4.1.0",
35+
"@typescript-eslint/eslint-plugin": "4.10.0",
36+
"@typescript-eslint/parser": "4.10.0",
3737
"@vercel/ncc": "0.24.1",
3838
"eslint": "6.8.0",
3939
"eslint-config-airbnb": "18.2.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,13 @@
210210
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
211211
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
212212

213-
"@typescript-eslint/eslint-plugin@4.1.0":
214-
version "4.1.0"
215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.1.0.tgz#7d309f60815ff35e9627ad85e41928d7b7fd443f"
216-
integrity sha512-U+nRJx8XDUqJxYF0FCXbpmD9nWt/xHDDG0zsw1vrVYAmEAuD/r49iowfurjSL2uTA2JsgtpsyG7mjO7PHf2dYw==
213+
"@typescript-eslint/eslint-plugin@4.10.0":
214+
version "4.10.0"
215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.10.0.tgz#19ed3baf4bc4232c5a7fcd32eaca75c3a5baf9f3"
216+
integrity sha512-h6/V46o6aXpKRlarP1AiJEXuCJ7cMQdlpfMDrcllIgX3dFkLwEBTXAoNP98ZoOmqd1xvymMVRAI4e7yVvlzWEg==
217217
dependencies:
218-
"@typescript-eslint/experimental-utils" "4.1.0"
219-
"@typescript-eslint/scope-manager" "4.1.0"
218+
"@typescript-eslint/experimental-utils" "4.10.0"
219+
"@typescript-eslint/scope-manager" "4.10.0"
220220
debug "^4.1.1"
221221
functional-red-black-tree "^1.0.1"
222222
regexpp "^3.0.0"
@@ -243,40 +243,40 @@
243243
eslint-scope "^5.0.0"
244244
eslint-utils "^2.0.0"
245245

246-
"@typescript-eslint/experimental-utils@4.1.0":
247-
version "4.1.0"
248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.0.tgz#263d7225645c09a411c8735eeffd417f50f49026"
249-
integrity sha512-paEYLA37iqRIDPeQwAmoYSiZ3PiHsaAc3igFeBTeqRHgPnHjHLJ9OGdmP6nwAkF65p2QzEsEBtpjNUBWByNWzA==
246+
"@typescript-eslint/experimental-utils@4.10.0":
247+
version "4.10.0"
248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.10.0.tgz#dbf5d0f89802d5feaf7d11e5b32df29bbc2f3a0e"
249+
integrity sha512-opX+7ai1sdWBOIoBgpVJrH5e89ra1KoLrJTz0UtWAa4IekkKmqDosk5r6xqRaNJfCXEfteW4HXQAwMdx+jjEmw==
250250
dependencies:
251251
"@types/json-schema" "^7.0.3"
252-
"@typescript-eslint/scope-manager" "4.1.0"
253-
"@typescript-eslint/types" "4.1.0"
254-
"@typescript-eslint/typescript-estree" "4.1.0"
252+
"@typescript-eslint/scope-manager" "4.10.0"
253+
"@typescript-eslint/types" "4.10.0"
254+
"@typescript-eslint/typescript-estree" "4.10.0"
255255
eslint-scope "^5.0.0"
256256
eslint-utils "^2.0.0"
257257

258-
"@typescript-eslint/parser@4.1.0":
259-
version "4.1.0"
260-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.1.0.tgz#9b0409411725f14cd7faa81a664e5051225961db"
261-
integrity sha512-hM/WNCQTzDHgS0Ke3cR9zPndL3OTKr9OoN9CL3UqulsAjYDrglSwIIgswSmHBcSbOzLmgaMARwrQEbIumIglvQ==
258+
"@typescript-eslint/parser@4.10.0":
259+
version "4.10.0"
260+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031"
261+
integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg==
262262
dependencies:
263-
"@typescript-eslint/scope-manager" "4.1.0"
264-
"@typescript-eslint/types" "4.1.0"
265-
"@typescript-eslint/typescript-estree" "4.1.0"
263+
"@typescript-eslint/scope-manager" "4.10.0"
264+
"@typescript-eslint/types" "4.10.0"
265+
"@typescript-eslint/typescript-estree" "4.10.0"
266266
debug "^4.1.1"
267267

268-
"@typescript-eslint/scope-manager@4.1.0":
269-
version "4.1.0"
270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.0.tgz#9e389745ee9cfe12252ed1e9958808abd6b3a683"
271-
integrity sha512-HD1/u8vFNnxwiHqlWKC/Pigdn0Mvxi84Y6GzbZ5f5sbLrFKu0al02573Er+D63Sw67IffVUXR0uR8rpdfdk+vA==
268+
"@typescript-eslint/scope-manager@4.10.0":
269+
version "4.10.0"
270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27"
271+
integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ==
272272
dependencies:
273-
"@typescript-eslint/types" "4.1.0"
274-
"@typescript-eslint/visitor-keys" "4.1.0"
273+
"@typescript-eslint/types" "4.10.0"
274+
"@typescript-eslint/visitor-keys" "4.10.0"
275275

276-
"@typescript-eslint/types@4.1.0":
277-
version "4.1.0"
278-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.0.tgz#edbd3fec346f34e13ce7aa176b03b497a32c496a"
279-
integrity sha512-rkBqWsO7m01XckP9R2YHVN8mySOKKY2cophGM8K5uDK89ArCgahItQYdbg/3n8xMxzu2elss+an1TphlUpDuJw==
276+
"@typescript-eslint/types@4.10.0":
277+
version "4.10.0"
278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
279+
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
280280

281281
"@typescript-eslint/typescript-estree@2.34.0":
282282
version "2.34.0"
@@ -291,26 +291,26 @@
291291
semver "^7.3.2"
292292
tsutils "^3.17.1"
293293

294-
"@typescript-eslint/typescript-estree@4.1.0":
295-
version "4.1.0"
296-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.0.tgz#394046ead25164494218c0e3d6b960695ea967f6"
297-
integrity sha512-r6et57qqKAWU173nWyw31x7OfgmKfMEcjJl9vlJEzS+kf9uKNRr4AVTRXfTCwebr7bdiVEkfRY5xGnpPaNPe4Q==
294+
"@typescript-eslint/typescript-estree@4.10.0":
295+
version "4.10.0"
296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
297+
integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g==
298298
dependencies:
299-
"@typescript-eslint/types" "4.1.0"
300-
"@typescript-eslint/visitor-keys" "4.1.0"
299+
"@typescript-eslint/types" "4.10.0"
300+
"@typescript-eslint/visitor-keys" "4.10.0"
301301
debug "^4.1.1"
302302
globby "^11.0.1"
303303
is-glob "^4.0.1"
304304
lodash "^4.17.15"
305305
semver "^7.3.2"
306306
tsutils "^3.17.1"
307307

308-
"@typescript-eslint/visitor-keys@4.1.0":
309-
version "4.1.0"
310-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.0.tgz#b2d528c9484e7eda1aa4f86ccf0432fb16e4d545"
311-
integrity sha512-+taO0IZGCtCEsuNTTF2Q/5o8+fHrlml8i9YsZt2AiDCdYEJzYlsmRY991l/6f3jNXFyAWepdQj7n8Na6URiDRQ==
308+
"@typescript-eslint/visitor-keys@4.10.0":
309+
version "4.10.0"
310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
311+
integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg==
312312
dependencies:
313-
"@typescript-eslint/types" "4.1.0"
313+
"@typescript-eslint/types" "4.10.0"
314314
eslint-visitor-keys "^2.0.0"
315315

316316
"@vercel/ncc@0.24.1":

0 commit comments

Comments
 (0)