Skip to content

Commit d06676a

Browse files
fix(deps): update typescript-eslint monorepo to v3.0.1 (#120)
1 parent 447ad3d commit d06676a

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

packages/eslint-config-globis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"test": "echo test"
1515
},
1616
"dependencies": {
17-
"@typescript-eslint/eslint-plugin": "3.0.0",
18-
"@typescript-eslint/parser": "3.0.0",
17+
"@typescript-eslint/eslint-plugin": "3.0.1",
18+
"@typescript-eslint/parser": "3.0.1",
1919
"eslint-config-airbnb": "18.1.0",
2020
"eslint-config-prettier": "6.11.0",
2121
"eslint-plugin-import": "2.20.2",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -236,41 +236,41 @@
236236
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
237237
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
238238

239-
"@typescript-eslint/[email protected].0":
240-
version "3.0.0"
241-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.0.tgz#02f8ec6b5ce814bda80dfc22463f108bed1f699b"
242-
integrity sha512-lcZ0M6jD4cqGccYOERKdMtg+VWpoq3NSnWVxpc/AwAy0zhkUYVioOUZmfNqiNH8/eBNGhCn6HXd6mKIGRgNc1Q==
239+
"@typescript-eslint/[email protected].1":
240+
version "3.0.1"
241+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.1.tgz#368fe7d4c3d927e9fd27b7ba150b4b7e83ddfabe"
242+
integrity sha512-RxGldRQD3hgOK2xtBfNfA5MMV3rn5gVChe+MIf14hKm51jO2urqF64xOyVrGtzThkrd4rS1Kihqx2nkSxkXHvA==
243243
dependencies:
244-
"@typescript-eslint/experimental-utils" "3.0.0"
244+
"@typescript-eslint/experimental-utils" "3.0.1"
245245
functional-red-black-tree "^1.0.1"
246246
regexpp "^3.0.0"
247247
semver "^7.3.2"
248248
tsutils "^3.17.1"
249249

250-
"@typescript-eslint/[email protected].0":
251-
version "3.0.0"
252-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.0.0.tgz#1ddf53eeb61ac8eaa9a77072722790ac4f641c03"
253-
integrity sha512-BN0vmr9N79M9s2ctITtChRuP1+Dls0x/wlg0RXW1yQ7WJKPurg6X3Xirv61J2sjPif4F8SLsFMs5Nzte0WYoTQ==
250+
"@typescript-eslint/[email protected].1":
251+
version "3.0.1"
252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.0.1.tgz#e2721c970068fabd6621709234809c98cd3343ad"
253+
integrity sha512-GdwOVz80MOWxbc/br1DC30eeqlxfpVzexHgHtf3L0hcbOu1xAs1wSCNcaBTLMOMZbh1gj/cKZt0eB207FxWfFA==
254254
dependencies:
255255
"@types/json-schema" "^7.0.3"
256-
"@typescript-eslint/typescript-estree" "3.0.0"
256+
"@typescript-eslint/typescript-estree" "3.0.1"
257257
eslint-scope "^5.0.0"
258258
eslint-utils "^2.0.0"
259259

260-
"@typescript-eslint/[email protected].0":
261-
version "3.0.0"
262-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.0.0.tgz#fe9fdf18a1155c02c04220c14506a320cb6c6944"
263-
integrity sha512-8RRCA9KLxoFNO0mQlrLZA0reGPd/MsobxZS/yPFj+0/XgMdS8+mO8mF3BDj2ZYQj03rkayhSJtF1HAohQ3iylw==
260+
"@typescript-eslint/[email protected].1":
261+
version "3.0.1"
262+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.0.1.tgz#f5163e3a789422f5c62f4daf822bfa03b7e4472d"
263+
integrity sha512-Pn2tDmOc4Ri93VQnT70W0pqQr6i/pEZqIPXfWXm4RuiIprL0t6SG13ViVXHgfScknL2Fm2G4IqXhUzxSRCWXCw==
264264
dependencies:
265265
"@types/eslint-visitor-keys" "^1.0.0"
266-
"@typescript-eslint/experimental-utils" "3.0.0"
267-
"@typescript-eslint/typescript-estree" "3.0.0"
266+
"@typescript-eslint/experimental-utils" "3.0.1"
267+
"@typescript-eslint/typescript-estree" "3.0.1"
268268
eslint-visitor-keys "^1.1.0"
269269

270-
"@typescript-eslint/[email protected].0":
271-
version "3.0.0"
272-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.0.0.tgz#fa40e1b76ccff880130be054d9c398e96004bf42"
273-
integrity sha512-nevQvHyNghsfLrrByzVIH4ZG3NROgJ8LZlfh3ddwPPH4CH7W4GAiSx5qu+xHuX5pWsq6q/eqMc1io840ZhAnUg==
270+
"@typescript-eslint/[email protected].1":
271+
version "3.0.1"
272+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.0.1.tgz#8c0cfb7cda64bd6f54185a7b7d1923d25d36b2a8"
273+
integrity sha512-FrbMdgVCeIGHKaP9OYTttFTlF8Ds7AkjMca2GzYCE7pVch10PAJc1mmAFt+DfQPgu/2TrLAprg2vI0PK/WTdcg==
274274
dependencies:
275275
debug "^4.1.1"
276276
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)