Skip to content

Commit 80cd646

Browse files
authored
build(deps): bump the tanstack-router group in /frontend with 3 updates (#4694)
2 parents b1c8c5e + 1b8e723 commit 80cd646

File tree

3 files changed

+32
-34
lines changed

3 files changed

+32
-34
lines changed

frontend/package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@radix-ui/react-collapsible": "^1.1.11",
2424
"@radix-ui/react-dialog": "^1.1.14",
2525
"@tanstack/react-query": "^5.80.7",
26-
"@tanstack/react-router": "^1.121.2",
26+
"@tanstack/react-router": "^1.121.16",
2727
"@vector-im/compound-design-tokens": "4.0.4",
2828
"@vector-im/compound-web": "^8.1.0",
2929
"@zxcvbn-ts/core": "^3.0.4",
@@ -50,8 +50,8 @@
5050
"@storybook/addon-docs": "^9.0.8",
5151
"@storybook/react-vite": "^9.0.8",
5252
"@tanstack/react-query-devtools": "^5.80.7",
53-
"@tanstack/react-router-devtools": "^1.121.8",
54-
"@tanstack/router-plugin": "^1.121.7",
53+
"@tanstack/react-router-devtools": "^1.121.16",
54+
"@tanstack/router-plugin": "^1.121.16",
5555
"@testing-library/jest-dom": "^6.6.3",
5656
"@testing-library/react": "^16.3.0",
5757
"@testing-library/user-event": "^14.6.1",

frontend/src/routeTree.gen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ const AccountSessionsBrowsersRoute = AccountSessionsBrowsersRouteImport.update({
117117
} as any)
118118

119119
export interface FileRoutesByFullPath {
120-
'': typeof AccountRouteWithChildren
121120
'/reset-cross-signing': typeof ResetCrossSigningRouteWithChildren
122121
'/clients/$id': typeof ClientsIdRoute
123122
'/devices/$': typeof DevicesSplatRoute
@@ -175,7 +174,6 @@ export interface FileRoutesById {
175174
export interface FileRouteTypes {
176175
fileRoutesByFullPath: FileRoutesByFullPath
177176
fullPaths:
178-
| ''
179177
| '/reset-cross-signing'
180178
| '/clients/$id'
181179
| '/devices/$'

0 commit comments

Comments
 (0)