Skip to content

Commit 01da9d9

Browse files
chore(deps): update dependency @types/react to ^19.1.14 (#659)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01e53d1 commit 01da9d9

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": "^22.18.6",
15-
"@types/react": "^19.1.13",
15+
"@types/react": "^19.1.14",
1616
"@types/react-dom": "^19.1.9",
1717
"postcss": "^8.5.6",
1818
"tailwindcss": "^3.4.17",

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.2",
2121
"@types/node": "^22.18.6",
22-
"@types/react": "^19.1.13",
22+
"@types/react": "^19.1.14",
2323
"@types/react-dom": "^19.1.9",
2424
"postcss": "^8.5.6",
2525
"tailwindcss": "^3.4.17",

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": "^22.18.6",
21-
"@types/react": "^19.1.13",
21+
"@types/react": "^19.1.14",
2222
"@types/react-dom": "^19.1.9",
2323
"postcss": "^8.5.6",
2424
"tailwindcss": "^3.4.17",

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.1.13",
22+
"@types/react": "^19.1.14",
2323
"@types/react-dom": "^19.1.9",
2424
"@vitejs/plugin-react-swc": "^4.1.0",
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.132.7",
2222
"@tanstack/router-plugin": "^1.132.7",
23-
"@types/react": "^19.1.13",
23+
"@types/react": "^19.1.14",
2424
"@types/react-dom": "^19.1.9",
2525
"@vitejs/plugin-react-swc": "^4.1.0",
2626
"typescript": "^5.9.2",

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": "^22.18.6",
30-
"@types/react": "^19.1.13",
30+
"@types/react": "^19.1.14",
3131
"@vitejs/plugin-react": "^5.0.3",
3232
"jsdom": "^27.0.0",
3333
"next-router-mock": "^1.0.2",

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)