@eslint-react/eslint-plugin 1.13.0-next.1 → 1.13.0-next.2

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
@@ -186,30 +186,6 @@ Please make sure to read the [Contributing Guide](./.github/CONTRIBUTING.md) bef
186
186
 
187
187
  Thank you to everyone contributing to ESLint React!
188
188
 
189
- ### Contribution Stats
190
-
191
- <!-- Copy-paste in your Readme.md file -->
192
-
193
- <a href="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats?repo_id=680315614" target="_blank" style="display: block" align="center">
194
- <picture>
195
- <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats/thumbnail.png?repo_id=680315614&image_size=auto&color_scheme=dark" width="655" height="auto">
196
- <img alt="Performance Stats of Rel1cx/eslint-react - Last 28 days" src="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats/thumbnail.png?repo_id=680315614&image_size=auto&color_scheme=light" width="655" height="auto">
197
- </picture>
198
- </a>
199
-
200
- <!-- Made with [OSS Insight](https://ossinsight.io/) -->
201
-
202
- ### Active Contributors
203
-
204
- <!-- Copy-paste in your Readme.md file -->
205
-
206
- <a href="https://next.ossinsight.io/widgets/official/compose-recent-active-contributors?limit=30&repo_id=680315614" target="_blank" style="display: block" align="center">
207
- <picture>
208
- <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-recent-active-contributors/thumbnail.png?limit=30&repo_id=680315614&image_size=auto&color_scheme=dark" width="655" height="auto">
209
- <img alt="Active Contributors of Rel1cx/eslint-react - Last 28 days" src="https://next.ossinsight.io/widgets/official/compose-recent-active-contributors/thumbnail.png?limit=30&repo_id=680315614&image_size=auto&color_scheme=light" width="655" height="auto">
210
- </picture>
211
- </a>
212
-
213
189
  ## License
214
190
 
215
191
  This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
package/dist/index.js CHANGED
@@ -37,7 +37,7 @@ var react__namespace = /*#__PURE__*/_interopNamespace(react);
37
37
 
38
38
  // package.json
39
39
  var name = "@eslint-react/eslint-plugin";
40
- var version = "1.13.0-next.1";
40
+ var version = "1.13.0-next.2";
41
41
  function transformKeys(obj, transform) {
42
42
  if (tools.typeOf(obj) !== "object") return obj;
43
43
  const res = {};
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import * as react from 'eslint-plugin-react-x';
10
10
 
11
11
  // package.json
12
12
  var name = "@eslint-react/eslint-plugin";
13
- var version = "1.13.0-next.1";
13
+ var version = "1.13.0-next.2";
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.13.0-next.1",
3
+ "version": "1.13.0-next.2",
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.4.0",
48
48
  "@typescript-eslint/types": "^8.4.0",
49
49
  "@typescript-eslint/utils": "^8.4.0",
50
- "@eslint-react/shared": "1.13.0-next.1",
51
- "@eslint-react/tools": "1.13.0-next.1",
52
- "@eslint-react/types": "1.13.0-next.1",
53
- "eslint-plugin-react-debug": "1.13.0-next.1",
54
- "eslint-plugin-react-dom": "1.13.0-next.1",
55
- "eslint-plugin-react-naming-convention": "1.13.0-next.1",
56
- "eslint-plugin-react-web-api": "1.13.0-next.1",
57
- "eslint-plugin-react-hooks-extra": "1.13.0-next.1",
58
- "eslint-plugin-react-x": "1.13.0-next.1"
50
+ "@eslint-react/shared": "1.13.0-next.2",
51
+ "@eslint-react/tools": "1.13.0-next.2",
52
+ "@eslint-react/types": "1.13.0-next.2",
53
+ "eslint-plugin-react-debug": "1.13.0-next.2",
54
+ "eslint-plugin-react-dom": "1.13.0-next.2",
55
+ "eslint-plugin-react-hooks-extra": "1.13.0-next.2",
56
+ "eslint-plugin-react-naming-convention": "1.13.0-next.2",
57
+ "eslint-plugin-react-web-api": "1.13.0-next.2",
58
+ "eslint-plugin-react-x": "1.13.0-next.2"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsup": "^8.2.4"