@open-turo/eslint-config-react 13.0.4 → 13.0.6-pr-305.276.1.1

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/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22.12.0
1
+ 22.13.0
@@ -18,6 +18,6 @@ repos:
18
18
  - id: end-of-file-fixer
19
19
  - id: trailing-whitespace
20
20
  - repo: https://github.com/rhysd/actionlint
21
- rev: v1.7.5
21
+ rev: v1.7.6
22
22
  hooks:
23
23
  - id: actionlint
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "author": "Turo engineering",
3
3
  "description": "Turo eslint configuration for react",
4
4
  "dependencies": {
5
- "@open-turo/eslint-config-typescript": "14.0.3",
5
+ "@open-turo/eslint-config-typescript": "14.0.4",
6
6
  "eslint-plugin-jsx-a11y": "6.10.2",
7
- "eslint-plugin-react": "7.37.3",
8
- "eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
7
+ "eslint-plugin-react": "7.37.4",
8
+ "eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
9
9
  "eslint-plugin-react-hooks": "5.1.0"
10
10
  },
11
11
  "devDependencies": {
@@ -32,6 +32,6 @@
32
32
  "access": "public"
33
33
  },
34
34
  "repository": "https://github.com/open-turo/eslint-config-react",
35
- "version": "13.0.4",
35
+ "version": "13.0.6-pr-305.276.1.1",
36
36
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
37
37
  }