Skip to content

Commit 837d8a5

Browse files
committed
fix(deps): fix package versions mismatch
1 parent fbdcbb3 commit 837d8a5

File tree

3 files changed

+780
-1068
lines changed

3 files changed

+780
-1068
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
"@tsconfig/node22": "^22.0.0",
6363
"@tsconfig/strictest": "^2.0.5",
6464
"@types/node": "^22.10.5",
65-
"@types/react": "^19.0.2",
65+
"@types/react": "^19.0.3",
6666
"@types/react-dom": "^19.0.2",
67-
"@typescript-eslint/parser": "^8.19.0",
68-
"@typescript-eslint/rule-tester": "^8.19.0",
69-
"@typescript-eslint/types": "^8.19.0",
67+
"@typescript-eslint/parser": "^8.19.1",
68+
"@typescript-eslint/rule-tester": "^8.19.1",
69+
"@typescript-eslint/types": "^8.19.1",
7070
"@vitest/ui": "^2.1.8",
7171
"@workspace/configs": "workspace:*",
7272
"@workspace/eslint-plugin-deps": "workspace:*",
@@ -84,7 +84,7 @@
8484
"importx": "^0.5.1",
8585
"lefthook": "^1.10.1",
8686
"markdownlint": "^0.37.3",
87-
"publint": "^0.2.12",
87+
"publint": "^0.3.0",
8888
"react": "^19.0.0",
8989
"react-dom": "^19.0.0",
9090
"skott": "^0.35.4",
@@ -98,7 +98,7 @@
9898
"typedoc-plugin-markdown": "^4.4.1",
9999
"typedoc-plugin-rename-defaults": "^0.7.2",
100100
"typescript": "^5.7.2",
101-
"typescript-eslint": "^8.19.0",
101+
"typescript-eslint": "^8.19.1",
102102
"vitest": "^2.1.8"
103103
},
104104
"engines": {
@@ -111,7 +111,7 @@
111111
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
112112
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
113113
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
114-
"@types/react": "^19.0.2",
114+
"@types/react": "^19.0.3",
115115
"@types/react-dom": "^19.0.2",
116116
"cross-spawn": "^7.0.6",
117117
"next": "^15.1.3",

packages/plugins/eslint-plugin-react-dom/src/rules/no-missing-button-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { getElementRepresentName } from "@eslint-react/core";
2-
import { F, O } from "@eslint-react/eff";
2+
import { O } from "@eslint-react/eff";
33
import * as JSX from "@eslint-react/jsx";
44
import type { RuleFeature } from "@eslint-react/types";
55
import type { CamelCase } from "string-ts";

0 commit comments

Comments
 (0)