chore(deps): update dependency @tanstack/react-query to v5.98.0
All checks were successful
CI / backend-tests (pull_request) Successful in 53s
CI / frontend-tests (pull_request) Successful in 1m11s

This commit is contained in:
Renovate Bot
2026-04-11 17:03:35 +00:00
parent d8fec0e5d7
commit 043a17c20c
2 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
"@dnd-kit/utilities": "3.2.2",
"@supabase/supabase-js": "^2.99.3",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "5.94.5",
"@tanstack/react-query": "5.98.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
@@ -1817,9 +1817,9 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.94.5",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.94.5.tgz",
"integrity": "sha512-Vx1JJiBURW/wdNGP45afjrqn0LfxYwL7K/bSrQvNRtyLGF1bxQPgUXCpzscG29e+UeFOh9hz1KOVala0N+bZiA==",
"version": "5.98.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.98.0.tgz",
"integrity": "sha512-v1g54qnirFVWMicVO6hurxez+YrJG3h9AQ6RZqlBhUZfNLRJjjxjjYcriL1s2xLGGNvE2IXpYlUzm22GXa1BQA==",
"license": "MIT",
"funding": {
"type": "github",
@@ -1827,12 +1827,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.94.5",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.94.5.tgz",
"integrity": "sha512-1wmrxKFkor+q8l+ygdHmv0Sq5g84Q3p4xvuJ7AdSIAhQQ7udOt+ZSZ19g1Jea3mHqtlTslLGJsmC4vHFgP0P3A==",
"version": "5.98.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.98.0.tgz",
"integrity": "sha512-HnXce1ckrBH+ORRFtP5YQOYSFzb91KOhKw+UUSxI+sDr89wMfwUmyG0Ayc5EGRVJld40h65F6YzXaMucUXyU6g==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.94.5"
"@tanstack/query-core": "5.98.0"
},
"funding": {
"type": "github",

View File

@@ -21,7 +21,7 @@
"@dnd-kit/utilities": "3.2.2",
"@supabase/supabase-js": "^2.99.3",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "5.94.5",
"@tanstack/react-query": "5.98.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",