⬆ Bump @tanstack/react-router-devtools in /frontend (#2063)

Bumps [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) from 1.139.12 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-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router-devtools"
  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-22 21:50:49 +01:00
committed by GitHub
parent 44b2e67ced
commit 650a33d98b
2 changed files with 163 additions and 111 deletions

View File

@@ -25,7 +25,7 @@
"@tanstack/react-query": "^5.90.12", "@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1", "@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-router": "^1.141.2", "@tanstack/react-router": "^1.141.2",
"@tanstack/react-router-devtools": "^1.139.12", "@tanstack/react-router-devtools": "^1.142.8",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"axios": "1.13.2", "axios": "1.13.2",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
@@ -3109,9 +3109,9 @@
} }
}, },
"node_modules/@tanstack/history": { "node_modules/@tanstack/history": {
"version": "1.140.0", "version": "1.141.0",
"resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.140.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.141.0.tgz",
"integrity": "sha512-u+/dChlWlT3kYa/RmFP+E7xY5EnzvKEKcvKk+XrgWMpBWExQIh3RQX/eUqhqwCXJPNc4jfm1Coj8umnm/hDgyA==", "integrity": "sha512-LS54XNyxyTs5m/pl1lkwlg7uZM3lvsv2FIIV1rsJgnfwVCnI+n4ZGZ2CcjNT13BPu/3hPP+iHmliBSscJxW5FQ==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
@@ -3172,13 +3172,13 @@
} }
}, },
"node_modules/@tanstack/react-router": { "node_modules/@tanstack/react-router": {
"version": "1.141.2", "version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.141.2.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.142.8.tgz",
"integrity": "sha512-inPEgxYuGPNJvd7wo9BYVKW/BP9GwZO0EaZLBE7+l0RtPcIqAQQLqYhYwb2xikuQg6ueZectj7LObAGivkBpSw==", "integrity": "sha512-ZwCLlgiOxjkxL84En4pAARL/SXGfVIvdIAxL3jVm6UanmNPw+Wiy7ka7Wnv6xb58FhuFb5yITj69C/a73tfjVw==",
"dependencies": { "dependencies": {
"@tanstack/history": "1.141.0", "@tanstack/history": "1.141.0",
"@tanstack/react-store": "^0.8.0", "@tanstack/react-store": "^0.8.0",
"@tanstack/router-core": "1.141.2", "@tanstack/router-core": "1.142.8",
"isbot": "^5.1.22", "isbot": "^5.1.22",
"tiny-invariant": "^1.3.3", "tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3" "tiny-warning": "^1.0.3"
@@ -3196,13 +3196,11 @@
} }
}, },
"node_modules/@tanstack/react-router-devtools": { "node_modules/@tanstack/react-router-devtools": {
"version": "1.139.12", "version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/react-router-devtools/-/react-router-devtools-1.139.12.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-router-devtools/-/react-router-devtools-1.142.8.tgz",
"integrity": "sha512-deMQGaojEJGFio95o0rDT4OhgtwfgrQIBZAGnXhfyC395n94IuE43uvvv7tkfBzWHQwYK0IvZIeyKMavbvAj7Q==", "integrity": "sha512-kOvJqPD86hR2Jw2SCq0sGgWCGX2yUPQ9t4sKUhapzayN0n6lrtUUwJ2qXaLcetINAyVVTLSHHVqD4b52SZXdxw==",
"license": "MIT",
"dependencies": { "dependencies": {
"@tanstack/router-devtools-core": "1.139.12", "@tanstack/router-devtools-core": "1.142.8"
"vite": "^7.1.7"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=12"
@@ -3212,8 +3210,8 @@
"url": "https://github.com/sponsors/tannerlinsley" "url": "https://github.com/sponsors/tannerlinsley"
}, },
"peerDependencies": { "peerDependencies": {
"@tanstack/react-router": "^1.139.12", "@tanstack/react-router": "^1.142.8",
"@tanstack/router-core": "^1.139.12", "@tanstack/router-core": "^1.142.8",
"react": ">=18.0.0 || >=19.0.0", "react": ">=18.0.0 || >=19.0.0",
"react-dom": ">=18.0.0 || >=19.0.0" "react-dom": ">=18.0.0 || >=19.0.0"
}, },
@@ -3223,39 +3221,6 @@
} }
} }
}, },
"node_modules/@tanstack/react-router/node_modules/@tanstack/history": {
"version": "1.141.0",
"resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.141.0.tgz",
"integrity": "sha512-LS54XNyxyTs5m/pl1lkwlg7uZM3lvsv2FIIV1rsJgnfwVCnI+n4ZGZ2CcjNT13BPu/3hPP+iHmliBSscJxW5FQ==",
"engines": {
"node": ">=12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/react-router/node_modules/@tanstack/router-core": {
"version": "1.141.2",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.141.2.tgz",
"integrity": "sha512-6fJSQ+Xcqy6xvB+CTEJljynf5wxQXC/YbtvxAc7wkzBLQwXvwoYrkmUTzqWHFtDZVGKr0cxA+Tg1FikSAZOiQQ==",
"dependencies": {
"@tanstack/history": "1.141.0",
"@tanstack/store": "^0.8.0",
"cookie-es": "^2.0.0",
"seroval": "^1.4.0",
"seroval-plugins": "^1.4.0",
"tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3"
},
"engines": {
"node": ">=12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/react-store": { "node_modules/@tanstack/react-store": {
"version": "0.8.0", "version": "0.8.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-store/-/react-store-0.8.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-store/-/react-store-0.8.0.tgz",
@@ -3294,14 +3259,14 @@
} }
}, },
"node_modules/@tanstack/router-core": { "node_modules/@tanstack/router-core": {
"version": "1.140.0", "version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.140.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.142.8.tgz",
"integrity": "sha512-/Te/mlAzi5FEpZ9NF9RhVw/n+cWYLiCHpvevNKo7JPA8ZYWF58wkalPtNWSocftX4P+OIBNerFAW9UbLgSbvSw==", "integrity": "sha512-eP36Kq3g7TRG+9yzgEtE5DNBXsnAwPkZWUmEjg5lqSOLZlZdhfxDngdXJqY98vEuogd2wkXmGlatxdatoYTjJA==",
"dependencies": { "dependencies": {
"@tanstack/history": "1.140.0", "@tanstack/history": "1.141.0",
"@tanstack/store": "^0.8.0", "@tanstack/store": "^0.8.0",
"cookie-es": "^2.0.0", "cookie-es": "^2.0.0",
"seroval": "^1.4.0", "seroval": "^1.4.1",
"seroval-plugins": "^1.4.0", "seroval-plugins": "^1.4.0",
"tiny-invariant": "^1.3.3", "tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3" "tiny-warning": "^1.0.3"
@@ -3344,15 +3309,13 @@
} }
}, },
"node_modules/@tanstack/router-devtools-core": { "node_modules/@tanstack/router-devtools-core": {
"version": "1.139.12", "version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/router-devtools-core/-/router-devtools-core-1.139.12.tgz", "resolved": "https://registry.npmjs.org/@tanstack/router-devtools-core/-/router-devtools-core-1.142.8.tgz",
"integrity": "sha512-VARlT9alLnROnPsZtHrSZsqYksIdBBQ24yGzEper5K1+1e0fzpcKLnMYLK9cwr//uWA2xmQayznvBnwcTmnUlg==", "integrity": "sha512-P/7AdaTBaPUgoPdzBeXTiP9JHo5UTNbYPoKGy5Xg7G/fpuuO7fQd0JqQTo1fKd6aCCBpde9MGW0CtaDDpMCa0w==",
"license": "MIT",
"dependencies": { "dependencies": {
"clsx": "^2.1.1", "clsx": "^2.1.1",
"goober": "^2.1.16", "goober": "^2.1.16",
"tiny-invariant": "^1.3.3", "tiny-invariant": "^1.3.3"
"vite": "^7.1.7"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=12"
@@ -3362,7 +3325,7 @@
"url": "https://github.com/sponsors/tannerlinsley" "url": "https://github.com/sponsors/tannerlinsley"
}, },
"peerDependencies": { "peerDependencies": {
"@tanstack/router-core": "^1.139.12", "@tanstack/router-core": "^1.142.8",
"csstype": "^3.0.10", "csstype": "^3.0.10",
"solid-js": ">=1.9.5" "solid-js": ">=1.9.5"
}, },
@@ -3450,6 +3413,41 @@
"url": "https://github.com/sponsors/tannerlinsley" "url": "https://github.com/sponsors/tannerlinsley"
} }
}, },
"node_modules/@tanstack/router-generator/node_modules/@tanstack/history": {
"version": "1.140.0",
"resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.140.0.tgz",
"integrity": "sha512-u+/dChlWlT3kYa/RmFP+E7xY5EnzvKEKcvKk+XrgWMpBWExQIh3RQX/eUqhqwCXJPNc4jfm1Coj8umnm/hDgyA==",
"dev": true,
"engines": {
"node": ">=12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/router-generator/node_modules/@tanstack/router-core": {
"version": "1.140.0",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.140.0.tgz",
"integrity": "sha512-/Te/mlAzi5FEpZ9NF9RhVw/n+cWYLiCHpvevNKo7JPA8ZYWF58wkalPtNWSocftX4P+OIBNerFAW9UbLgSbvSw==",
"dev": true,
"dependencies": {
"@tanstack/history": "1.140.0",
"@tanstack/store": "^0.8.0",
"cookie-es": "^2.0.0",
"seroval": "^1.4.0",
"seroval-plugins": "^1.4.0",
"tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3"
},
"engines": {
"node": ">=12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/router-generator/node_modules/source-map": { "node_modules/@tanstack/router-generator/node_modules/source-map": {
"version": "0.7.6", "version": "0.7.6",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
@@ -3521,6 +3519,41 @@
} }
} }
}, },
"node_modules/@tanstack/router-plugin/node_modules/@tanstack/history": {
"version": "1.140.0",
"resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.140.0.tgz",
"integrity": "sha512-u+/dChlWlT3kYa/RmFP+E7xY5EnzvKEKcvKk+XrgWMpBWExQIh3RQX/eUqhqwCXJPNc4jfm1Coj8umnm/hDgyA==",
"dev": true,
"engines": {
"node": ">=12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/router-plugin/node_modules/@tanstack/router-core": {
"version": "1.140.0",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.140.0.tgz",
"integrity": "sha512-/Te/mlAzi5FEpZ9NF9RhVw/n+cWYLiCHpvevNKo7JPA8ZYWF58wkalPtNWSocftX4P+OIBNerFAW9UbLgSbvSw==",
"dev": true,
"dependencies": {
"@tanstack/history": "1.140.0",
"@tanstack/store": "^0.8.0",
"cookie-es": "^2.0.0",
"seroval": "^1.4.0",
"seroval-plugins": "^1.4.0",
"tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3"
},
"engines": {
"node": ">=12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/router-plugin/node_modules/chokidar": { "node_modules/@tanstack/router-plugin/node_modules/chokidar": {
"version": "3.6.0", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
@@ -5848,9 +5881,9 @@
} }
}, },
"node_modules/seroval": { "node_modules/seroval": {
"version": "1.4.0", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/seroval/-/seroval-1.4.0.tgz", "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.4.1.tgz",
"integrity": "sha512-BdrNXdzlofomLTiRnwJTSEAaGKyHHZkbMXIywOh7zlzp4uZnXErEwl9XZ+N1hJSNpeTtNxWvVwN0wUzAIQ4Hpg==", "integrity": "sha512-9GOc+8T6LN4aByLN75uRvMbrwY5RDBW6lSlknsY4LEa9ZmWcxKcRe1G/Q3HZXjltxMHTrStnvrwAICxZrhldtg==",
"engines": { "engines": {
"node": ">=10" "node": ">=10"
} }
@@ -8357,9 +8390,9 @@
} }
}, },
"@tanstack/history": { "@tanstack/history": {
"version": "1.140.0", "version": "1.141.0",
"resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.140.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.141.0.tgz",
"integrity": "sha512-u+/dChlWlT3kYa/RmFP+E7xY5EnzvKEKcvKk+XrgWMpBWExQIh3RQX/eUqhqwCXJPNc4jfm1Coj8umnm/hDgyA==" "integrity": "sha512-LS54XNyxyTs5m/pl1lkwlg7uZM3lvsv2FIIV1rsJgnfwVCnI+n4ZGZ2CcjNT13BPu/3hPP+iHmliBSscJxW5FQ=="
}, },
"@tanstack/query-core": { "@tanstack/query-core": {
"version": "5.90.12", "version": "5.90.12",
@@ -8388,46 +8421,24 @@
} }
}, },
"@tanstack/react-router": { "@tanstack/react-router": {
"version": "1.141.2", "version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.141.2.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.142.8.tgz",
"integrity": "sha512-inPEgxYuGPNJvd7wo9BYVKW/BP9GwZO0EaZLBE7+l0RtPcIqAQQLqYhYwb2xikuQg6ueZectj7LObAGivkBpSw==", "integrity": "sha512-ZwCLlgiOxjkxL84En4pAARL/SXGfVIvdIAxL3jVm6UanmNPw+Wiy7ka7Wnv6xb58FhuFb5yITj69C/a73tfjVw==",
"requires": { "requires": {
"@tanstack/history": "1.141.0", "@tanstack/history": "1.141.0",
"@tanstack/react-store": "^0.8.0", "@tanstack/react-store": "^0.8.0",
"@tanstack/router-core": "1.141.2", "@tanstack/router-core": "1.142.8",
"isbot": "^5.1.22", "isbot": "^5.1.22",
"tiny-invariant": "^1.3.3", "tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3" "tiny-warning": "^1.0.3"
},
"dependencies": {
"@tanstack/history": {
"version": "1.141.0",
"resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.141.0.tgz",
"integrity": "sha512-LS54XNyxyTs5m/pl1lkwlg7uZM3lvsv2FIIV1rsJgnfwVCnI+n4ZGZ2CcjNT13BPu/3hPP+iHmliBSscJxW5FQ=="
},
"@tanstack/router-core": {
"version": "1.141.2",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.141.2.tgz",
"integrity": "sha512-6fJSQ+Xcqy6xvB+CTEJljynf5wxQXC/YbtvxAc7wkzBLQwXvwoYrkmUTzqWHFtDZVGKr0cxA+Tg1FikSAZOiQQ==",
"requires": {
"@tanstack/history": "1.141.0",
"@tanstack/store": "^0.8.0",
"cookie-es": "^2.0.0",
"seroval": "^1.4.0",
"seroval-plugins": "^1.4.0",
"tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3"
}
}
} }
}, },
"@tanstack/react-router-devtools": { "@tanstack/react-router-devtools": {
"version": "1.139.12", "version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/react-router-devtools/-/react-router-devtools-1.139.12.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-router-devtools/-/react-router-devtools-1.142.8.tgz",
"integrity": "sha512-deMQGaojEJGFio95o0rDT4OhgtwfgrQIBZAGnXhfyC395n94IuE43uvvv7tkfBzWHQwYK0IvZIeyKMavbvAj7Q==", "integrity": "sha512-kOvJqPD86hR2Jw2SCq0sGgWCGX2yUPQ9t4sKUhapzayN0n6lrtUUwJ2qXaLcetINAyVVTLSHHVqD4b52SZXdxw==",
"requires": { "requires": {
"@tanstack/router-devtools-core": "1.139.12", "@tanstack/router-devtools-core": "1.142.8"
"vite": "^7.1.7"
} }
}, },
"@tanstack/react-store": { "@tanstack/react-store": {
@@ -8448,14 +8459,14 @@
} }
}, },
"@tanstack/router-core": { "@tanstack/router-core": {
"version": "1.140.0", "version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.140.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.142.8.tgz",
"integrity": "sha512-/Te/mlAzi5FEpZ9NF9RhVw/n+cWYLiCHpvevNKo7JPA8ZYWF58wkalPtNWSocftX4P+OIBNerFAW9UbLgSbvSw==", "integrity": "sha512-eP36Kq3g7TRG+9yzgEtE5DNBXsnAwPkZWUmEjg5lqSOLZlZdhfxDngdXJqY98vEuogd2wkXmGlatxdatoYTjJA==",
"requires": { "requires": {
"@tanstack/history": "1.140.0", "@tanstack/history": "1.141.0",
"@tanstack/store": "^0.8.0", "@tanstack/store": "^0.8.0",
"cookie-es": "^2.0.0", "cookie-es": "^2.0.0",
"seroval": "^1.4.0", "seroval": "^1.4.1",
"seroval-plugins": "^1.4.0", "seroval-plugins": "^1.4.0",
"tiny-invariant": "^1.3.3", "tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3" "tiny-warning": "^1.0.3"
@@ -8495,14 +8506,13 @@
} }
}, },
"@tanstack/router-devtools-core": { "@tanstack/router-devtools-core": {
"version": "1.139.12", "version": "1.142.8",
"resolved": "https://registry.npmjs.org/@tanstack/router-devtools-core/-/router-devtools-core-1.139.12.tgz", "resolved": "https://registry.npmjs.org/@tanstack/router-devtools-core/-/router-devtools-core-1.142.8.tgz",
"integrity": "sha512-VARlT9alLnROnPsZtHrSZsqYksIdBBQ24yGzEper5K1+1e0fzpcKLnMYLK9cwr//uWA2xmQayznvBnwcTmnUlg==", "integrity": "sha512-P/7AdaTBaPUgoPdzBeXTiP9JHo5UTNbYPoKGy5Xg7G/fpuuO7fQd0JqQTo1fKd6aCCBpde9MGW0CtaDDpMCa0w==",
"requires": { "requires": {
"clsx": "^2.1.1", "clsx": "^2.1.1",
"goober": "^2.1.16", "goober": "^2.1.16",
"tiny-invariant": "^1.3.3", "tiny-invariant": "^1.3.3"
"vite": "^7.1.7"
} }
}, },
"@tanstack/router-generator": { "@tanstack/router-generator": {
@@ -8521,6 +8531,27 @@
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
"dependencies": { "dependencies": {
"@tanstack/history": {
"version": "1.140.0",
"resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.140.0.tgz",
"integrity": "sha512-u+/dChlWlT3kYa/RmFP+E7xY5EnzvKEKcvKk+XrgWMpBWExQIh3RQX/eUqhqwCXJPNc4jfm1Coj8umnm/hDgyA==",
"dev": true
},
"@tanstack/router-core": {
"version": "1.140.0",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.140.0.tgz",
"integrity": "sha512-/Te/mlAzi5FEpZ9NF9RhVw/n+cWYLiCHpvevNKo7JPA8ZYWF58wkalPtNWSocftX4P+OIBNerFAW9UbLgSbvSw==",
"dev": true,
"requires": {
"@tanstack/history": "1.140.0",
"@tanstack/store": "^0.8.0",
"cookie-es": "^2.0.0",
"seroval": "^1.4.0",
"seroval-plugins": "^1.4.0",
"tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3"
}
},
"source-map": { "source-map": {
"version": "0.7.6", "version": "0.7.6",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
@@ -8557,6 +8588,27 @@
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
"dependencies": { "dependencies": {
"@tanstack/history": {
"version": "1.140.0",
"resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.140.0.tgz",
"integrity": "sha512-u+/dChlWlT3kYa/RmFP+E7xY5EnzvKEKcvKk+XrgWMpBWExQIh3RQX/eUqhqwCXJPNc4jfm1Coj8umnm/hDgyA==",
"dev": true
},
"@tanstack/router-core": {
"version": "1.140.0",
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.140.0.tgz",
"integrity": "sha512-/Te/mlAzi5FEpZ9NF9RhVw/n+cWYLiCHpvevNKo7JPA8ZYWF58wkalPtNWSocftX4P+OIBNerFAW9UbLgSbvSw==",
"dev": true,
"requires": {
"@tanstack/history": "1.140.0",
"@tanstack/store": "^0.8.0",
"cookie-es": "^2.0.0",
"seroval": "^1.4.0",
"seroval-plugins": "^1.4.0",
"tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3"
}
},
"chokidar": { "chokidar": {
"version": "3.6.0", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
@@ -9960,9 +10012,9 @@
"dev": true "dev": true
}, },
"seroval": { "seroval": {
"version": "1.4.0", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/seroval/-/seroval-1.4.0.tgz", "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.4.1.tgz",
"integrity": "sha512-BdrNXdzlofomLTiRnwJTSEAaGKyHHZkbMXIywOh7zlzp4uZnXErEwl9XZ+N1hJSNpeTtNxWvVwN0wUzAIQ4Hpg==" "integrity": "sha512-9GOc+8T6LN4aByLN75uRvMbrwY5RDBW6lSlknsY4LEa9ZmWcxKcRe1G/Q3HZXjltxMHTrStnvrwAICxZrhldtg=="
}, },
"seroval-plugins": { "seroval-plugins": {
"version": "1.4.0", "version": "1.4.0",

View File

@@ -28,7 +28,7 @@
"@tanstack/react-query": "^5.90.12", "@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1", "@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-router": "^1.141.2", "@tanstack/react-router": "^1.141.2",
"@tanstack/react-router-devtools": "^1.139.12", "@tanstack/react-router-devtools": "^1.142.8",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"axios": "1.13.2", "axios": "1.13.2",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",