eslint-plugin-react-x 3.0.0-rc.5 → 3.0.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 +5 -5
package/dist/index.js CHANGED
@@ -147,7 +147,7 @@ const rules$7 = {
147
147
  //#endregion
148
148
  //#region package.json
149
149
  var name$6 = "eslint-plugin-react-x";
150
- var version = "3.0.0-rc.5";
150
+ var version = "3.0.0";
151
151
 
152
152
  //#endregion
153
153
  //#region src/utils/create-rule.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "3.0.0-rc.5",
3
+ "version": "3.0.0",
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",
@@ -45,10 +45,10 @@
45
45
  "string-ts": "^2.3.1",
46
46
  "ts-api-utils": "^2.4.0",
47
47
  "ts-pattern": "^5.9.0",
48
- "@eslint-react/ast": "3.0.0-rc.5",
49
- "@eslint-react/core": "3.0.0-rc.5",
50
- "@eslint-react/var": "3.0.0-rc.5",
51
- "@eslint-react/shared": "3.0.0-rc.5"
48
+ "@eslint-react/ast": "3.0.0",
49
+ "@eslint-react/core": "3.0.0",
50
+ "@eslint-react/shared": "3.0.0",
51
+ "@eslint-react/var": "3.0.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.14",