Skip to content

Commit

Permalink
chore(deps): update nuxt/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Jan 14, 2025
1 parent c399528 commit 99ef7b6
Show file tree
Hide file tree
Showing 5 changed files with 471 additions and 454 deletions.
3 changes: 1 addition & 2 deletions apps/timer/app/components/TimeDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ function isTimeValue(value?: Time | DraftTime | Schema | undefined | null): valu
</UFormField>

<UFormField :label="$t('times.form.project')" name="projectId">
<USelectMenu v-model="state.projectId" value-key="value" :items="projectItems" class="w-full"
:ui="{ content: 'pointer-events-auto' }" />
<USelectMenu v-model="state.projectId" value-key="value" :items="projectItems" class="w-full" />
</UFormField>

<UFormField :label="$t('times.form.notes')" name="notes">
Expand Down
4 changes: 2 additions & 2 deletions apps/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"dependencies": {
"@internationalized/date": "^3.6.0",
"@number-flow/vue": "^0.4.2",
"@number-flow/vue": "^0.4.3",
"@pinia/nuxt": "^0.9.0",
"@zeity/utils": "workspace:*",
"date-fns": "^4.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/lucide": "^1.2.23",
"@nuxt/eslint": "^0.7.5",
"@nuxt/image": "^1.9.0",
"@nuxt/test-utils": "^3.15.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1"
"typescript-eslint": "^8.20.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"nanoid": "^5.0.9"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@vitest/coverage-v8": "^2.1.8",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
Expand Down
Loading

0 comments on commit 99ef7b6

Please sign in to comment.