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 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" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { processorOptions as defaultProcessorOptions } from './options'
1010export 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 ,
Original file line number Diff line number Diff line change 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" "*"
You can’t perform that action at this time.
0 commit comments