Skip to content

Commit 52af89f

Browse files
committed
build: update deps
1 parent 3067edf commit 52af89f

File tree

16 files changed

+233
-234
lines changed

16 files changed

+233
-234
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.9",
2626
"typescript": "^5.5.3",
27-
"typescript-eslint": "^7.16.1",
27+
"typescript-eslint": "^7.17.0",
2828
"vite": "5.3.4"
2929
}
3030
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"@types/node": "20.14.11",
6161
"@types/react": "18.3.3",
6262
"@types/react-dom": "18.3.0",
63-
"@typescript-eslint/eslint-plugin": "^7.16.1",
64-
"@typescript-eslint/parser": "^7.16.1",
65-
"@typescript-eslint/rule-tester": "^7.16.1",
63+
"@typescript-eslint/eslint-plugin": "^7.17.0",
64+
"@typescript-eslint/parser": "^7.17.0",
65+
"@typescript-eslint/rule-tester": "^7.17.0",
6666
"@vitest/ui": "2.0.4",
6767
"bun": "1.1.20",
6868
"bundle-require": "^5.0.0",
@@ -79,7 +79,7 @@
7979
"eslint-plugin-functional": "6.6.3",
8080
"eslint-plugin-import-x": "3.0.1",
8181
"eslint-plugin-jsdoc": "48.8.3",
82-
"eslint-plugin-perfectionist": "2.11.0",
82+
"eslint-plugin-perfectionist": "3.0.0",
8383
"eslint-plugin-simple-import-sort": "12.1.1",
8484
"eslint-plugin-unicorn": "54.0.0",
8585
"eslint-plugin-vitest": "0.5.4",
@@ -98,14 +98,14 @@
9898
"ts-pattern": "5.2.0",
9999
"tsup": "8.2.2",
100100
"turbo": "2.0.9",
101-
"type-fest": "4.22.1",
101+
"type-fest": "4.23.0",
102102
"typedoc": "0.26.5",
103-
"typedoc-plugin-markdown": "4.2.1",
103+
"typedoc-plugin-markdown": "4.2.2",
104104
"typedoc-plugin-rename-defaults": "0.7.1",
105105
"typescript": "^5.5.3",
106106
"vitest": "2.0.4"
107107
},
108-
"packageManager": "pnpm@9.5.0",
108+
"packageManager": "pnpm@9.6.0",
109109
"engines": {
110110
"bun": ">=1.0.15",
111111
"node": ">=18.18.0"
@@ -115,9 +115,9 @@
115115
"@types/node": "20.14.11",
116116
"@types/react": "18.3.3",
117117
"@types/react-dom": "18.3.0",
118-
"@typescript-eslint/eslint-plugin": "^7.16.1",
119-
"@typescript-eslint/parser": "^7.16.1",
120-
"@typescript-eslint/rule-tester": "^7.16.1",
118+
"@typescript-eslint/eslint-plugin": "^7.17.0",
119+
"@typescript-eslint/parser": "^7.17.0",
120+
"@typescript-eslint/rule-tester": "^7.17.0",
121121
"@typescript-eslint/scope-manager": "^7.16.1",
122122
"@typescript-eslint/type-utils": "^7.16.1",
123123
"@typescript-eslint/types": "^7.16.1",

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.16.1",
52-
"@typescript-eslint/type-utils": "^7.16.1",
53-
"@typescript-eslint/types": "^7.16.1",
54-
"@typescript-eslint/utils": "^7.16.1"
51+
"@typescript-eslint/scope-manager": "^7.17.0",
52+
"@typescript-eslint/type-utils": "^7.17.0",
53+
"@typescript-eslint/types": "^7.17.0",
54+
"@typescript-eslint/utils": "^7.17.0"
5555
},
5656
"devDependencies": {
5757
"short-unique-id": "5.2.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@eslint-react/shared": "workspace:*",
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^7.16.1",
51-
"@typescript-eslint/type-utils": "^7.16.1",
52-
"@typescript-eslint/types": "^7.16.1",
53-
"@typescript-eslint/utils": "^7.16.1",
50+
"@typescript-eslint/scope-manager": "^7.17.0",
51+
"@typescript-eslint/type-utils": "^7.17.0",
52+
"@typescript-eslint/types": "^7.17.0",
53+
"@typescript-eslint/utils": "^7.17.0",
5454
"string-ts": "^2.2.0"
5555
},
5656
"devDependencies": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.16.1",
52-
"@typescript-eslint/types": "^7.16.1",
53-
"@typescript-eslint/utils": "^7.16.1"
51+
"@typescript-eslint/scope-manager": "^7.17.0",
52+
"@typescript-eslint/types": "^7.17.0",
53+
"@typescript-eslint/utils": "^7.17.0"
5454
},
5555
"devDependencies": {
5656
"@types/react": "^18.3.3",

packages/plugins/eslint-plugin-react-hooks-extra/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.16.1",
52-
"@typescript-eslint/type-utils": "^7.16.1",
53-
"@typescript-eslint/types": "^7.16.1",
54-
"@typescript-eslint/utils": "^7.16.1"
51+
"@typescript-eslint/scope-manager": "^7.17.0",
52+
"@typescript-eslint/type-utils": "^7.17.0",
53+
"@typescript-eslint/types": "^7.17.0",
54+
"@typescript-eslint/utils": "^7.17.0"
5555
},
5656
"devDependencies": {
5757
"@types/react": "^18.3.3",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@eslint-react/shared": "workspace:*",
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^7.16.1",
51-
"@typescript-eslint/type-utils": "^7.16.1",
52-
"@typescript-eslint/types": "^7.16.1",
53-
"@typescript-eslint/utils": "^7.16.1"
50+
"@typescript-eslint/scope-manager": "^7.17.0",
51+
"@typescript-eslint/type-utils": "^7.17.0",
52+
"@typescript-eslint/types": "^7.17.0",
53+
"@typescript-eslint/utils": "^7.17.0"
5454
},
5555
"devDependencies": {
5656
"@types/react": "^18.3.3",

packages/plugins/eslint-plugin-react-x/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.16.1",
52-
"@typescript-eslint/type-utils": "^7.16.1",
53-
"@typescript-eslint/types": "^7.16.1",
54-
"@typescript-eslint/utils": "^7.16.1",
51+
"@typescript-eslint/scope-manager": "^7.17.0",
52+
"@typescript-eslint/type-utils": "^7.17.0",
53+
"@typescript-eslint/types": "^7.17.0",
54+
"@typescript-eslint/utils": "^7.17.0",
5555
"is-immutable-type": "4.0.0"
5656
},
5757
"devDependencies": {

packages/plugins/eslint-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/tools": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^7.16.1",
59-
"@typescript-eslint/type-utils": "^7.16.1",
60-
"@typescript-eslint/types": "^7.16.1",
61-
"@typescript-eslint/utils": "^7.16.1",
58+
"@typescript-eslint/scope-manager": "^7.17.0",
59+
"@typescript-eslint/type-utils": "^7.17.0",
60+
"@typescript-eslint/types": "^7.17.0",
61+
"@typescript-eslint/utils": "^7.17.0",
6262
"eslint-plugin-react-debug": "workspace:*",
6363
"eslint-plugin-react-dom": "workspace:*",
6464
"eslint-plugin-react-hooks-extra": "workspace:*",

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"publish": "pnpm run build && pnpm run lint:publish"
4343
},
4444
"dependencies": {
45-
"@typescript-eslint/utils": "^7.16.1"
45+
"@typescript-eslint/utils": "^7.17.0"
4646
},
4747
"devDependencies": {
4848
"tsup": "8.2.2",
49-
"type-fest": "4.22.1",
49+
"type-fest": "4.23.0",
5050
"valibot": "0.36.0"
5151
}
5252
}

0 commit comments

Comments
 (0)