Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

build(deps): bump the tanstack-router group in /frontend with 3 updates #3148

Merged
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
78 changes: 39 additions & 39 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 @@ -21,7 +21,7 @@
"@fontsource/inter": "^5.0.20",
"@radix-ui/react-collapsible": "1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@tanstack/react-router": "^1.46.7",
"@tanstack/react-router": "^1.51.6",
"@urql/core": "^5.0.6",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^7.1.2",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@storybook/addon-essentials": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@tanstack/router-devtools": "^1.46.7",
"@tanstack/router-vite-plugin": "^1.46.6",
"@tanstack/router-devtools": "^1.51.6",
"@tanstack/router-vite-plugin": "^1.51.6",
"@testing-library/react": "^16.0.0",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/devices.$.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Route = createFileRoute("/devices/$")({
const result = await context.client.query(
QUERY,
{
deviceId: params._splat,
deviceId: params._splat || "",
userId: viewer.data.viewer.id,
},
{ fetchOptions: { signal } },
Expand Down
Loading