@open-turo/eslint-config-react 16.0.1 → 16.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.
@@ -10,7 +10,7 @@ repos:
10
10
  hooks:
11
11
  - id: prettier
12
12
  stages: [pre-commit]
13
- additional_dependencies: ["prettier@3.5.2"]
13
+ additional_dependencies: ["prettier@3.6.0"]
14
14
  - repo: https://github.com/pre-commit/pre-commit-hooks
15
15
  rev: v5.0.0
16
16
  hooks:
package/package.json CHANGED
@@ -3,19 +3,19 @@
3
3
  "description": "Turo eslint configuration for react",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@open-turo/eslint-config-typescript": "17.0.1",
6
+ "@open-turo/eslint-config-typescript": "17.0.3",
7
7
  "eslint-plugin-jsx-a11y": "6.10.2",
8
8
  "eslint-plugin-react": "7.37.5",
9
- "eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
9
+ "eslint-plugin-react-compiler": "19.1.0-rc.2",
10
10
  "eslint-plugin-react-hooks": "5.2.0",
11
11
  "globals": "16.2.0",
12
- "typescript-eslint": "8.34.1"
12
+ "typescript-eslint": "8.35.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/react": "19.1.8",
16
16
  "eslint": "9.29.0",
17
17
  "jest": "30.0.2",
18
- "prettier": "3.5.3",
18
+ "prettier": "3.6.0",
19
19
  "react": "19.1.0"
20
20
  },
21
21
  "engines": {
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "repository": "https://github.com/open-turo/eslint-config-react",
52
- "version": "16.0.1"
52
+ "version": "16.1.1"
53
53
  }