chore: fix typescript error by getting the types from core package
This commit is contained in:
parent
331ff889aa
commit
cbbc3c15bf
|
|
@ -27,6 +27,7 @@
|
|||
"clsx": "^2.0.0",
|
||||
"codesandbox": "^2.2.3",
|
||||
"date-fns": "^2.30.0",
|
||||
"embla-carousel": "8.0.0-rc19",
|
||||
"embla-carousel-autoplay": "8.0.0-rc18",
|
||||
"embla-carousel-vue": "8.0.0-rc18",
|
||||
"lucide-vue-next": "^0.276.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import type {
|
|||
EmblaCarouselType as CarouselApi,
|
||||
EmblaOptionsType as CarouselOptions,
|
||||
EmblaPluginType as CarouselPlugin,
|
||||
} from 'embla-carousel-vue'
|
||||
} from 'embla-carousel'
|
||||
|
||||
export interface CarouselProps {
|
||||
opts?: CarouselOptions
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import type {
|
|||
EmblaCarouselType as CarouselApi,
|
||||
EmblaOptionsType as CarouselOptions,
|
||||
EmblaPluginType as CarouselPlugin,
|
||||
} from 'embla-carousel-vue'
|
||||
} from 'embla-carousel'
|
||||
|
||||
export interface CarouselProps {
|
||||
opts?: CarouselOptions
|
||||
|
|
|
|||
|
|
@ -83,9 +83,12 @@ importers:
|
|||
date-fns:
|
||||
specifier: ^2.30.0
|
||||
version: 2.30.0
|
||||
embla-carousel:
|
||||
specifier: 8.0.0-rc19
|
||||
version: 8.0.0-rc19
|
||||
embla-carousel-autoplay:
|
||||
specifier: 8.0.0-rc18
|
||||
version: 8.0.0-rc18(embla-carousel@8.0.0-rc18)
|
||||
version: 8.0.0-rc18(embla-carousel@8.0.0-rc19)
|
||||
embla-carousel-vue:
|
||||
specifier: 8.0.0-rc18
|
||||
version: 8.0.0-rc18(vue@3.3.7)
|
||||
|
|
@ -7087,12 +7090,12 @@ packages:
|
|||
resolution: {integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==}
|
||||
dev: false
|
||||
|
||||
/embla-carousel-autoplay@8.0.0-rc18(embla-carousel@8.0.0-rc18):
|
||||
/embla-carousel-autoplay@8.0.0-rc18(embla-carousel@8.0.0-rc19):
|
||||
resolution: {integrity: sha512-4TgnvSRlAz6YxyUIOU7w9wkUbqq/iVoJdRIRZ0+QQSWl+giout8HB0/HDqDPKJy23zjtpDNnYdNn3dxdKfGFfQ==}
|
||||
peerDependencies:
|
||||
embla-carousel: 8.0.0-rc18
|
||||
dependencies:
|
||||
embla-carousel: 8.0.0-rc18
|
||||
embla-carousel: 8.0.0-rc19
|
||||
dev: false
|
||||
|
||||
/embla-carousel-reactive-utils@8.0.0-rc18(embla-carousel@8.0.0-rc18):
|
||||
|
|
@ -7117,6 +7120,10 @@ packages:
|
|||
resolution: {integrity: sha512-MtiatQCt+R/lEKl2D4TyAx2Ba4/gfosQIY+Y/ooZu1yahxTbFLyhGW8aodn0GW2WZ6jO3Qpfx7VuqCPdRV5moQ==}
|
||||
dev: false
|
||||
|
||||
/embla-carousel@8.0.0-rc19:
|
||||
resolution: {integrity: sha512-PAChVyYoVZo8subkBN8LjZ7+0vk4CmVvMnxH0Y2ux76VUEUBl1wk5xDo8+MUhH5MXU6ZrgkBpMe++bKob1Z+2g==}
|
||||
dev: false
|
||||
|
||||
/emoji-regex@10.2.1:
|
||||
resolution: {integrity: sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==}
|
||||
dev: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user