Skip to content

Commit

Permalink
feat(react): update eslint a11y plugin version (#11279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Jul 25, 2022
1 parent db3d6cb commit 3b3d8ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/react/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,15 @@
"alwaysAddToPackageJson": false
}
}
},
"14.5.0": {
"version": "14.5.0-beta.0",
"packages": {
"eslint-plugin-jsx-a11y": {
"version": "6.6.1",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/react/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const reactReduxVersion = '8.0.2';
export const reactTestRendererVersion = '18.2.0';

export const eslintPluginImportVersion = '2.26.0';
export const eslintPluginJsxA11yVersion = '6.6.0';
export const eslintPluginJsxA11yVersion = '6.6.1';
export const eslintPluginReactVersion = '7.30.1';
export const eslintPluginReactHooksVersion = '4.6.0';

Expand Down

0 comments on commit 3b3d8ff

Please sign in to comment.