Skip to content

Commit f112833

Browse files
committedDec 6, 2021
chore(deps): bump @typescript-eslint/parser to 5.6.0
1 parent ee9fe85 commit f112833

File tree

2 files changed

+42
-8
lines changed

2 files changed

+42
-8
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/react": "17.0.31",
6262
"@types/react-dom": "17.0.10",
6363
"@types/styled-components": "5.1.15",
64-
"@typescript-eslint/parser": "5.1.0",
64+
"@typescript-eslint/parser": "5.6.0",
6565
"@typescript-eslint/eslint-plugin": "5.1.0",
6666
"babel-loader": "8.2.3",
6767
"babel-plugin-styled-components": "1.13.3",

‎yarn.lock

+41-7
Original file line numberDiff line numberDiff line change
@@ -3092,14 +3092,14 @@
30923092
eslint-scope "^5.1.1"
30933093
eslint-utils "^3.0.0"
30943094

3095-
"@typescript-eslint/parser@5.1.0":
3096-
version "5.1.0"
3097-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.1.0.tgz#6c7f837d210d2bc0a811e7ea742af414f4e00908"
3098-
integrity sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==
3095+
"@typescript-eslint/parser@5.6.0":
3096+
version "5.6.0"
3097+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.6.0.tgz#11677324659641400d653253c03dcfbed468d199"
3098+
integrity sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==
30993099
dependencies:
3100-
"@typescript-eslint/scope-manager" "5.1.0"
3101-
"@typescript-eslint/types" "5.1.0"
3102-
"@typescript-eslint/typescript-estree" "5.1.0"
3100+
"@typescript-eslint/scope-manager" "5.6.0"
3101+
"@typescript-eslint/types" "5.6.0"
3102+
"@typescript-eslint/typescript-estree" "5.6.0"
31033103
debug "^4.3.2"
31043104

31053105
"@typescript-eslint/scope-manager@5.1.0":
@@ -3110,11 +3110,24 @@
31103110
"@typescript-eslint/types" "5.1.0"
31113111
"@typescript-eslint/visitor-keys" "5.1.0"
31123112

3113+
"@typescript-eslint/scope-manager@5.6.0":
3114+
version "5.6.0"
3115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.6.0.tgz#9dd7f007dc8f3a34cdff6f79f5eaab27ae05157e"
3116+
integrity sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==
3117+
dependencies:
3118+
"@typescript-eslint/types" "5.6.0"
3119+
"@typescript-eslint/visitor-keys" "5.6.0"
3120+
31133121
"@typescript-eslint/types@5.1.0":
31143122
version "5.1.0"
31153123
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
31163124
integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
31173125

3126+
"@typescript-eslint/types@5.6.0":
3127+
version "5.6.0"
3128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.6.0.tgz#745cb1b59daadcc1f32f7be95f0f68accf38afdd"
3129+
integrity sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==
3130+
31183131
"@typescript-eslint/typescript-estree@5.1.0":
31193132
version "5.1.0"
31203133
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
@@ -3128,6 +3141,19 @@
31283141
semver "^7.3.5"
31293142
tsutils "^3.21.0"
31303143

3144+
"@typescript-eslint/typescript-estree@5.6.0":
3145+
version "5.6.0"
3146+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.6.0.tgz#dfbb19c9307fdd81bd9c650c67e8397821d7faf0"
3147+
integrity sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==
3148+
dependencies:
3149+
"@typescript-eslint/types" "5.6.0"
3150+
"@typescript-eslint/visitor-keys" "5.6.0"
3151+
debug "^4.3.2"
3152+
globby "^11.0.4"
3153+
is-glob "^4.0.3"
3154+
semver "^7.3.5"
3155+
tsutils "^3.21.0"
3156+
31313157
"@typescript-eslint/visitor-keys@5.1.0":
31323158
version "5.1.0"
31333159
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
@@ -3136,6 +3162,14 @@
31363162
"@typescript-eslint/types" "5.1.0"
31373163
eslint-visitor-keys "^3.0.0"
31383164

3165+
"@typescript-eslint/visitor-keys@5.6.0":
3166+
version "5.6.0"
3167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.6.0.tgz#3e36509e103fe9713d8f035ac977235fd63cb6e6"
3168+
integrity sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==
3169+
dependencies:
3170+
"@typescript-eslint/types" "5.6.0"
3171+
eslint-visitor-keys "^3.0.0"
3172+
31393173
"@webassemblyjs/ast@1.9.0":
31403174
version "1.9.0"
31413175
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)