Skip to content

Commit bf9fbec

Browse files
fix(deps): update tanstack-query monorepo (#8443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59e02b3 commit bf9fbec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

optimize/starter/packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Igal Klebanov",
1313
"license": "ISC",
1414
"dependencies": {
15-
"@tanstack/react-query": "5.90.9",
15+
"@tanstack/react-query": "5.91.2",
1616
"@trpc/client": "next",
1717
"@trpc/react-query": "next",
1818
"react": "19.2.3",

orm/nextjs-trpc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@prisma/adapter-pg": "7.0.0",
1717
"@prisma/client": "7.0.0",
1818
"@tanstack/react-form": "1.23.8",
19-
"@tanstack/react-query": "5.90.9",
19+
"@tanstack/react-query": "5.91.2",
2020
"@trpc/client": "11.7.0",
2121
"@trpc/next": "11.7.0",
2222
"@trpc/react-query": "11.7.0",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@tailwindcss/postcss": "4.1.16",
41-
"@tanstack/react-query-devtools": "5.90.2",
41+
"@tanstack/react-query-devtools": "5.91.3",
4242
"@types/node": "22.19.0",
4343
"@types/react": "19.2.2",
4444
"@types/react-dom": "19.2.2",

0 commit comments

Comments
 (0)