update dependencies

This commit is contained in:
Gregor Vostrak
2024-03-13 17:38:32 +01:00
parent 09fb92c1ff
commit c2b1bf16e3
3 changed files with 730 additions and 697 deletions

1423
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,7 +27,7 @@ export default defineConfig({
// baseURL: 'http://127.0.0.1:3000',
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on',
trace: process.env.CI ? 'on-first-retry' : 'on',
},
timeout: 10 * 1000,

View File

@@ -88,7 +88,7 @@ defineProps({
class="flex-1"
title="Settings"
:icon="Cog6ToothIcon"
:href="route('dashboard')"></NavigationSidebarItem>
:href="route('profile.show')"></NavigationSidebarItem>
<UserSettingsIcon></UserSettingsIcon>
</ul>