File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
packages/eslint-plugin-mdx/src/processors Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 30
30
"@1stg/lib-config" : " ^12.0.1" ,
31
31
"@changesets/changelog-github" : " ^0.4.8" ,
32
32
"@changesets/cli" : " ^2.26.2" ,
33
- "@types/eslint" : " ^8.44.1 " ,
33
+ "@types/eslint" : " ^8.56.0 " ,
34
34
"@types/eslint-plugin-markdown" : " ^2.0.0" ,
35
35
"@types/jest" : " ^29.5.3" ,
36
36
"@types/node" : " ^20.4.6" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { processorOptions as defaultProcessorOptions } from './options'
10
10
export const createRemarkProcessor = (
11
11
processorOptions = defaultProcessorOptions ,
12
12
) : Linter . Processor => ( {
13
- // @ts -expect-error -- FIXME: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/65826
14
13
meta : {
15
14
name : 'mdx/remark' ,
16
15
version : meta . version ,
Original file line number Diff line number Diff line change 2900
2900
"@types/eslint" "*"
2901
2901
"@types/unist" "*"
2902
2902
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 ==
2907
2907
dependencies:
2908
2908
"@types/estree" "*"
2909
2909
"@types/json-schema" "*"
You can’t perform that action at this time.
0 commit comments