Skip to content

Commit 2033f16

Browse files
committed
chore: avoid runtime valibot dependency
1 parent f198a80 commit 2033f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { UseScriptInput, VueScriptInstance } from '@unhead/vue'
33
import type { ComputedRef, Ref } from 'vue'
44
import type { InferInput, ObjectSchema } from 'valibot'
55
import type { Import } from 'unimport'
6-
import { object } from 'valibot'
76
import type { SegmentInput } from './registry/segment'
87
import type { CloudflareWebAnalyticsInput } from './registry/cloudflare-web-analytics'
98
import type { MetaPixelInput } from './registry/meta-pixel'
@@ -24,6 +23,7 @@ import type { ClarityInput } from './registry/clarity'
2423
import type { CrispInput } from './registry/crisp'
2524
import type { GoogleAnalyticsInput } from './registry/google-analytics'
2625
import type { GoogleTagManagerInput } from './registry/google-tag-manager'
26+
import { object } from '#nuxt-scripts-validator'
2727

2828
export type NuxtUseScriptOptions<T extends Record<symbol | string, any> = {}, U = {}> = Omit<UseScriptOptions<T, U>, 'trigger'> & {
2929
/**

0 commit comments

Comments
 (0)