Skip to content

Commit ccbe409

Browse files
committed
build: update deps
1 parent 89cc8c9 commit ccbe409

File tree

16 files changed

+238
-243
lines changed

16 files changed

+238
-243
lines changed

examples/vite-react-dom-ts-flat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-react-hooks": "4.6.2",
2525
"eslint-plugin-react-refresh": "0.4.7",
2626
"typescript": "5.4.5",
27-
"typescript-eslint": "7.8.0",
27+
"typescript-eslint": "7.9.0",
2828
"vite": "5.2.11"
2929
}
3030
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"@tsconfig/node20": "20.1.4",
6161
"@tsconfig/strictest": "2.0.5",
6262
"@types/node": "20.12.11",
63-
"@typescript-eslint/eslint-plugin": "^7.8.0",
64-
"@typescript-eslint/parser": "^7.8.0",
65-
"@typescript-eslint/rule-tester": "^7.8.0",
63+
"@typescript-eslint/eslint-plugin": "^7.9.0",
64+
"@typescript-eslint/parser": "^7.9.0",
65+
"@typescript-eslint/rule-tester": "^7.9.0",
6666
"@vitest/ui": "1.6.0",
6767
"bun": "1.1.8",
6868
"bun-types": "1.1.8",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.8.0",
52-
"@typescript-eslint/type-utils": "^7.8.0",
53-
"@typescript-eslint/types": "^7.8.0",
54-
"@typescript-eslint/utils": "^7.8.0",
51+
"@typescript-eslint/scope-manager": "^7.9.0",
52+
"@typescript-eslint/type-utils": "^7.9.0",
53+
"@typescript-eslint/types": "^7.9.0",
54+
"@typescript-eslint/utils": "^7.9.0",
5555
"short-unique-id": "5.2.0",
5656
"valibot": "0.30.0"
5757
},

packages/plugins/eslint-plugin-react-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "^7.8.0",
53-
"@typescript-eslint/scope-manager": "^7.8.0",
54-
"@typescript-eslint/type-utils": "^7.8.0",
55-
"@typescript-eslint/types": "^7.8.0",
56-
"@typescript-eslint/utils": "^7.8.0",
52+
"@typescript-eslint/parser": "^7.9.0",
53+
"@typescript-eslint/scope-manager": "^7.9.0",
54+
"@typescript-eslint/type-utils": "^7.9.0",
55+
"@typescript-eslint/types": "^7.9.0",
56+
"@typescript-eslint/utils": "^7.9.0",
5757
"string-ts": "2.1.1",
5858
"ts-api-utils": "1.3.0",
5959
"valibot": "0.30.0"

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/parser": "^7.8.0",
52-
"@typescript-eslint/scope-manager": "^7.8.0",
53-
"@typescript-eslint/type-utils": "^7.8.0",
54-
"@typescript-eslint/types": "^7.8.0",
55-
"@typescript-eslint/utils": "^7.8.0",
51+
"@typescript-eslint/parser": "^7.9.0",
52+
"@typescript-eslint/scope-manager": "^7.9.0",
53+
"@typescript-eslint/type-utils": "^7.9.0",
54+
"@typescript-eslint/types": "^7.9.0",
55+
"@typescript-eslint/utils": "^7.9.0",
5656
"string-ts": "2.1.1",
5757
"valibot": "0.30.0"
5858
},

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "^7.8.0",
53-
"@typescript-eslint/scope-manager": "^7.8.0",
54-
"@typescript-eslint/types": "^7.8.0",
55-
"@typescript-eslint/utils": "^7.8.0",
52+
"@typescript-eslint/parser": "^7.9.0",
53+
"@typescript-eslint/scope-manager": "^7.9.0",
54+
"@typescript-eslint/types": "^7.9.0",
55+
"@typescript-eslint/utils": "^7.9.0",
5656
"string-ts": "2.1.1",
5757
"valibot": "0.30.0"
5858
},

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": "^7.8.0",
53-
"@typescript-eslint/scope-manager": "^7.8.0",
54-
"@typescript-eslint/type-utils": "^7.8.0",
55-
"@typescript-eslint/types": "^7.8.0",
56-
"@typescript-eslint/utils": "^7.8.0",
52+
"@typescript-eslint/parser": "^7.9.0",
53+
"@typescript-eslint/scope-manager": "^7.9.0",
54+
"@typescript-eslint/type-utils": "^7.9.0",
55+
"@typescript-eslint/types": "^7.9.0",
56+
"@typescript-eslint/utils": "^7.9.0",
5757
"string-ts": "2.1.1",
5858
"valibot": "0.30.0"
5959
},

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/parser": "^7.8.0",
52-
"@typescript-eslint/scope-manager": "^7.8.0",
53-
"@typescript-eslint/type-utils": "^7.8.0",
54-
"@typescript-eslint/types": "^7.8.0",
55-
"@typescript-eslint/utils": "^7.8.0",
51+
"@typescript-eslint/parser": "^7.9.0",
52+
"@typescript-eslint/scope-manager": "^7.9.0",
53+
"@typescript-eslint/type-utils": "^7.9.0",
54+
"@typescript-eslint/types": "^7.9.0",
55+
"@typescript-eslint/utils": "^7.9.0",
5656
"string-ts": "2.1.1",
5757
"valibot": "0.30.0"
5858
},

packages/plugins/eslint-plugin/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/tools": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
58-
"@typescript-eslint/parser": "^7.8.0",
59-
"@typescript-eslint/scope-manager": "^7.8.0",
60-
"@typescript-eslint/type-utils": "^7.8.0",
61-
"@typescript-eslint/types": "^7.8.0",
62-
"@typescript-eslint/utils": "^7.8.0",
58+
"@typescript-eslint/parser": "^7.9.0",
59+
"@typescript-eslint/scope-manager": "^7.9.0",
60+
"@typescript-eslint/type-utils": "^7.9.0",
61+
"@typescript-eslint/types": "^7.9.0",
62+
"@typescript-eslint/utils": "^7.9.0",
6363
"eslint-plugin-react-core": "workspace:*",
6464
"eslint-plugin-react-dom": "workspace:*",
6565
"eslint-plugin-react-hooks-extra": "workspace:*",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"publish": "pnpm run build && pnpm run lint:publish"
4343
},
4444
"dependencies": {
45-
"@typescript-eslint/utils": "^7.8.0",
45+
"@typescript-eslint/utils": "^7.9.0",
4646
"deepmerge-ts": "5.1.0"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)