@scaleway/eslint-config-react 3.4.10 → 3.4.13

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
@@ -3,6 +3,32 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [3.4.13](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@3.4.12...@scaleway/eslint-config-react@3.4.13) (2022-04-05)
7
+
8
+ **Note:** Version bump only for package @scaleway/eslint-config-react
9
+
10
+
11
+
12
+
13
+
14
+ ### 3.4.12 (2022-04-01)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** update dependency eslint-config-airbnb-typescript to v16.2.0 ([#694](https://github.com/scaleway/scaleway-lib/issues/694)) ([59c6f2d](https://github.com/scaleway/scaleway-lib/commit/59c6f2dd2b146933311e8e1b912eb43bbae7b23f))
20
+
21
+
22
+
23
+ ### [3.4.11](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@3.4.10...@scaleway/eslint-config-react@3.4.11) (2022-03-30)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **deps:** update dependency eslint-plugin-react-hooks to v4.4.0 ([#688](https://github.com/scaleway/scaleway-lib/issues/688)) ([2a676c2](https://github.com/scaleway/scaleway-lib/commit/2a676c2f155ee0f1a4f479e9782cfc80dfd26c0b))
29
+
30
+
31
+
6
32
  ### [3.4.10](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@3.4.9...@scaleway/eslint-config-react@3.4.10) (2022-03-21)
7
33
 
8
34
 
package/README.md CHANGED
@@ -23,6 +23,7 @@ Add to your `.eslintrc`
23
23
  ```
24
24
 
25
25
  Or for Typescript
26
+
26
27
  ```json
27
28
  {
28
29
  "extends": "@scaleway/react/typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/eslint-config-react",
3
- "version": "3.4.10",
3
+ "version": "3.4.13",
4
4
  "description": "Scaleway React eslint shared config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -20,16 +20,16 @@
20
20
  "@typescript-eslint/eslint-plugin": "5.12.1",
21
21
  "@typescript-eslint/parser": "5.12.1",
22
22
  "eslint-config-airbnb": "19.0.4",
23
- "eslint-config-airbnb-typescript": "16.1.4",
23
+ "eslint-config-airbnb-typescript": "16.2.0",
24
24
  "eslint-config-prettier": "8.5.0",
25
25
  "eslint-plugin-eslint-comments": "3.2.0",
26
26
  "eslint-plugin-import": "2.25.4",
27
27
  "eslint-plugin-jsx-a11y": "6.5.1",
28
28
  "eslint-plugin-react": "7.29.4",
29
- "eslint-plugin-react-hooks": "4.3.0"
29
+ "eslint-plugin-react-hooks": "4.4.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "eslint": ">= 8.5"
33
33
  },
34
- "gitHead": "616ed724d6f67be9549052d8b926268404d00f77"
34
+ "gitHead": "f5789858da50231e50baa15f68e757696c838a65"
35
35
  }