1 Commits

Author SHA1 Message Date
Renovate Bot
fe7fc31911 chore(deps): update dependency @tanstack/react-query to v5.96.0
All checks were successful
CI / backend-tests (pull_request) Successful in 30s
CI / frontend-tests (pull_request) Successful in 28s
2026-03-31 11:03:18 +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.96.1",
"@tanstack/react-query": "5.96.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.96.1",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.96.1.tgz",
"integrity": "sha512-u1yBgtavSy+N8wgtW3PiER6UpxcplMje65yXnnVgiHTqiMwLlxiw4WvQDrXyn+UD6lnn8kHaxmerJUzQcV/MMg==",
"version": "5.96.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.96.0.tgz",
"integrity": "sha512-sfO3uQeol1BU7cRP6NYY7nAiX3GiNY20lI/dtSbKLwcIkYw/X+w/tEsQAkc544AfIhBX/IvH/QYtPHrPhyAKGw==",
"license": "MIT",
"funding": {
"type": "github",
@@ -1827,12 +1827,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.96.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.96.1.tgz",
"integrity": "sha512-2X7KYK5KKWUKGeWCVcqxXAkYefJtrKB7tSKWgeG++b0H6BRHxQaLSSi8AxcgjmUnnosHuh9WsFZqvE16P1WCzA==",
"version": "5.96.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.96.0.tgz",
"integrity": "sha512-6qbjdm1K5kizVKv9TNqhIN3doq2anRhdF2XaFMFSn4m8L22S69RV+FilvlyVT4RoJyMxtPU5rs4RpdFa/PEC7A==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.96.1"
"@tanstack/query-core": "5.96.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.96.1",
"@tanstack/react-query": "5.96.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",