@eslint-react/eslint-plugin 5.5.1-next.0 → 5.5.1-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 +11 -14
package/dist/index.js CHANGED
@@ -444,7 +444,7 @@ const settings = { ...settings$1 };
444
444
  //#endregion
445
445
  //#region package.json
446
446
  var name = "@eslint-react/eslint-plugin";
447
- var version = "5.5.1-next.0";
447
+ var version = "5.5.1-next.1";
448
448
 
449
449
  //#endregion
450
450
  //#region src/utils/type-of.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "5.5.1-next.0",
3
+ "version": "5.5.1-next.1",
4
4
  "description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
5
5
  "keywords": [
6
6
  "react",
@@ -43,21 +43,18 @@
43
43
  "./package.json"
44
44
  ],
45
45
  "dependencies": {
46
- "@typescript-eslint/scope-manager": "^8.59.0",
47
- "@typescript-eslint/type-utils": "^8.59.0",
48
- "@typescript-eslint/types": "^8.59.0",
49
- "@typescript-eslint/utils": "^8.59.0",
50
- "ts-api-utils": "^2.5.0",
51
- "@eslint-react/eslint": "5.5.1-next.0",
52
- "@eslint-react/shared": "5.5.1-next.0",
53
- "eslint-plugin-react-dom": "5.5.1-next.0",
54
- "eslint-plugin-react-jsx": "5.5.1-next.0",
55
- "eslint-plugin-react-naming-convention": "5.5.1-next.0",
56
- "eslint-plugin-react-web-api": "5.5.1-next.0",
57
- "eslint-plugin-react-x": "5.5.1-next.0",
58
- "eslint-plugin-react-rsc": "5.5.1-next.0"
46
+ "@eslint-react/shared": "5.5.1-next.1",
47
+ "eslint-plugin-react-dom": "5.5.1-next.1",
48
+ "eslint-plugin-react-jsx": "5.5.1-next.1",
49
+ "eslint-plugin-react-rsc": "5.5.1-next.1",
50
+ "eslint-plugin-react-naming-convention": "5.5.1-next.1",
51
+ "eslint-plugin-react-web-api": "5.5.1-next.1",
52
+ "eslint-plugin-react-x": "5.5.1-next.1"
59
53
  },
60
54
  "devDependencies": {
55
+ "@types/react": "^19.2.14",
56
+ "@types/react-dom": "^19.2.3",
57
+ "eslint": "^10.2.1",
61
58
  "tsdown": "^0.21.10",
62
59
  "@local/configs": "0.0.0",
63
60
  "@local/eff": "3.0.0-beta.72"