@open-turo/eslint-config-react 9.0.6 → 10.0.0

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.
@@ -0,0 +1,5 @@
1
+ # Breaking changes in v10
2
+
3
+ Major version upgrade of `@open-turo/eslint-config-typescript` dependencies from v11 to v12.
4
+
5
+ Check their documentation for breaking changes https://github.com/open-turo/eslint-config-typescript/blob/main/docs/breaking-changes/v12.md
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Turo engineering",
3
3
  "description": "Turo eslint configuration for react",
4
4
  "dependencies": {
5
- "@open-turo/eslint-config-typescript": "11.0.7",
5
+ "@open-turo/eslint-config-typescript": "12.0.0",
6
6
  "eslint-plugin-jsx-a11y": "6.10.2",
7
7
  "eslint-plugin-react": "7.37.2",
8
8
  "eslint-plugin-react-hooks": "5.1.0"
@@ -31,6 +31,6 @@
31
31
  "access": "public"
32
32
  },
33
33
  "repository": "https://github.com/open-turo/eslint-config-react",
34
- "version": "9.0.6",
34
+ "version": "10.0.0",
35
35
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
36
36
  }