Merge pull request #188 from christianlouis/dependabot/npm_and_yarn/frontend/tanstack/react-query-5.99.0

chore(deps): bump @tanstack/react-query from 5.96.2 to 5.99.0 in /frontend
This commit is contained in:
Christian Krakau-Louis
2026-04-19 02:23:11 +02:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -8,7 +8,7 @@
"name": "frontend", "name": "frontend",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.96.2", "@tanstack/react-query": "^5.99.0",
"axios": "^1.14.0", "axios": "^1.14.0",
"lucide-react": "^1.8.0", "lucide-react": "^1.8.0",
"next": "16.2.2", "next": "16.2.2",
@@ -2574,9 +2574,9 @@
} }
}, },
"node_modules/@tanstack/query-core": { "node_modules/@tanstack/query-core": {
"version": "5.96.2", "version": "5.99.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.96.2.tgz", "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.99.0.tgz",
"integrity": "sha512-hzI6cTVh4KNRk8UtoIBS7Lv9g6BnJPXvBKsvYH1aGWvv0347jT3BnSvztOE+kD76XGvZnRC/t6qdW1CaIfwCeA==", "integrity": "sha512-3Jv3WQG0BCcH7G+7lf/bP8QyBfJOXeY+T08Rin3GZ1bshvwlbPt7NrDHMEzGdKIOmOzvIQmxjk28YEQX60k7pQ==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",
@@ -2584,12 +2584,12 @@
} }
}, },
"node_modules/@tanstack/react-query": { "node_modules/@tanstack/react-query": {
"version": "5.96.2", "version": "5.99.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.96.2.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.99.0.tgz",
"integrity": "sha512-sYyzzJT4G0g02azzJ8o55VFFV31XvFpdUpG+unxS0vSaYsJnSPKGoI6WdPwUucJL1wpgGfwfmntNX/Ub1uOViA==", "integrity": "sha512-OY2bCqPemT1LlqJ8Y2CUau4KELnIhhG9Ol3ZndPbdnB095pRbPo1cHuXTndg8iIwtoHTgwZjyaDnQ0xD0mYwAw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tanstack/query-core": "5.96.2" "@tanstack/query-core": "5.99.0"
}, },
"funding": { "funding": {
"type": "github", "type": "github",
+1 -1
View File
@@ -11,7 +11,7 @@
"test:ci": "jest --coverage --coverageReporters=lcov --passWithNoTests" "test:ci": "jest --coverage --coverageReporters=lcov --passWithNoTests"
}, },
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.96.2", "@tanstack/react-query": "^5.99.0",
"axios": "^1.14.0", "axios": "^1.14.0",
"lucide-react": "^1.8.0", "lucide-react": "^1.8.0",
"next": "16.2.2", "next": "16.2.2",