@anolilab/eslint-config 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### @anolilab/eslint-config [4.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@4.0.1...@anolilab/eslint-config@4.0.2) (2022-05-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fixed wrong dep name of a11y ([4031a25](https://github.com/anolilab/javascript-style-guide/commit/4031a25528293f072a8c6bce7177dc784b34d911))
7
+
1
8
  ### @anolilab/eslint-config [4.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@4.0.0...@anolilab/eslint-config@4.0.1) (2022-05-11)
2
9
 
3
10
 
package/config.cjs CHANGED
@@ -34,7 +34,7 @@ const depRules = [
34
34
  ["lodash", "lodash-fp"],
35
35
  "jsdoc",
36
36
  "react",
37
- ["react", "react-a11y"],
37
+ ["react", "jsx-a11y"],
38
38
  ["react", "react-hooks"],
39
39
  ];
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -97,7 +97,7 @@
97
97
  "eslint-plugin-react": "7.29.4",
98
98
  "eslint-plugin-react-hooks": "4.5.0",
99
99
  "eslint-plugin-react-redux": "4.0.0",
100
- "eslint-plugin-testing-library": "5.4.0",
100
+ "eslint-plugin-testing-library": "5.5.0",
101
101
  "eslint-plugin-typescript-sort-keys": "2.1.0",
102
102
  "jest": "28.1.0",
103
103
  "react": "18.1.0",