1 Commits

Author SHA1 Message Date
Renovate Bot
cd8a2e5187 chore(deps): update dependency @tanstack/react-query to v5.95.0
All checks were successful
CI / backend-tests (pull_request) Successful in 31s
CI / frontend-tests (pull_request) Successful in 2m55s
2026-03-22 18:03:00 +00:00
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.95.1",
"@tanstack/react-query": "5.95.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.95.1",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.95.1.tgz",
"integrity": "sha512-RTa+CECs9hNMDR2qH4x6bZEjXXDqnjolwecCgwk7ItW1K9WDjUrnyTrtGv4o6aZc1/6uUMkF6DWlYt78uJpgxw==",
"version": "5.95.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.95.0.tgz",
"integrity": "sha512-H1/CWCe8tGL3YIVeo770Z6kPbt0B3M1d/iQXIIK1qlFiFt6G2neYdkHgLapOC8uMYNt9DmHjmGukEKgdMk1P+A==",
"license": "MIT",
"funding": {
"type": "github",
@@ -1827,12 +1827,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.95.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.95.1.tgz",
"integrity": "sha512-lqWkRuVtcz9p68/LxxKlWS+M4ACuizJUkVPZryKj0RKE8Se6TD8HU7FNy1c1Mv9C1CPBfzj/p/xiXWK9VCsKJQ==",
"version": "5.95.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.95.0.tgz",
"integrity": "sha512-EMP8B+BK9zvnAemT8M/y3z/WO0NjZ7fIUY3T3wnHYK6AA3qK/k33i7tPgCXCejhX0cd4I6bJIXN2GmjrHjDBzg==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.95.1"
"@tanstack/query-core": "5.95.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.95.1",
"@tanstack/react-query": "5.95.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",