chore(deps): update all non-major dependencies (v3) (#2219)

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]
2024-09-20 14:16:59 +02:00
committed by GitHub
parent f45b39937b
commit 235f1cc330
23 changed files with 1832 additions and 1841 deletions

View File

@@ -1,9 +0,0 @@
import { mockNuxtImport } from '@nuxt/test-utils/runtime'
let id = 0
mockNuxtImport('useId', () => {
return () => {
return id++
}
})