⬆ Bump @tanstack/react-router from 1.141.2 to 1.142.8 in /frontend (#2062)

Bumps [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) from 1.141.2 to 1.142.8.
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.142.8/packages/react-router)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.142.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-25 22:58:48 +01:00
committed by GitHub
parent eadcf5c9d5
commit 7b0c7e8a1a
2 changed files with 16 additions and 16 deletions

View File

@@ -24,7 +24,7 @@
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-router": "^1.141.2",
"@tanstack/react-router": "^1.142.11",
"@tanstack/react-router-devtools": "^1.142.8",
"@tanstack/react-table": "^8.21.3",
"axios": "1.13.2",
@@ -3163,13 +3163,13 @@
}
},
"node_modules/@tanstack/react-router": {
"version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.142.8.tgz",
"integrity": "sha512-ZwCLlgiOxjkxL84En4pAARL/SXGfVIvdIAxL3jVm6UanmNPw+Wiy7ka7Wnv6xb58FhuFb5yITj69C/a73tfjVw==",
"version": "1.142.11",
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.142.11.tgz",
"integrity": "sha512-F5VG9x4JZud65zhqGKfKBeg/t7MNS3ullcnoiElc7Oqjs1Gswl8O7tyqDn+kxpLzKdfjjcMMEnFjDYZZv93VNw==",
"dependencies": {
"@tanstack/history": "1.141.0",
"@tanstack/react-store": "^0.8.0",
"@tanstack/router-core": "1.142.8",
"@tanstack/router-core": "1.142.11",
"isbot": "^5.1.22",
"tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3"
@@ -3250,9 +3250,9 @@
}
},
"node_modules/@tanstack/router-core": {
"version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.142.8.tgz",
"integrity": "sha512-eP36Kq3g7TRG+9yzgEtE5DNBXsnAwPkZWUmEjg5lqSOLZlZdhfxDngdXJqY98vEuogd2wkXmGlatxdatoYTjJA==",
"version": "1.142.11",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.142.11.tgz",
"integrity": "sha512-mK37JTlAzciYqSOoGzcIsmwKu//tu49Y3cLJ22xH32Qi7qiuTVkwfMZF4l6CCEV2RMCDuHHzthbySDOOFdPO8w==",
"dependencies": {
"@tanstack/history": "1.141.0",
"@tanstack/store": "^0.8.0",
@@ -8412,13 +8412,13 @@
}
},
"@tanstack/react-router": {
"version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.142.8.tgz",
"integrity": "sha512-ZwCLlgiOxjkxL84En4pAARL/SXGfVIvdIAxL3jVm6UanmNPw+Wiy7ka7Wnv6xb58FhuFb5yITj69C/a73tfjVw==",
"version": "1.142.11",
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.142.11.tgz",
"integrity": "sha512-F5VG9x4JZud65zhqGKfKBeg/t7MNS3ullcnoiElc7Oqjs1Gswl8O7tyqDn+kxpLzKdfjjcMMEnFjDYZZv93VNw==",
"requires": {
"@tanstack/history": "1.141.0",
"@tanstack/react-store": "^0.8.0",
"@tanstack/router-core": "1.142.8",
"@tanstack/router-core": "1.142.11",
"isbot": "^5.1.22",
"tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3"
@@ -8450,9 +8450,9 @@
}
},
"@tanstack/router-core": {
"version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.142.8.tgz",
"integrity": "sha512-eP36Kq3g7TRG+9yzgEtE5DNBXsnAwPkZWUmEjg5lqSOLZlZdhfxDngdXJqY98vEuogd2wkXmGlatxdatoYTjJA==",
"version": "1.142.11",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.142.11.tgz",
"integrity": "sha512-mK37JTlAzciYqSOoGzcIsmwKu//tu49Y3cLJ22xH32Qi7qiuTVkwfMZF4l6CCEV2RMCDuHHzthbySDOOFdPO8w==",
"requires": {
"@tanstack/history": "1.141.0",
"@tanstack/store": "^0.8.0",

View File

@@ -27,7 +27,7 @@
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-router": "^1.141.2",
"@tanstack/react-router": "^1.142.11",
"@tanstack/react-router-devtools": "^1.142.8",
"@tanstack/react-table": "^8.21.3",
"axios": "1.13.2",