@eslint-react/eslint-plugin 2.0.0-next.7 → 2.0.0-next.8

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 +9 -9
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ var __export = (target, all) => {
13
13
 
14
14
  // package.json
15
15
  var name = "@eslint-react/eslint-plugin";
16
- var version = "2.0.0-next.7";
16
+ var version = "2.0.0-next.8";
17
17
 
18
18
  // src/configs/all.ts
19
19
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.0.0-next.7",
3
+ "version": "2.0.0-next.8",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -41,14 +41,14 @@
41
41
  "@typescript-eslint/type-utils": "^8.31.0",
42
42
  "@typescript-eslint/types": "^8.31.0",
43
43
  "@typescript-eslint/utils": "^8.31.0",
44
- "@eslint-react/eff": "2.0.0-next.7",
45
- "@eslint-react/shared": "2.0.0-next.7",
46
- "eslint-plugin-react-debug": "2.0.0-next.7",
47
- "eslint-plugin-react-dom": "2.0.0-next.7",
48
- "eslint-plugin-react-naming-convention": "2.0.0-next.7",
49
- "eslint-plugin-react-web-api": "2.0.0-next.7",
50
- "eslint-plugin-react-x": "2.0.0-next.7",
51
- "@eslint-react/kit": "2.0.0-next.7"
44
+ "@eslint-react/eff": "2.0.0-next.8",
45
+ "@eslint-react/kit": "2.0.0-next.8",
46
+ "@eslint-react/shared": "2.0.0-next.8",
47
+ "eslint-plugin-react-dom": "2.0.0-next.8",
48
+ "eslint-plugin-react-naming-convention": "2.0.0-next.8",
49
+ "eslint-plugin-react-x": "2.0.0-next.8",
50
+ "eslint-plugin-react-web-api": "2.0.0-next.8",
51
+ "eslint-plugin-react-debug": "2.0.0-next.8"
52
52
  },
53
53
  "devDependencies": {
54
54
  "tsup": "^8.4.0",