@eslint-react/eslint-plugin 2.4.0 → 2.4.1-beta.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ var __export = (all, symbols) => {
24
24
  //#endregion
25
25
  //#region package.json
26
26
  var name$16 = "@eslint-react/eslint-plugin";
27
- var version = "2.4.0";
27
+ var version = "2.4.1-beta.0";
28
28
 
29
29
  //#endregion
30
30
  //#region src/configs/dom.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.4.0",
3
+ "version": "2.4.1-beta.0",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -45,13 +45,13 @@
45
45
  "@typescript-eslint/types": "^8.50.1",
46
46
  "@typescript-eslint/utils": "^8.50.1",
47
47
  "ts-api-utils": "^2.1.0",
48
- "@eslint-react/eff": "2.4.0",
49
- "eslint-plugin-react-dom": "2.4.0",
50
- "@eslint-react/shared": "2.4.0",
51
- "eslint-plugin-react-hooks-extra": "2.4.0",
52
- "eslint-plugin-react-naming-convention": "2.4.0",
53
- "eslint-plugin-react-web-api": "2.4.0",
54
- "eslint-plugin-react-x": "2.4.0"
48
+ "@eslint-react/eff": "2.4.1-beta.0",
49
+ "@eslint-react/shared": "2.4.1-beta.0",
50
+ "eslint-plugin-react-hooks-extra": "2.4.1-beta.0",
51
+ "eslint-plugin-react-dom": "2.4.1-beta.0",
52
+ "eslint-plugin-react-naming-convention": "2.4.1-beta.0",
53
+ "eslint-plugin-react-web-api": "2.4.1-beta.0",
54
+ "eslint-plugin-react-x": "2.4.1-beta.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.18.2",