Skip to content

Commit 5b0e3cb

Browse files
chore(deps): update dependency @types/react to ^19.2.4 (#745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d26adb7 commit 5b0e3cb

File tree

7 files changed

+32
-32
lines changed

7 files changed

+32
-32
lines changed

examples/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@tanstack-table-search-params/tsconfig": "workspace:*",
1414
"@types/node": "^24.10.1",
15-
"@types/react": "^19.2.3",
15+
"@types/react": "^19.2.4",
1616
"@types/react-dom": "^19.2.3",
1717
"postcss": "^8.5.6",
1818
"tailwindcss": "^3.4.18",

examples/next-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"typescript": "^5.9.3",
2121
"@types/node": "^24.10.1",
22-
"@types/react": "^19.2.3",
22+
"@types/react": "^19.2.4",
2323
"@types/react-dom": "^19.2.3",
2424
"postcss": "^8.5.6",
2525
"tailwindcss": "^3.4.18",

examples/next-pages-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@tanstack-table-search-params/tsconfig": "workspace:*",
2020
"@types/node": "^24.10.1",
21-
"@types/react": "^19.2.3",
21+
"@types/react": "^19.2.4",
2222
"@types/react-dom": "^19.2.3",
2323
"postcss": "^8.5.6",
2424
"tailwindcss": "^3.4.18",

examples/react-router-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@tanstack-table-search-params/tsconfig": "workspace:*",
22-
"@types/react": "^19.2.3",
22+
"@types/react": "^19.2.4",
2323
"@types/react-dom": "^19.2.3",
2424
"@vitejs/plugin-react-swc": "^4.2.1",
2525
"postcss": "^8.5.6",

examples/tanstack-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@tanstack/router-devtools": "^1.135.2",
2222
"@tanstack/router-plugin": "^1.135.2",
23-
"@types/react": "^19.2.3",
23+
"@types/react": "^19.2.4",
2424
"@types/react-dom": "^19.2.3",
2525
"@vitejs/plugin-react-swc": "^4.2.1",
2626
"typescript": "^5.9.3",

packages/tanstack-table-search-params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@tanstack/react-table": "^8.21.3",
2828
"@testing-library/react": "^16.3.0",
2929
"@types/node": "^24.10.1",
30-
"@types/react": "^19.2.3",
30+
"@types/react": "^19.2.4",
3131
"@vitejs/plugin-react": "^5.1.0",
3232
"jsdom": "^27.1.0",
3333
"next-router-mock": "^1.0.4",

pnpm-lock.yaml

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)