chore(deps): update all non-major dependencies (v2) (#4442)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
renovate[bot]
2025-07-02 11:33:40 +02:00
committed by GitHub
parent d5f50be354
commit 9ee68d20fc
12 changed files with 313 additions and 570 deletions

View File

@@ -1,5 +1,6 @@
<script setup lang="ts">
import { sub, format, isSameDay, type Duration } from 'date-fns'
import { sub, format, isSameDay } from 'date-fns'
import type { Duration } from 'date-fns'
const ranges = [
{ label: 'Last 7 days', duration: { days: 7 } },

View File

@@ -1,5 +1,6 @@
<script setup lang="ts">
import { object, string, nonempty, type Infer } from 'superstruct'
import { object, string, nonempty } from 'superstruct'
import type { Infer } from 'superstruct'
import type { FormSubmitEvent } from '#ui/types'
const schema = object({

View File

@@ -1,5 +1,6 @@
<script setup lang="ts">
import { object, string, type InferType } from 'yup'
import { object, string } from 'yup'
import type { InferType } from 'yup'
import type { FormSubmitEvent } from '#ui/types'
const schema = object({

View File

@@ -14,7 +14,7 @@
"@nuxt/ui-pro": "^1.8.0",
"@nuxtjs/plausible": "^1.2.0",
"@octokit/rest": "^21.1.1",
"@vueuse/nuxt": "^13.4.0",
"@vueuse/nuxt": "^13.5.0",
"date-fns": "^4.1.0",
"joi": "^17.13.3",
"nuxt": "^3.17.6",