Skip to content

Commit

Permalink
Merge pull request #962 from traPtitech/dependabot/npm_and_yarn/dashb…
Browse files Browse the repository at this point in the history
…oard/non-majors-bd8fd983e7

build(deps): bump the non-majors group in /dashboard with 16 updates
  • Loading branch information
pirosiki197 authored Oct 5, 2024
2 parents 34e956b + bfda0fc commit 51d7e28
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 331 deletions.
30 changes: 15 additions & 15 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,45 +19,45 @@
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.2",
"@macaron-css/core": "1.5.2",
"@macaron-css/solid": "1.5.1",
"@macaron-css/vite": "1.5.1",
"@tanstack/virtual-core": "3.10.6",
"@types/node": "22.5.2",
"jsdom": "25.0.0",
"@tanstack/virtual-core": "3.10.8",
"@types/node": "22.7.4",
"jsdom": "25.0.1",
"rollup-plugin-visualizer": "5.12.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"unplugin-fonts": "1.1.1",
"vite": "5.4.2",
"vite": "5.4.8",
"vite-plugin-compression": "0.5.1",
"vite-plugin-solid": "2.10.2",
"vite-plugin-solid-svg": "0.8.1",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"dependencies": {
"@bufbuild/protobuf": "1.10.0",
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-web": "1.4.0",
"@connectrpc/connect": "1.5.0",
"@connectrpc/connect-web": "1.5.0",
"@kobalte/core": "0.13.6",
"@modular-forms/solid": "0.22.1",
"@modular-forms/solid": "0.23.0",
"@solid-primitives/refs": "1.0.8",
"@solidjs/meta": "0.29.4",
"@solidjs/router": "0.14.2",
"@tanstack/solid-virtual": "3.10.6",
"@solidjs/router": "0.14.7",
"@tanstack/solid-virtual": "3.10.8",
"@types/async-lock": "1.4.2",
"ansi-to-html": "0.7.2",
"async-lock": "1.4.1",
"chart.js": "4.4.4",
"fuse.js": "7.0.0",
"solid-chartjs": "1.3.11",
"solid-icons": "1.1.0",
"solid-js": "1.8.22",
"solid-js": "1.9.1",
"solid-tippy": "0.2.1",
"solid-toast": "0.5.0",
"tippy.js": "6.3.7",
"ts-pattern": "5.3.1",
"valibot": "0.41.0"
"ts-pattern": "5.4.0",
"valibot": "0.42.1"
},
"packageManager": "[email protected]+sha512.ec40d0639bb307441b945d9467139cbb88d14394baac760b52eca038b330d16542d66fef61574271534ace5a200518dabf3b53a85f1f9e4bfa37141b538a9590"
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const AuthMethodField: Component<Props> = (props) => {
})
}
})
const publicKey = () => (useTmpKey() ? tmpKey()?.publicKey : systemInfo()?.publicKey ?? '')
const publicKey = () => (useTmpKey() ? tmpKey()?.publicKey : (systemInfo()?.publicKey ?? ''))

return (
<>
Expand Down
Loading

0 comments on commit 51d7e28

Please sign in to comment.