@eslint-react/eslint-plugin 1.11.0-next.4 → 1.11.0-next.5

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/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![Size](https://img.shields.io/bundlephobia/minzip/@eslint-react/eslint-plugin?label=gzip&style=flat&colorA=000000&colorB=000000)](https://bundlephobia.com/package/@eslint-react/eslint-plugin)
7
7
  [![Downloads](https://img.shields.io/npm/dt/@eslint-react/eslint-plugin.svg?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
8
8
 
9
- A series of composable ESLint plugins for building robust and reliable React applications across all platforms.
9
+ A series of ESLint plugins for building robust and reliable React applications.
10
10
 
11
11
  ## Features
12
12
 
package/dist/index.js CHANGED
@@ -38,7 +38,7 @@ var react__namespace = /*#__PURE__*/_interopNamespace(react);
38
38
 
39
39
  // package.json
40
40
  var name = "@eslint-react/eslint-plugin";
41
- var version = "1.11.0-next.4";
41
+ var version = "1.11.0-next.5";
42
42
  function transformKeys(obj, transform) {
43
43
  if (tools.typeOf(obj) !== "object") return obj;
44
44
  const res = {};
package/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ import * as react from 'eslint-plugin-react-x';
11
11
 
12
12
  // package.json
13
13
  var name = "@eslint-react/eslint-plugin";
14
- var version = "1.11.0-next.4";
14
+ var version = "1.11.0-next.5";
15
15
  function transformKeys(obj, transform) {
16
16
  if (typeOf(obj) !== "object") return obj;
17
17
  const res = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.11.0-next.4",
3
+ "version": "1.11.0-next.5",
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.1.0",
48
48
  "@typescript-eslint/types": "^8.1.0",
49
49
  "@typescript-eslint/utils": "^8.1.0",
50
- "@eslint-react/shared": "1.11.0-next.4",
51
- "@eslint-react/types": "1.11.0-next.4",
52
- "eslint-plugin-react-dom": "1.11.0-next.4",
53
- "eslint-plugin-react-hooks-extra": "1.11.0-next.4",
54
- "eslint-plugin-react-debug": "1.11.0-next.4",
55
- "eslint-plugin-react-web-api": "1.11.0-next.4",
56
- "eslint-plugin-react-x": "1.11.0-next.4",
57
- "@eslint-react/tools": "1.11.0-next.4",
58
- "eslint-plugin-react-naming-convention": "1.11.0-next.4"
50
+ "@eslint-react/shared": "1.11.0-next.5",
51
+ "@eslint-react/tools": "1.11.0-next.5",
52
+ "eslint-plugin-react-debug": "1.11.0-next.5",
53
+ "@eslint-react/types": "1.11.0-next.5",
54
+ "eslint-plugin-react-dom": "1.11.0-next.5",
55
+ "eslint-plugin-react-naming-convention": "1.11.0-next.5",
56
+ "eslint-plugin-react-hooks-extra": "1.11.0-next.5",
57
+ "eslint-plugin-react-web-api": "1.11.0-next.5",
58
+ "eslint-plugin-react-x": "1.11.0-next.5"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsup": "^8.2.4"