Skip to content

Commit 65ad32f

Browse files
fix(deps): update react monorepo to ^19.2.0 (#675)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05db64f commit 65ad32f

File tree

7 files changed

+142
-142
lines changed

7 files changed

+142
-142
lines changed

examples/lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"dependencies": {
77
"@faker-js/faker": "^10.0.0",
88
"@tanstack/react-table": "^8.21.3",
9-
"react": "^19.1.1",
10-
"react-dom": "^19.1.1"
9+
"react": "^19.2.0",
10+
"react-dom": "^19.2.0"
1111
},
1212
"devDependencies": {
1313
"@tanstack-table-search-params/tsconfig": "workspace:*",
1414
"@types/node": "^22.18.8",
15-
"@types/react": "^19.1.16",
16-
"@types/react-dom": "^19.1.9",
15+
"@types/react": "^19.2.0",
16+
"@types/react-dom": "^19.2.0",
1717
"postcss": "^8.5.6",
1818
"tailwindcss": "^3.4.18",
1919
"typescript": "^5.9.3"

examples/next-app-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"@examples/lib": "workspace:*",
1313
"tanstack-table-search-params": "workspace:*",
1414
"@tanstack/react-table": "^8.21.3",
15-
"react": "^19.1.1",
16-
"react-dom": "^19.1.1",
15+
"react": "^19.2.0",
16+
"react-dom": "^19.2.0",
1717
"next": "15.5.4"
1818
},
1919
"devDependencies": {
2020
"typescript": "^5.9.3",
2121
"@types/node": "^22.18.8",
22-
"@types/react": "^19.1.16",
23-
"@types/react-dom": "^19.1.9",
22+
"@types/react": "^19.2.0",
23+
"@types/react-dom": "^19.2.0",
2424
"postcss": "^8.5.6",
2525
"tailwindcss": "^3.4.18",
2626
"@tanstack-table-search-params/tsconfig": "workspace:*"

examples/next-pages-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@examples/lib": "workspace:*",
1212
"@tanstack/react-table": "^8.21.3",
1313
"next": "15.5.4",
14-
"react": "^19.1.1",
15-
"react-dom": "^19.1.1",
14+
"react": "^19.2.0",
15+
"react-dom": "^19.2.0",
1616
"tanstack-table-search-params": "workspace:*"
1717
},
1818
"devDependencies": {
1919
"@tanstack-table-search-params/tsconfig": "workspace:*",
2020
"@types/node": "^22.18.8",
21-
"@types/react": "^19.1.16",
22-
"@types/react-dom": "^19.1.9",
21+
"@types/react": "^19.2.0",
22+
"@types/react-dom": "^19.2.0",
2323
"postcss": "^8.5.6",
2424
"tailwindcss": "^3.4.18",
2525
"typescript": "^5.9.3"

examples/react-router-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"dependencies": {
1313
"@examples/lib": "workspace:*",
1414
"@tanstack/react-table": "^8.21.3",
15-
"react": "^19.1.1",
16-
"react-dom": "^19.1.1",
15+
"react": "^19.2.0",
16+
"react-dom": "^19.2.0",
1717
"react-router": "^7.9.3",
1818
"tanstack-table-search-params": "workspace:*"
1919
},
2020
"devDependencies": {
2121
"@tanstack-table-search-params/tsconfig": "workspace:*",
22-
"@types/react": "^19.1.16",
23-
"@types/react-dom": "^19.1.9",
22+
"@types/react": "^19.2.0",
23+
"@types/react-dom": "^19.2.0",
2424
"@vitejs/plugin-react-swc": "^4.1.0",
2525
"postcss": "^8.5.6",
2626
"tailwindcss": "^3.4.18",

examples/tanstack-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@examples/lib": "workspace:*",
1414
"@tanstack/react-router": "^1.132.31",
1515
"@tanstack/react-table": "^8.21.3",
16-
"react": "^19.1.1",
17-
"react-dom": "^19.1.1",
16+
"react": "^19.2.0",
17+
"react-dom": "^19.2.0",
1818
"tanstack-table-search-params": "workspace:*"
1919
},
2020
"devDependencies": {
2121
"@tanstack/router-devtools": "^1.132.31",
2222
"@tanstack/router-plugin": "^1.132.31",
23-
"@types/react": "^19.1.16",
24-
"@types/react-dom": "^19.1.9",
23+
"@types/react": "^19.2.0",
24+
"@types/react-dom": "^19.2.0",
2525
"@vitejs/plugin-react-swc": "^4.1.0",
2626
"typescript": "^5.9.3",
2727
"vite": "^7.1.7",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
"@tanstack/react-table": "^8.21.3",
2828
"@testing-library/react": "^16.3.0",
2929
"@types/node": "^22.18.8",
30-
"@types/react": "^19.1.16",
30+
"@types/react": "^19.2.0",
3131
"@vitejs/plugin-react": "^5.0.4",
3232
"jsdom": "^27.0.0",
3333
"next-router-mock": "^1.0.2",
34-
"react": "^19.1.1",
34+
"react": "^19.2.0",
3535
"tsup": "^8.5.0",
3636
"typescript": "^5.9.3",
3737
"vitest": "^3.2.4"
3838
},
3939
"peerDependencies": {
4040
"@tanstack/react-table": ">=8.21.3",
41-
"react": ">=19.1.1"
41+
"react": ">=19.2.0"
4242
},
4343
"files": ["dist"],
4444
"exports": {

0 commit comments

Comments
 (0)