Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@tanstack/react-query": "^5.80.7",
"@tanstack/react-router": "^1.121.2",
"@tanstack/react-router": "^1.121.16",
"@vector-im/compound-design-tokens": "4.0.4",
"@vector-im/compound-web": "^8.0.0",
"@zxcvbn-ts/core": "^3.0.4",
Expand All @@ -50,8 +50,8 @@
"@storybook/addon-docs": "^9.0.8",
"@storybook/react-vite": "^9.0.8",
"@tanstack/react-query-devtools": "^5.80.7",
"@tanstack/react-router-devtools": "^1.121.8",
"@tanstack/router-plugin": "^1.121.7",
"@tanstack/react-router-devtools": "^1.121.16",
"@tanstack/router-plugin": "^1.121.16",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/routeTree.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ const AccountSessionsBrowsersRoute = AccountSessionsBrowsersRouteImport.update({
} as any)

export interface FileRoutesByFullPath {
'': typeof AccountRouteWithChildren
'/reset-cross-signing': typeof ResetCrossSigningRouteWithChildren
'/clients/$id': typeof ClientsIdRoute
'/devices/$': typeof DevicesSplatRoute
Expand Down Expand Up @@ -175,7 +174,6 @@ export interface FileRoutesById {
export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath
fullPaths:
| ''
| '/reset-cross-signing'
| '/clients/$id'
| '/devices/$'
Expand Down
Loading