@eslint-react/eslint-plugin 2.1.1 → 2.1.2-next.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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +1 -1
  3. package/package.json +10 -10
package/README.md CHANGED
@@ -177,7 +177,7 @@ export default defineConfig([
177
177
 
178
178
  ## Disclaimer
179
179
 
180
- ESLint React is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or React team, nor is it endorsed or sponsored by them.
180
+ ESLint React is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
181
181
 
182
182
  ## Contributing
183
183
 
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import { DEFAULT_ESLINT_REACT_SETTINGS } from "@eslint-react/shared";
9
9
 
10
10
  //#region package.json
11
11
  var name = "@eslint-react/eslint-plugin";
12
- var version = "2.1.1";
12
+ var version = "2.1.2-next.0";
13
13
 
14
14
  //#endregion
15
15
  //#region src/configs/dom.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.1.1",
3
+ "version": "2.1.2-next.0",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,15 +42,15 @@
42
42
  "@typescript-eslint/types": "^8.46.0",
43
43
  "@typescript-eslint/utils": "^8.46.0",
44
44
  "ts-api-utils": "^2.1.0",
45
- "@eslint-react/eff": "2.1.1",
46
- "@eslint-react/kit": "2.1.1",
47
- "eslint-plugin-react-debug": "2.1.1",
48
- "@eslint-react/shared": "2.1.1",
49
- "eslint-plugin-react-hooks-extra": "2.1.1",
50
- "eslint-plugin-react-dom": "2.1.1",
51
- "eslint-plugin-react-web-api": "2.1.1",
52
- "eslint-plugin-react-naming-convention": "2.1.1",
53
- "eslint-plugin-react-x": "2.1.1"
45
+ "@eslint-react/eff": "2.1.2-next.0",
46
+ "@eslint-react/shared": "2.1.2-next.0",
47
+ "@eslint-react/kit": "2.1.2-next.0",
48
+ "eslint-plugin-react-debug": "2.1.2-next.0",
49
+ "eslint-plugin-react-dom": "2.1.2-next.0",
50
+ "eslint-plugin-react-hooks-extra": "2.1.2-next.0",
51
+ "eslint-plugin-react-naming-convention": "2.1.2-next.0",
52
+ "eslint-plugin-react-web-api": "2.1.2-next.0",
53
+ "eslint-plugin-react-x": "2.1.2-next.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "tsdown": "^0.15.6",