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",
|
"clsx": "^2.0.0",
|
||||||
"codesandbox": "^2.2.3",
|
"codesandbox": "^2.2.3",
|
||||||
"date-fns": "^2.30.0",
|
"date-fns": "^2.30.0",
|
||||||
|
"embla-carousel": "8.0.0-rc19",
|
||||||
"embla-carousel-autoplay": "8.0.0-rc18",
|
"embla-carousel-autoplay": "8.0.0-rc18",
|
||||||
"embla-carousel-vue": "8.0.0-rc18",
|
"embla-carousel-vue": "8.0.0-rc18",
|
||||||
"lucide-vue-next": "^0.276.0",
|
"lucide-vue-next": "^0.276.0",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ import type {
|
||||||
EmblaCarouselType as CarouselApi,
|
EmblaCarouselType as CarouselApi,
|
||||||
EmblaOptionsType as CarouselOptions,
|
EmblaOptionsType as CarouselOptions,
|
||||||
EmblaPluginType as CarouselPlugin,
|
EmblaPluginType as CarouselPlugin,
|
||||||
} from 'embla-carousel-vue'
|
} from 'embla-carousel'
|
||||||
|
|
||||||
export interface CarouselProps {
|
export interface CarouselProps {
|
||||||
opts?: CarouselOptions
|
opts?: CarouselOptions
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ import type {
|
||||||
EmblaCarouselType as CarouselApi,
|
EmblaCarouselType as CarouselApi,
|
||||||
EmblaOptionsType as CarouselOptions,
|
EmblaOptionsType as CarouselOptions,
|
||||||
EmblaPluginType as CarouselPlugin,
|
EmblaPluginType as CarouselPlugin,
|
||||||
} from 'embla-carousel-vue'
|
} from 'embla-carousel'
|
||||||
|
|
||||||
export interface CarouselProps {
|
export interface CarouselProps {
|
||||||
opts?: CarouselOptions
|
opts?: CarouselOptions
|
||||||
|
|
|
||||||
|
|
@ -83,9 +83,12 @@ importers:
|
||||||
date-fns:
|
date-fns:
|
||||||
specifier: ^2.30.0
|
specifier: ^2.30.0
|
||||||
version: 2.30.0
|
version: 2.30.0
|
||||||
|
embla-carousel:
|
||||||
|
specifier: 8.0.0-rc19
|
||||||
|
version: 8.0.0-rc19
|
||||||
embla-carousel-autoplay:
|
embla-carousel-autoplay:
|
||||||
specifier: 8.0.0-rc18
|
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:
|
embla-carousel-vue:
|
||||||
specifier: 8.0.0-rc18
|
specifier: 8.0.0-rc18
|
||||||
version: 8.0.0-rc18(vue@3.3.7)
|
version: 8.0.0-rc18(vue@3.3.7)
|
||||||
|
|
@ -7087,12 +7090,12 @@ packages:
|
||||||
resolution: {integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==}
|
resolution: {integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==}
|
||||||
dev: false
|
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==}
|
resolution: {integrity: sha512-4TgnvSRlAz6YxyUIOU7w9wkUbqq/iVoJdRIRZ0+QQSWl+giout8HB0/HDqDPKJy23zjtpDNnYdNn3dxdKfGFfQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
embla-carousel: 8.0.0-rc18
|
embla-carousel: 8.0.0-rc18
|
||||||
dependencies:
|
dependencies:
|
||||||
embla-carousel: 8.0.0-rc18
|
embla-carousel: 8.0.0-rc19
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/embla-carousel-reactive-utils@8.0.0-rc18(embla-carousel@8.0.0-rc18):
|
/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==}
|
resolution: {integrity: sha512-MtiatQCt+R/lEKl2D4TyAx2Ba4/gfosQIY+Y/ooZu1yahxTbFLyhGW8aodn0GW2WZ6jO3Qpfx7VuqCPdRV5moQ==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/embla-carousel@8.0.0-rc19:
|
||||||
|
resolution: {integrity: sha512-PAChVyYoVZo8subkBN8LjZ7+0vk4CmVvMnxH0Y2ux76VUEUBl1wk5xDo8+MUhH5MXU6ZrgkBpMe++bKob1Z+2g==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/emoji-regex@10.2.1:
|
/emoji-regex@10.2.1:
|
||||||
resolution: {integrity: sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==}
|
resolution: {integrity: sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user