eslint-plugin-react-x 5.2.3-beta.0 → 5.2.3-next.1

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
@@ -143,7 +143,7 @@ const rules$7 = {
143
143
  //#endregion
144
144
  //#region package.json
145
145
  var name$6 = "eslint-plugin-react-x";
146
- var version = "5.2.3-beta.0";
146
+ var version = "5.2.3-next.1";
147
147
 
148
148
  //#endregion
149
149
  //#region src/rules/component-hook-factories/lib.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "5.2.3-beta.0",
3
+ "version": "5.2.3-next.1",
4
4
  "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -46,12 +46,12 @@
46
46
  "string-ts": "^2.3.1",
47
47
  "ts-api-utils": "^2.5.0",
48
48
  "ts-pattern": "^5.9.0",
49
- "@eslint-react/ast": "5.2.3-beta.0",
50
- "@eslint-react/core": "5.2.3-beta.0",
51
- "@eslint-react/eslint": "5.2.3-beta.0",
52
- "@eslint-react/jsx": "5.2.3-beta.0",
53
- "@eslint-react/shared": "5.2.3-beta.0",
54
- "@eslint-react/var": "5.2.3-beta.0"
49
+ "@eslint-react/ast": "5.2.3-next.1",
50
+ "@eslint-react/core": "5.2.3-next.1",
51
+ "@eslint-react/eslint": "5.2.3-next.1",
52
+ "@eslint-react/jsx": "5.2.3-next.1",
53
+ "@eslint-react/var": "5.2.3-next.1",
54
+ "@eslint-react/shared": "5.2.3-next.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/react": "^19.2.14",
@@ -76,7 +76,7 @@
76
76
  "@local/eff": "workspace:*"
77
77
  },
78
78
  "scripts": {
79
- "build": "tsdown",
79
+ "build": "tsdown --dts-resolve",
80
80
  "lint:publish": "publint",
81
81
  "lint:ts": "tsl"
82
82
  }