eslint-plugin-react-web-api 5.8.16 → 5.8.17

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Rel1cx
3
+ Copyright (c) 2023 Rel1cx and Other Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ var __exportAll = (all, no_symbols) => {
28
28
  //#endregion
29
29
  //#region package.json
30
30
  var name$1 = "eslint-plugin-react-web-api";
31
- var version = "5.8.16";
31
+ var version = "5.8.17";
32
32
 
33
33
  //#endregion
34
34
  //#region src/types/component-phase.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-web-api",
3
- "version": "5.8.16",
3
+ "version": "5.8.17",
4
4
  "description": "ESLint React's ESLint plugin for interacting with Web APIs",
5
5
  "keywords": [
6
6
  "react",
@@ -37,15 +37,15 @@
37
37
  "dist"
38
38
  ],
39
39
  "dependencies": {
40
- "@typescript-eslint/types": "^8.60.1",
41
- "@typescript-eslint/utils": "^8.60.1",
40
+ "@typescript-eslint/types": "^8.61.0",
41
+ "@typescript-eslint/utils": "^8.61.0",
42
42
  "birecord": "^0.1.1",
43
43
  "ts-pattern": "^5.9.0",
44
- "@eslint-react/ast": "5.8.16",
45
- "@eslint-react/core": "5.8.16",
46
- "@eslint-react/eslint": "5.8.16",
47
- "@eslint-react/shared": "5.8.16",
48
- "@eslint-react/var": "5.8.16"
44
+ "@eslint-react/ast": "5.8.17",
45
+ "@eslint-react/eslint": "5.8.17",
46
+ "@eslint-react/shared": "5.8.17",
47
+ "@eslint-react/var": "5.8.17",
48
+ "@eslint-react/core": "5.8.17"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/react": "^19.2.17",