@open-turo/eslint-config-react 7.0.16 → 7.0.18

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.
@@ -11,13 +11,13 @@ repos:
11
11
  - id: prettier
12
12
  stages: [commit]
13
13
  - repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v4.6.0
14
+ rev: v5.0.0
15
15
  hooks:
16
16
  - id: check-json
17
17
  - id: check-yaml
18
18
  - id: end-of-file-fixer
19
19
  - id: trailing-whitespace
20
20
  - repo: https://github.com/rhysd/actionlint
21
- rev: v1.7.1
21
+ rev: v1.7.3
22
22
  hooks:
23
23
  - id: actionlint
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "author": "Turo engineering",
3
3
  "description": "Turo eslint configuration for react",
4
4
  "dependencies": {
5
- "@open-turo/eslint-config-typescript": "9.0.17",
5
+ "@open-turo/eslint-config-typescript": "9.0.19",
6
6
  "eslint-plugin-jsx-a11y": "6.10.0",
7
- "eslint-plugin-react": "7.36.1",
7
+ "eslint-plugin-react": "7.37.1",
8
8
  "eslint-plugin-react-hooks": "4.6.2"
9
9
  },
10
10
  "devDependencies": {
@@ -31,5 +31,5 @@
31
31
  "access": "public"
32
32
  },
33
33
  "repository": "https://github.com/open-turo/eslint-config-react",
34
- "version": "7.0.16"
34
+ "version": "7.0.18"
35
35
  }