eslint-plugin-react-web-api 5.0.2-next.4 → 5.1.0-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 +2 -2
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ var __exportAll = (all, no_symbols) => {
26
26
  //#endregion
27
27
  //#region package.json
28
28
  var name$1 = "eslint-plugin-react-web-api";
29
- var version = "5.0.2-next.4";
29
+ var version = "5.1.0-beta.0";
30
30
 
31
31
  //#endregion
32
32
  //#region src/types/component-phase.ts
@@ -317,7 +317,7 @@ function create$2(context) {
317
317
  }
318
318
 
319
319
  //#endregion
320
- //#region ../../../.pkgs/eff/dist/index.js
320
+ //#region ../../.pkgs/eff/dist/index.js
321
321
  function or(a, b) {
322
322
  return (data) => a(data) || b(data);
323
323
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-web-api",
3
- "version": "5.0.2-next.4",
3
+ "version": "5.1.0-beta.0",
4
4
  "description": "ESLint React's ESLint plugin for interacting with Web APIs",
5
5
  "keywords": [
6
6
  "react",
@@ -17,7 +17,7 @@
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "git+https://github.com/Rel1cx/eslint-react.git",
20
- "directory": "packages/plugins/eslint-plugin-react-web-api"
20
+ "directory": "packages/eslint-plugin-react-web-api"
21
21
  },
22
22
  "license": "MIT",
23
23
  "author": "Rel1cx",
@@ -38,23 +38,23 @@
38
38
  "./package.json"
39
39
  ],
40
40
  "dependencies": {
41
- "@typescript-eslint/scope-manager": "^8.58.0",
42
- "@typescript-eslint/types": "^8.58.0",
43
- "@typescript-eslint/utils": "^8.58.0",
41
+ "@typescript-eslint/scope-manager": "^8.58.1",
42
+ "@typescript-eslint/types": "^8.58.1",
43
+ "@typescript-eslint/utils": "^8.58.1",
44
44
  "birecord": "^0.1.1",
45
45
  "ts-pattern": "^5.9.0",
46
- "@eslint-react/ast": "5.0.2-next.4",
47
- "@eslint-react/core": "5.0.2-next.4",
48
- "@eslint-react/shared": "5.0.2-next.4",
49
- "@eslint-react/var": "5.0.2-next.4"
46
+ "@eslint-react/ast": "5.1.0-beta.0",
47
+ "@eslint-react/core": "5.1.0-beta.0",
48
+ "@eslint-react/shared": "5.1.0-beta.0",
49
+ "@eslint-react/var": "5.1.0-beta.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/react": "^19.2.14",
53
53
  "@types/react-dom": "^19.2.3",
54
54
  "eslint": "^10.2.0",
55
55
  "tsdown": "^0.21.7",
56
- "@local/configs": "0.0.0",
57
- "@local/eff": "3.0.0-beta.72"
56
+ "@local/eff": "3.0.0-beta.72",
57
+ "@local/configs": "0.0.0"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "eslint": "^10.2.0",