Skip to content

Commit

Permalink
feat(react): update eslint plugins to be compat with eslint v9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Oct 22, 2024
1 parent e57b851 commit ed81b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export const reduxjsToolkitVersion = '1.9.3';
export const reactReduxVersion = '8.0.5';

export const eslintPluginImportVersion = '2.31.0';
export const eslintPluginJsxA11yVersion = '6.7.1';
export const eslintPluginJsxA11yVersion = '6.10.1';
export const eslintPluginReactVersion = '7.35.0';
export const eslintPluginReactHooksVersion = '4.6.0';
export const eslintPluginReactHooksVersion = '5.0.0';

export const babelPluginStyledComponentsVersion = '1.10.7';

Expand Down

0 comments on commit ed81b32

Please sign in to comment.