1 Commits

Author SHA1 Message Date
Renovate Bot
cca35448bf chore(deps): update dependency @tanstack/react-query to v5.100.6
All checks were successful
CI / backend-tests (pull_request) Successful in 38s
CI / frontend-tests (pull_request) Successful in 30s
2026-04-28 17:02:45 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
"@dnd-kit/utilities": "3.2.2", "@dnd-kit/utilities": "3.2.2",
"@supabase/supabase-js": "^2.99.3", "@supabase/supabase-js": "^2.99.3",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "5.94.5", "@tanstack/react-query": "5.100.6",
"react": "19.2.4", "react": "19.2.4",
"react-dom": "19.2.4", "react-dom": "19.2.4",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
@@ -36,7 +36,7 @@
"oxfmt": "0.41.0", "oxfmt": "0.41.0",
"oxlint": "1.56.0", "oxlint": "1.56.0",
"tailwindcss": "4.2.2", "tailwindcss": "4.2.2",
"typescript": "6.0.3", "typescript": "5.9.3",
"vite": "8.0.1", "vite": "8.0.1",
"vitest": "4.1.0" "vitest": "4.1.0"
} }
@@ -1817,9 +1817,9 @@
} }
}, },
"node_modules/@tanstack/query-core": { "node_modules/@tanstack/query-core": {
"version": "5.94.5", "version": "5.100.6",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.94.5.tgz", "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.6.tgz",
"integrity": "sha512-Vx1JJiBURW/wdNGP45afjrqn0LfxYwL7K/bSrQvNRtyLGF1bxQPgUXCpzscG29e+UeFOh9hz1KOVala0N+bZiA==", "integrity": "sha512-Os2CPUr98to98RYm+D4qGqGkiffn7MGSyl2547a4MljVkHE30AMJRqTiyCqBfMwzAx/I91vCkAxp5tHSla6Twg==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",
@@ -1827,12 +1827,12 @@
} }
}, },
"node_modules/@tanstack/react-query": { "node_modules/@tanstack/react-query": {
"version": "5.94.5", "version": "5.100.6",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.94.5.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.6.tgz",
"integrity": "sha512-1wmrxKFkor+q8l+ygdHmv0Sq5g84Q3p4xvuJ7AdSIAhQQ7udOt+ZSZ19g1Jea3mHqtlTslLGJsmC4vHFgP0P3A==", "integrity": "sha512-uVSrps0PV16Cxmcn2rvL+dUhwTpTUtiRW347AEeYxMZXO2pZe9ja7E24PAMGoQ5u2g89DD8u4QhOviBk+RN8RA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tanstack/query-core": "5.94.5" "@tanstack/query-core": "5.100.6"
}, },
"funding": { "funding": {
"type": "github", "type": "github",
@@ -4828,9 +4828,9 @@
"license": "0BSD" "license": "0BSD"
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "6.0.3", "version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@@ -21,7 +21,7 @@
"@dnd-kit/utilities": "3.2.2", "@dnd-kit/utilities": "3.2.2",
"@supabase/supabase-js": "^2.99.3", "@supabase/supabase-js": "^2.99.3",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "5.94.5", "@tanstack/react-query": "5.100.6",
"react": "19.2.4", "react": "19.2.4",
"react-dom": "19.2.4", "react-dom": "19.2.4",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
@@ -44,7 +44,7 @@
"oxfmt": "0.41.0", "oxfmt": "0.41.0",
"oxlint": "1.56.0", "oxlint": "1.56.0",
"tailwindcss": "4.2.2", "tailwindcss": "4.2.2",
"typescript": "6.0.3", "typescript": "5.9.3",
"vite": "8.0.1", "vite": "8.0.1",
"vitest": "4.1.0" "vitest": "4.1.0"
} }