Skip to content

Commit 3449cb7

Browse files
committed
chore: update @types/react to version 19.0.6 across multiple packages
1 parent 15eb421 commit 3449cb7

File tree

15 files changed

+241
-241
lines changed

15 files changed

+241
-241
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@tsconfig/node22": "^22.0.0",
3535
"@tsconfig/strictest": "^2.0.5",
3636
"@types/node": "^22.10.5",
37-
"@types/react": "^19.0.5",
37+
"@types/react": "^19.0.6",
3838
"eslint": "^9.18.0",
3939
"eslint-plugin-react-hooks": "^5.1.0",
4040
"eslint-plugin-vitest": "^0.5.4",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@next/eslint-plugin-next": "^15.1.4",
2323
"@types/negotiator": "^0.6.3",
2424
"@types/node": "^22.10.5",
25-
"@types/react": "^19.0.5",
25+
"@types/react": "^19.0.6",
2626
"@types/react-dom": "^19.0.3",
2727
"autoprefixer": "10.4.20",
2828
"eslint": "^9.18.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@eslint/js": "^9.18.0",
2121
"@tsconfig/node22": "^22.0.0",
2222
"@tsconfig/strictest": "^2.0.5",
23-
"@types/react": "^19.0.5",
23+
"@types/react": "^19.0.6",
2424
"@types/react-dom": "^19.0.3",
2525
"@vitejs/plugin-react": "^4.3.4",
2626
"eslint": "^9.18.0",

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.5",
21+
"@types/react": "^19.0.6",
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.5",
27+
"@types/react": "^19.0.6",
2828
"@types/react-dom": "^19.0.3",
2929
"@vitejs/plugin-react": "^4.3.4",
3030
"eslint": "^9.18.0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@tsconfig/node22": "^22.0.0",
6363
"@tsconfig/strictest": "^2.0.5",
6464
"@types/node": "^22.10.5",
65-
"@types/react": "^19.0.5",
65+
"@types/react": "^19.0.6",
6666
"@types/react-dom": "^19.0.3",
6767
"@typescript-eslint/parser": "^8.19.1",
6868
"@typescript-eslint/rule-tester": "^8.19.1",
@@ -116,17 +116,17 @@
116116
"packageManager": "[email protected]",
117117
"pnpm": {
118118
"overrides": {
119-
"@types/react": "^19.0.5",
119+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
120+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
121+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
122+
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
123+
"@types/react": "^19.0.6",
120124
"@types/react-dom": "^19.0.3",
121125
"cross-spawn": "^7.0.6",
122-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
123126
"next": "^15.1.4",
124127
"react": "^19.0.0",
125128
"react-dom": "^19.0.0",
126-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
127-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
128129
"ts-api-utils": "^2.0.0",
129-
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
130130
"typescript": "^5.7.3"
131131
}
132132
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"ts-pattern": "^5.6.0"
6363
},
6464
"devDependencies": {
65-
"@types/react": "^19.0.5",
65+
"@types/react": "^19.0.6",
6666
"@types/react-dom": "^19.0.3",
6767
"@workspace/configs": "workspace:*",
6868
"tsup": "^8.3.5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"ts-pattern": "^5.6.0"
6363
},
6464
"devDependencies": {
65-
"@types/react": "^19.0.5",
65+
"@types/react": "^19.0.6",
6666
"@types/react-dom": "^19.0.3",
6767
"@workspace/configs": "workspace:*",
6868
"tsup": "^8.3.5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"ts-pattern": "^5.6.0"
6464
},
6565
"devDependencies": {
66-
"@types/react": "^19.0.5",
66+
"@types/react": "^19.0.6",
6767
"@types/react-dom": "^19.0.3",
6868
"@workspace/configs": "workspace:*",
6969
"tsup": "^8.3.5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-pattern": "^5.6.0"
6262
},
6363
"devDependencies": {
64-
"@types/react": "^19.0.5",
64+
"@types/react": "^19.0.6",
6565
"@types/react-dom": "^19.0.3",
6666
"@workspace/configs": "workspace:*",
6767
"tsup": "^8.3.5"

0 commit comments

Comments
 (0)