Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Feb 1, 2024
1 parent c2976eb commit f358547
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions src/Exceptionless.Web/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
Expand All @@ -49,17 +49,17 @@
"dependencies": {
"@exceptionless/browser": "^3.0.5",
"@iconify-json/mdi": "^1.1.64",
"@tanstack/svelte-query": "^5.17.19",
"@tanstack/svelte-query-devtools": "^5.17.21",
"@tanstack/svelte-query": "^5.18.0",
"@tanstack/svelte-query-devtools": "^5.18.0",
"@tanstack/svelte-table": "^8.11.7",
"@web3-storage/parse-link-header": "^3.1.0",
"bits-ui": "^0.15.1",
"bits-ui": "^0.16.0",
"chart.js": "^4.4.1",
"class-validator": "^0.14.1",
"clsx": "^2.1.0",
"cmdk-sv": "^0.0.13",
"mode-watcher": "^0.1.2",
"oidc-client-ts": "^2.4.0",
"mode-watcher": "^0.2.0",
"oidc-client-ts": "^3.0.0",
"pretty-ms": "^9.0.0",
"svelte-chartjs": "^3.1.4",
"svelte-legos": "^0.2.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
: 'hidden lg:w-16'}"
aria-label="Sidebar"
>
<div class="relative flex flex-col flex-1 min-h-0 pt-0 border-r" role="none">
<div class="flex flex-col flex-1 pt-5 pb-4 overflow-y-auto">
<div class="flex-1 px-3 space-y-1 divide-y">
<ul class="pb-2 space-y-2">
<div class="relative flex min-h-0 flex-1 flex-col border-r pt-0" role="none">
<div class="flex flex-1 flex-col overflow-y-auto pb-4 pt-5">
<div class="flex-1 space-y-1 divide-y px-3">
<ul class="space-y-2 pb-2">
<li>
<form action="#" method="GET" class="lg:hidden">
<SearchInput id="mobile-search" value={filter} />
Expand Down

0 comments on commit f358547

Please sign in to comment.