@eslint-react/eslint-plugin 2.0.2-next.3 → 2.0.3-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 +14 -14
package/README.md CHANGED
@@ -163,7 +163,7 @@ export default defineConfig([
163
163
 
164
164
  ## Roadmap
165
165
 
166
- - [Milestone 2.0 ↗](https://eslint-react.xyz/roadmap#milestone-20)
166
+ - [Milestone 3.0 ↗](https://eslint-react.xyz/docs/roadmap#milestone-30-tbd)
167
167
 
168
168
  ## Contributing
169
169
 
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.0.2-next.3";
12
+ var version = "2.0.3-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.0.2-next.3",
3
+ "version": "2.0.3-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",
@@ -37,20 +37,20 @@
37
37
  "./package.json"
38
38
  ],
39
39
  "dependencies": {
40
- "@typescript-eslint/scope-manager": "^8.44.1",
41
- "@typescript-eslint/type-utils": "^8.44.1",
42
- "@typescript-eslint/types": "^8.44.1",
43
- "@typescript-eslint/utils": "^8.44.1",
40
+ "@typescript-eslint/scope-manager": "^8.45.0",
41
+ "@typescript-eslint/type-utils": "^8.45.0",
42
+ "@typescript-eslint/types": "^8.45.0",
43
+ "@typescript-eslint/utils": "^8.45.0",
44
44
  "ts-api-utils": "^2.1.0",
45
- "@eslint-react/eff": "2.0.2-next.3",
46
- "@eslint-react/shared": "2.0.2-next.3",
47
- "@eslint-react/kit": "2.0.2-next.3",
48
- "eslint-plugin-react-debug": "2.0.2-next.3",
49
- "eslint-plugin-react-dom": "2.0.2-next.3",
50
- "eslint-plugin-react-hooks-extra": "2.0.2-next.3",
51
- "eslint-plugin-react-web-api": "2.0.2-next.3",
52
- "eslint-plugin-react-naming-convention": "2.0.2-next.3",
53
- "eslint-plugin-react-x": "2.0.2-next.3"
45
+ "@eslint-react/eff": "2.0.3-next.0",
46
+ "@eslint-react/kit": "2.0.3-next.0",
47
+ "eslint-plugin-react-debug": "2.0.3-next.0",
48
+ "@eslint-react/shared": "2.0.3-next.0",
49
+ "eslint-plugin-react-dom": "2.0.3-next.0",
50
+ "eslint-plugin-react-naming-convention": "2.0.3-next.0",
51
+ "eslint-plugin-react-web-api": "2.0.3-next.0",
52
+ "eslint-plugin-react-hooks-extra": "2.0.3-next.0",
53
+ "eslint-plugin-react-x": "2.0.3-next.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "tsdown": "^0.15.5",