Skip to content

Commit d1d4c66

Browse files
committed
build: bump @types/eslint
1 parent b4583e5 commit d1d4c66

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@1stg/lib-config": "^12.0.1",
3131
"@changesets/changelog-github": "^0.4.8",
3232
"@changesets/cli": "^2.26.2",
33-
"@types/eslint": "^8.44.1",
33+
"@types/eslint": "^8.56.0",
3434
"@types/eslint-plugin-markdown": "^2.0.0",
3535
"@types/jest": "^29.5.3",
3636
"@types/node": "^20.4.6",

packages/eslint-plugin-mdx/src/processors/remark.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { processorOptions as defaultProcessorOptions } from './options'
1010
export const createRemarkProcessor = (
1111
processorOptions = defaultProcessorOptions,
1212
): Linter.Processor => ({
13-
// @ts-expect-error -- FIXME: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/65826
1413
meta: {
1514
name: 'mdx/remark',
1615
version: meta.version,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2900,10 +2900,10 @@
29002900
"@types/eslint" "*"
29012901
"@types/unist" "*"
29022902

2903-
"@types/eslint@*", "@types/eslint@^8.44.1":
2904-
version "8.44.1"
2905-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.1.tgz#d1811559bb6bcd1a76009e3f7883034b78a0415e"
2906-
integrity sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg==
2903+
"@types/eslint@*", "@types/eslint@^8.56.0":
2904+
version "8.56.0"
2905+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.0.tgz#e28d045b8e530a33c9cbcfbf02332df0d1380a2c"
2906+
integrity sha512-FlsN0p4FhuYRjIxpbdXovvHQhtlG05O1GG/RNWvdAxTboR438IOTwmrY/vLA+Xfgg06BTkP045M3vpFwTMv1dg==
29072907
dependencies:
29082908
"@types/estree" "*"
29092909
"@types/json-schema" "*"

0 commit comments

Comments
 (0)