eslint-plugin-react-web-api 2.8.1-next.1 → 2.8.1-next.3

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 +6 -6
package/dist/index.js CHANGED
@@ -43,7 +43,7 @@ const settings = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
43
43
  //#endregion
44
44
  //#region package.json
45
45
  var name = "eslint-plugin-react-web-api";
46
- var version = "2.8.1-next.1";
46
+ var version = "2.8.1-next.3";
47
47
 
48
48
  //#endregion
49
49
  //#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": "2.8.1-next.1",
3
+ "version": "2.8.1-next.3",
4
4
  "description": "ESLint React's ESLint plugin for interacting with Web APIs",
5
5
  "keywords": [
6
6
  "react",
@@ -44,11 +44,11 @@
44
44
  "birecord": "^0.1.1",
45
45
  "string-ts": "^2.3.1",
46
46
  "ts-pattern": "^5.9.0",
47
- "@eslint-react/ast": "2.8.1-next.1",
48
- "@eslint-react/core": "2.8.1-next.1",
49
- "@eslint-react/eff": "2.8.1-next.1",
50
- "@eslint-react/shared": "2.8.1-next.1",
51
- "@eslint-react/var": "2.8.1-next.1"
47
+ "@eslint-react/core": "2.8.1-next.3",
48
+ "@eslint-react/ast": "2.8.1-next.3",
49
+ "@eslint-react/eff": "2.8.1-next.3",
50
+ "@eslint-react/shared": "2.8.1-next.3",
51
+ "@eslint-react/var": "2.8.1-next.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.10",