Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 5671c6d

Browse files
1 parent 10fcd2e commit 5671c6d

File tree

2 files changed

+9
-63
lines changed

2 files changed

+9
-63
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@typescript-eslint/eslint-plugin": "^2.19.2",
15-
"@typescript-eslint/parser": "^2.17.0",
15+
"@typescript-eslint/parser": "^2.19.2",
1616
"eslint-config-xo-typescript": "^0.26.0",
1717
"prettier": "^1.19.1",
1818
"semantic-release": "^17.0.3",

yarn.lock

Lines changed: 8 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -333,15 +333,6 @@
333333
regexpp "^3.0.0"
334334
tsutils "^3.17.1"
335335

336-
"@typescript-eslint/[email protected]":
337-
version "2.17.0"
338-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.17.0.tgz#12ed4a5d656e02ff47a93efc7d1ce1b8f1242351"
339-
integrity sha512-2bNf+mZ/3mj5/3CP56v+ldRK3vFy9jOvmCPs/Gr2DeSJh+asPZrhFniv4QmQsHWQFPJFWhFHgkGgJeRmK4m8iQ==
340-
dependencies:
341-
"@types/json-schema" "^7.0.3"
342-
"@typescript-eslint/typescript-estree" "2.17.0"
343-
eslint-scope "^5.0.0"
344-
345336
"@typescript-eslint/[email protected]":
346337
version "2.19.2"
347338
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.19.2.tgz#4611d44cf0f0cb460c26aa7676fc0a787281e233"
@@ -351,29 +342,16 @@
351342
"@typescript-eslint/typescript-estree" "2.19.2"
352343
eslint-scope "^5.0.0"
353344

354-
"@typescript-eslint/parser@^2.17.0":
355-
version "2.17.0"
356-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.17.0.tgz#627f79586d868edbab55f46a6b183cdc341aea1d"
357-
integrity sha512-k1g3gRQ4fwfJoIfgUpz78AovicSWKFANmvTfkAHP24MgJHjWfZI6ya7tsQZt1sLczvP4G9BE5G5MgADHdmJB/w==
345+
"@typescript-eslint/parser@^2.19.2":
346+
version "2.19.2"
347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.19.2.tgz#21f42c0694846367e7d6a907feb08ab2f89c0879"
348+
integrity sha512-8uwnYGKqX9wWHGPGdLB9sk9+12sjcdqEEYKGgbS8A0IvYX59h01o8os5qXUHMq2na8vpDRaV0suTLM7S8wraTA==
358349
dependencies:
359350
"@types/eslint-visitor-keys" "^1.0.0"
360-
"@typescript-eslint/experimental-utils" "2.17.0"
361-
"@typescript-eslint/typescript-estree" "2.17.0"
351+
"@typescript-eslint/experimental-utils" "2.19.2"
352+
"@typescript-eslint/typescript-estree" "2.19.2"
362353
eslint-visitor-keys "^1.1.0"
363354

364-
"@typescript-eslint/[email protected]":
365-
version "2.17.0"
366-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.17.0.tgz#2ce1531ec0925ef8d22d7026235917c2638a82af"
367-
integrity sha512-g0eVRULGnEEUakxRfJO0s0Hr1LLQqsI6OrkiCLpdHtdJJek+wyd8mb00vedqAoWldeDcOcP8plqw8/jx9Gr3Lw==
368-
dependencies:
369-
debug "^4.1.1"
370-
eslint-visitor-keys "^1.1.0"
371-
glob "^7.1.6"
372-
is-glob "^4.0.1"
373-
lodash "^4.17.15"
374-
semver "^6.3.0"
375-
tsutils "^3.17.1"
376-
377355
"@typescript-eslint/[email protected]":
378356
version "2.19.2"
379357
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.19.2.tgz#67485b00172f400474d243c6c0be27581a579350"
@@ -1468,7 +1446,7 @@ debug@^3.1.0:
14681446
dependencies:
14691447
ms "^2.1.1"
14701448

1471-
debuglog@*, debuglog@^1.0.1:
1449+
debuglog@^1.0.1:
14721450
version "1.0.1"
14731451
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
14741452
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -2945,7 +2923,7 @@ import-modules@^2.0.0:
29452923
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.0.0.tgz#9c1e13b4e7a15682f70a6e3fa29534e4540cfc5d"
29462924
integrity sha512-iczM/v9drffdNnABOKwj0f9G3cFDon99VcG1mxeBsdqnbd+vnQ5c2uAiCHNQITqFTOPaEvwg3VjoWCur0uHLEw==
29472925

2948-
imurmurhash@*, imurmurhash@^0.1.4:
2926+
imurmurhash@^0.1.4:
29492927
version "0.1.4"
29502928
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
29512929
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -3803,11 +3781,6 @@ lockfile@^1.0.4:
38033781
dependencies:
38043782
signal-exit "^3.0.2"
38053783

3806-
lodash._baseindexof@*:
3807-
version "3.1.0"
3808-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
3809-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
3810-
38113784
lodash._baseuniq@~4.6.0:
38123785
version "4.6.0"
38133786
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -3816,33 +3789,11 @@ lodash._baseuniq@~4.6.0:
38163789
lodash._createset "~4.0.0"
38173790
lodash._root "~3.0.0"
38183791

3819-
lodash._bindcallback@*:
3820-
version "3.0.1"
3821-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
3822-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
3823-
3824-
lodash._cacheindexof@*:
3825-
version "3.0.2"
3826-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
3827-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
3828-
3829-
lodash._createcache@*:
3830-
version "3.1.2"
3831-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
3832-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
3833-
dependencies:
3834-
lodash._getnative "^3.0.0"
3835-
38363792
lodash._createset@~4.0.0:
38373793
version "4.0.3"
38383794
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
38393795
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
38403796

3841-
lodash._getnative@*, lodash._getnative@^3.0.0:
3842-
version "3.9.1"
3843-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
3844-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
3845-
38463797
lodash._root@~3.0.0:
38473798
version "3.0.1"
38483799
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -3898,11 +3849,6 @@ lodash.kebabcase@^4.1.1:
38983849
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
38993850
integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
39003851

3901-
lodash.restparam@*:
3902-
version "3.6.1"
3903-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
3904-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
3905-
39063852
lodash.set@^4.3.2:
39073853
version "4.3.2"
39083854
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"

0 commit comments

Comments
 (0)