@eslint-react/kit 4.2.1-rc.0 → 4.2.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.
package/README.md CHANGED
@@ -30,7 +30,7 @@ ESLint React's toolkit for building custom React rules with JavasSript functions
30
30
  ## Installation
31
31
 
32
32
  ```sh
33
- npm install --save-dev @eslint-react/kit@beta
33
+ npm install --save-dev @eslint-react/kit@rc
34
34
  ```
35
35
 
36
36
  ## Quick Start
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import { kebabCase } from "string-ts";
4
4
 
5
5
  //#region package.json
6
6
  var name = "@eslint-react/kit";
7
- var version = "4.2.1-rc.0";
7
+ var version = "4.2.1";
8
8
 
9
9
  //#endregion
10
10
  //#region src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/kit",
3
- "version": "4.2.1-rc.0",
3
+ "version": "4.2.1",
4
4
  "description": "ESLint React's utility module for building custom React rules with JavasSript functions.",
5
5
  "keywords": [
6
6
  "react",
@@ -38,9 +38,9 @@
38
38
  "dependencies": {
39
39
  "@typescript-eslint/utils": "^8.58.0",
40
40
  "string-ts": "^2.3.1",
41
- "@eslint-react/ast": "4.2.1-rc.0",
42
- "@eslint-react/core": "4.2.1-rc.0",
43
- "@eslint-react/shared": "4.2.1-rc.0"
41
+ "@eslint-react/ast": "4.2.1",
42
+ "@eslint-react/core": "4.2.1",
43
+ "@eslint-react/shared": "4.2.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "eslint": "^10.1.0",