@eslint-react/eslint-plugin 1.14.2 → 1.14.3-next.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.
package/dist/index.js CHANGED
@@ -21,7 +21,7 @@ var react__default = /*#__PURE__*/_interopDefault(react);
21
21
 
22
22
  // package.json
23
23
  var name = "@eslint-react/eslint-plugin";
24
- var version = "1.14.2";
24
+ var version = "1.14.3-next.0";
25
25
  function transformKeys(obj, transform) {
26
26
  if (tools.typeOf(obj) !== "object") return obj;
27
27
  const res = {};
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import react from 'eslint-plugin-react-x';
10
10
 
11
11
  // package.json
12
12
  var name = "@eslint-react/eslint-plugin";
13
- var version = "1.14.2";
13
+ var version = "1.14.3-next.0";
14
14
  function transformKeys(obj, transform) {
15
15
  if (typeOf(obj) !== "object") return obj;
16
16
  const res = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.14.2",
3
+ "version": "1.14.3-next.0",
4
4
  "description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -47,15 +47,15 @@
47
47
  "@typescript-eslint/type-utils": "^8.6.0",
48
48
  "@typescript-eslint/types": "^8.6.0",
49
49
  "@typescript-eslint/utils": "^8.6.0",
50
- "@eslint-react/shared": "1.14.2",
51
- "@eslint-react/types": "1.14.2",
52
- "@eslint-react/tools": "1.14.2",
53
- "eslint-plugin-react-debug": "1.14.2",
54
- "eslint-plugin-react-dom": "1.14.2",
55
- "eslint-plugin-react-hooks-extra": "1.14.2",
56
- "eslint-plugin-react-naming-convention": "1.14.2",
57
- "eslint-plugin-react-web-api": "1.14.2",
58
- "eslint-plugin-react-x": "1.14.2"
50
+ "@eslint-react/shared": "1.14.3-next.0",
51
+ "@eslint-react/types": "1.14.3-next.0",
52
+ "eslint-plugin-react-debug": "1.14.3-next.0",
53
+ "@eslint-react/tools": "1.14.3-next.0",
54
+ "eslint-plugin-react-dom": "1.14.3-next.0",
55
+ "eslint-plugin-react-hooks-extra": "1.14.3-next.0",
56
+ "eslint-plugin-react-naming-convention": "1.14.3-next.0",
57
+ "eslint-plugin-react-x": "1.14.3-next.0",
58
+ "eslint-plugin-react-web-api": "1.14.3-next.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsup": "^8.3.0"