eslint-plugin-react-web-api 2.3.6-next.1 → 2.3.6-next.10

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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +1 -1
  3. package/package.json +11 -11
package/README.md CHANGED
@@ -20,7 +20,7 @@ import reactWebApi from "eslint-plugin-react-web-api";
20
20
  import { defineConfig } from "eslint/config";
21
21
  import tseslint from "typescript-eslint";
22
22
 
23
- export default defineConfig([
23
+ export default defineConfig(
24
24
  {
25
25
  files: ["**/*.ts", "**/*.tsx"],
26
26
  extends: [
@@ -40,7 +40,7 @@ export default defineConfig([
40
40
  "react-web-api/no-leaked-event-listener": "warn",
41
41
  },
42
42
  },
43
- ]);
43
+ );
44
44
  ```
45
45
 
46
46
  ## Rules
package/dist/index.js CHANGED
@@ -37,7 +37,7 @@ const settings = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
37
37
  //#endregion
38
38
  //#region package.json
39
39
  var name = "eslint-plugin-react-web-api";
40
- var version = "2.3.6-next.1";
40
+ var version = "2.3.6-next.10";
41
41
 
42
42
  //#endregion
43
43
  //#region src/utils/create-rule.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-web-api",
3
- "version": "2.3.6-next.1",
3
+ "version": "2.3.6-next.10",
4
4
  "description": "ESLint React's ESLint plugin for interacting with Web APIs",
5
5
  "keywords": [
6
6
  "react",
@@ -38,21 +38,21 @@
38
38
  "./package.json"
39
39
  ],
40
40
  "dependencies": {
41
- "@typescript-eslint/scope-manager": "^8.46.4",
42
- "@typescript-eslint/types": "^8.46.4",
43
- "@typescript-eslint/utils": "^8.46.4",
41
+ "@typescript-eslint/scope-manager": "^8.47.0",
42
+ "@typescript-eslint/types": "^8.47.0",
43
+ "@typescript-eslint/utils": "^8.47.0",
44
44
  "string-ts": "^2.2.1",
45
45
  "ts-pattern": "^5.9.0",
46
- "@eslint-react/ast": "2.3.6-next.1",
47
- "@eslint-react/core": "2.3.6-next.1",
48
- "@eslint-react/eff": "2.3.6-next.1",
49
- "@eslint-react/shared": "2.3.6-next.1",
50
- "@eslint-react/var": "2.3.6-next.1"
46
+ "@eslint-react/ast": "2.3.6-next.10",
47
+ "@eslint-react/eff": "2.3.6-next.10",
48
+ "@eslint-react/core": "2.3.6-next.10",
49
+ "@eslint-react/shared": "2.3.6-next.10",
50
+ "@eslint-react/var": "2.3.6-next.10"
51
51
  },
52
52
  "devDependencies": {
53
- "@types/react": "^19.2.4",
53
+ "@types/react": "^19.2.6",
54
54
  "@types/react-dom": "^19.2.3",
55
- "tsdown": "^0.16.4",
55
+ "tsdown": "^0.16.5",
56
56
  "@local/configs": "0.0.0"
57
57
  },
58
58
  "peerDependencies": {