@eslint-react/eslint-plugin 5.8.16 → 5.8.18

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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![License](https://img.shields.io/npm/l/@eslint-react/core?style=flat&colorA=333333&colorB=000000)](https://github.com/Rel1cx/eslint-react/blob/main/LICENSE)
8
8
  [![Build with](https://img.shields.io/badge/built_with-tsdown@0.22.2-000000?style=flat)](https://tsdown.dev)
9
9
 
10
- Performant, composable ESLint rules for React and friends.
10
+ Composable ESLint rules for React and friends.
11
11
 
12
12
  ## Table of Contents
13
13
 
package/dist/index.js CHANGED
@@ -449,7 +449,7 @@ const settings = { ...settings$1 };
449
449
  //#endregion
450
450
  //#region package.json
451
451
  var name = "@eslint-react/eslint-plugin";
452
- var version = "5.8.16";
452
+ var version = "5.8.18";
453
453
 
454
454
  //#endregion
455
455
  //#region src/utils/type-of.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "5.8.16",
3
+ "version": "5.8.18",
4
4
  "description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,13 +42,13 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@eslint-react/shared": "5.8.16",
46
- "eslint-plugin-react-dom": "5.8.16",
47
- "eslint-plugin-react-jsx": "5.8.16",
48
- "eslint-plugin-react-naming-convention": "5.8.16",
49
- "eslint-plugin-react-web-api": "5.8.16",
50
- "eslint-plugin-react-rsc": "5.8.16",
51
- "eslint-plugin-react-x": "5.8.16"
45
+ "eslint-plugin-react-dom": "5.8.18",
46
+ "eslint-plugin-react-jsx": "5.8.18",
47
+ "eslint-plugin-react-naming-convention": "5.8.18",
48
+ "eslint-plugin-react-web-api": "5.8.18",
49
+ "@eslint-react/shared": "5.8.18",
50
+ "eslint-plugin-react-x": "5.8.18",
51
+ "eslint-plugin-react-rsc": "5.8.18"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.17",
@@ -56,11 +56,11 @@
56
56
  "eslint": "^10.4.1",
57
57
  "tsdown": "^0.22.2",
58
58
  "typescript": "6.0.3",
59
- "@local/configs": "0.0.0",
60
- "@local/eff": "0.0.0"
59
+ "@local/eff": "0.0.0",
60
+ "@local/configs": "0.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "eslint": "^10.3.0",
63
+ "eslint": "*",
64
64
  "typescript": "*"
65
65
  },
66
66
  "engines": {