Skip to content

Commit 57405dc

Browse files
committed
build: update deps
1 parent b137fc3 commit 57405dc

File tree

23 files changed

+750
-653
lines changed

23 files changed

+750
-653
lines changed

examples/dual-react-dom-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"@eslint/js": "^9.18.0",
3434
"@tsconfig/node22": "^22.0.0",
3535
"@tsconfig/strictest": "^2.0.5",
36-
"@types/node": "^22.10.5",
37-
"@types/react": "^19.0.6",
36+
"@types/node": "^22.10.6",
37+
"@types/react": "^19.0.7",
3838
"eslint": "^9.18.0",
3939
"eslint-plugin-react-hooks": "^5.1.0",
4040
"eslint-plugin-vitest": "^0.5.4",
4141
"react": "^19.0.0",
4242
"tsup": "^8.3.5",
4343
"typescript": "^5.7.3",
44-
"typescript-eslint": "^8.19.1"
44+
"typescript-eslint": "^8.20.0"
4545
},
4646
"peerDependencies": {
4747
"react": "^19.0.0"

examples/next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@eslint/js": "^9.18.0",
2222
"@next/eslint-plugin-next": "^15.1.4",
2323
"@types/negotiator": "^0.6.3",
24-
"@types/node": "^22.10.5",
25-
"@types/react": "^19.0.6",
24+
"@types/node": "^22.10.6",
25+
"@types/react": "^19.0.7",
2626
"@types/react-dom": "^19.0.3",
2727
"autoprefixer": "10.4.20",
2828
"eslint": "^9.18.0",
@@ -32,7 +32,7 @@
3232
"postcss": "8.4.49",
3333
"tailwindcss": "3.4.17",
3434
"typescript": "^5.7.3",
35-
"typescript-eslint": "^8.19.1"
35+
"typescript-eslint": "^8.20.0"
3636
},
3737
"engines": {
3838
"node": ">=18.18.0"

examples/vite-react-dom-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"@eslint/js": "^9.18.0",
2121
"@tsconfig/node22": "^22.0.0",
2222
"@tsconfig/strictest": "^2.0.5",
23-
"@types/react": "^19.0.6",
23+
"@types/react": "^19.0.7",
2424
"@types/react-dom": "^19.0.3",
2525
"@vitejs/plugin-react": "^4.3.4",
2626
"eslint": "^9.18.0",
2727
"eslint-plugin-react-hooks": "^5.1.0",
2828
"eslint-plugin-react-refresh": "^0.4.18",
2929
"typescript": "^5.7.3",
30-
"typescript-eslint": "^8.19.1",
30+
"typescript-eslint": "^8.20.0",
3131
"vite": "^6.0.7"
3232
},
3333
"engines": {

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint-react/eslint-plugin": "^1.23.2",
1919
"@eslint/config-inspector": "^0.7.1",
2020
"@eslint/js": "^9.18.0",
21-
"@types/react": "^19.0.6",
21+
"@types/react": "^19.0.7",
2222
"@types/react-dom": "^19.0.3",
2323
"@vitejs/plugin-react": "^4.3.4",
2424
"eslint": "^9.18.0",

examples/vite-react-dom-js-with-babel-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@eslint/js": "^9.18.0",
2525
"@types/babel__core": "~7.20.5",
2626
"@types/babel__preset-env": "~7.9.7",
27-
"@types/react": "^19.0.6",
27+
"@types/react": "^19.0.7",
2828
"@types/react-dom": "^19.0.3",
2929
"@vitejs/plugin-react": "^4.3.4",
3030
"eslint": "^9.18.0",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@
6161
"@swc/core": "^1.10.7",
6262
"@tsconfig/node22": "^22.0.0",
6363
"@tsconfig/strictest": "^2.0.5",
64-
"@types/node": "^22.10.5",
65-
"@types/react": "^19.0.6",
64+
"@types/node": "^22.10.6",
65+
"@types/react": "^19.0.7",
6666
"@types/react-dom": "^19.0.3",
67-
"@typescript-eslint/parser": "^8.19.1",
68-
"@typescript-eslint/rule-tester": "^8.19.1",
69-
"@typescript-eslint/types": "^8.19.1",
67+
"@typescript-eslint/parser": "^8.20.0",
68+
"@typescript-eslint/rule-tester": "^8.20.0",
69+
"@typescript-eslint/types": "^8.20.0",
7070
"@vitest/ui": "^2.1.8",
7171
"@workspace/configs": "workspace:*",
7272
"@workspace/eslint-plugin-local": "workspace:*",
7373
"concurrently": "^9.1.2",
74-
"cspell": "^8.17.1",
74+
"cspell": "^8.17.2",
7575
"dedent": "^1.5.3",
7676
"dprint": "^0.48.0",
7777
"esbuild": "^0.24.2",
@@ -107,7 +107,7 @@
107107
"typedoc-plugin-markdown": "^4.4.1",
108108
"typedoc-plugin-rename-defaults": "^0.7.2",
109109
"typescript": "^5.7.3",
110-
"typescript-eslint": "^8.19.1",
110+
"typescript-eslint": "^8.20.0",
111111
"vitest": "^2.1.8"
112112
},
113113
"engines": {
@@ -120,7 +120,7 @@
120120
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
121121
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
122122
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
123-
"@types/react": "^19.0.6",
123+
"@types/react": "^19.0.7",
124124
"@types/react-dom": "^19.0.3",
125125
"cross-spawn": "^7.0.6",
126126
"next": "^15.1.4",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"@eslint-react/jsx": "workspace:*",
4646
"@eslint-react/shared": "workspace:*",
4747
"@eslint-react/var": "workspace:*",
48-
"@typescript-eslint/scope-manager": "^8.19.1",
49-
"@typescript-eslint/type-utils": "^8.19.1",
50-
"@typescript-eslint/types": "^8.19.1",
51-
"@typescript-eslint/utils": "^8.19.1",
48+
"@typescript-eslint/scope-manager": "^8.20.0",
49+
"@typescript-eslint/type-utils": "^8.20.0",
50+
"@typescript-eslint/types": "^8.20.0",
51+
"@typescript-eslint/utils": "^8.20.0",
5252
"birecord": "^0.1.1",
5353
"ts-pattern": "^5.6.0"
5454
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"@eslint-react/jsx": "workspace:*",
5454
"@eslint-react/shared": "workspace:*",
5555
"@eslint-react/var": "workspace:*",
56-
"@typescript-eslint/scope-manager": "^8.19.1",
57-
"@typescript-eslint/type-utils": "^8.19.1",
58-
"@typescript-eslint/types": "^8.19.1",
59-
"@typescript-eslint/utils": "^8.19.1",
56+
"@typescript-eslint/scope-manager": "^8.20.0",
57+
"@typescript-eslint/type-utils": "^8.20.0",
58+
"@typescript-eslint/types": "^8.20.0",
59+
"@typescript-eslint/utils": "^8.20.0",
6060
"string-ts": "^2.2.0",
6161
"ts-pattern": "^5.6.0"
6262
},
6363
"devDependencies": {
64-
"@types/react": "^19.0.6",
64+
"@types/react": "^19.0.7",
6565
"@types/react-dom": "^19.0.3",
6666
"@workspace/configs": "workspace:*",
6767
"tsup": "^8.3.5"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"@eslint-react/jsx": "workspace:*",
5454
"@eslint-react/shared": "workspace:*",
5555
"@eslint-react/var": "workspace:*",
56-
"@typescript-eslint/scope-manager": "^8.19.1",
57-
"@typescript-eslint/types": "^8.19.1",
58-
"@typescript-eslint/utils": "^8.19.1",
56+
"@typescript-eslint/scope-manager": "^8.20.0",
57+
"@typescript-eslint/types": "^8.20.0",
58+
"@typescript-eslint/utils": "^8.20.0",
5959
"compare-versions": "^6.1.1",
6060
"string-ts": "^2.2.0",
6161
"ts-pattern": "^5.6.0"
6262
},
6363
"devDependencies": {
64-
"@types/react": "^19.0.6",
64+
"@types/react": "^19.0.7",
6565
"@types/react-dom": "^19.0.3",
6666
"@workspace/configs": "workspace:*",
6767
"tsup": "^8.3.5"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
"@eslint-react/jsx": "workspace:*",
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/var": "workspace:*",
57-
"@typescript-eslint/scope-manager": "^8.19.1",
58-
"@typescript-eslint/type-utils": "^8.19.1",
59-
"@typescript-eslint/types": "^8.19.1",
60-
"@typescript-eslint/utils": "^8.19.1",
57+
"@typescript-eslint/scope-manager": "^8.20.0",
58+
"@typescript-eslint/type-utils": "^8.20.0",
59+
"@typescript-eslint/types": "^8.20.0",
60+
"@typescript-eslint/utils": "^8.20.0",
6161
"string-ts": "^2.2.0",
6262
"ts-pattern": "^5.6.0"
6363
},
6464
"devDependencies": {
65-
"@types/react": "^19.0.6",
65+
"@types/react": "^19.0.7",
6666
"@types/react-dom": "^19.0.3",
6767
"@workspace/configs": "workspace:*",
6868
"tsup": "^8.3.5"

0 commit comments

Comments
 (0)