Skip to content

Commit 324bce8

Browse files
renovate[bot]renovate-botota-meshi
authored
chore(deps): update dependency @types/eslint to v8 (#269)
* chore(deps): update dependency @types/eslint to v8 * fix Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Yosuke Ota <[email protected]>
1 parent c8b12e0 commit 324bce8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@types/debug": "^4.1.5",
44-
"@types/eslint": "^7.2.0",
44+
"@types/eslint": "^8.0.0",
4545
"@types/eslint-scope": "^3.7.0",
4646
"@types/eslint-visitor-keys": "^1.0.0",
4747
"@types/js-yaml": "^4.0.0",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1257,9 +1257,9 @@
12571257
integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ==
12581258

12591259
"@types/eslint-scope@^3.7.0":
1260-
version "3.7.0"
1261-
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.0.tgz#4792816e31119ebd506902a482caec4951fabd86"
1262-
integrity sha512-O/ql2+rrCUe2W2rs7wMR+GqPRcgB6UiqN5RhrR5xruFlY7l9YLMn0ZkDzjoHLeiFkR8MCQZVudUuuvQ2BLC9Qw==
1260+
version "3.7.1"
1261+
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.1.tgz#8dc390a7b4f9dd9f1284629efce982e41612116e"
1262+
integrity sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g==
12631263
dependencies:
12641264
"@types/eslint" "*"
12651265
"@types/estree" "*"
@@ -1269,10 +1269,10 @@
12691269
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
12701270
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
12711271

1272-
"@types/eslint@*", "@types/eslint@^7.2.0":
1273-
version "7.2.0"
1274-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.0.tgz#eb5c5b575237334df24c53195e37b53d66478d7b"
1275-
integrity sha512-LpUXkr7fnmPXWGxB0ZuLEzNeTURuHPavkC5zuU4sg62/TgL5ZEjamr5Y8b6AftwHtx2bPJasI+CL0TT2JwQ7aA==
1272+
"@types/eslint@*", "@types/eslint@^8.0.0":
1273+
version "8.2.0"
1274+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.2.0.tgz#afd0519223c29c347087542cbaee2fedc0873b16"
1275+
integrity sha512-74hbvsnc+7TEDa1z5YLSe4/q8hGYB3USNvCuzHUJrjPV6hXaq8IXcngCrHkuvFt0+8rFz7xYXrHgNayIX0UZvQ==
12761276
dependencies:
12771277
"@types/estree" "*"
12781278
"@types/json-schema" "*"

0 commit comments

Comments
 (0)