Skip to content

Commit

Permalink
fix(vite): downgrade vite-plugin-dts to v4.2.3 (#210)
Browse files Browse the repository at this point in the history
* Downgrade vite-plugin-dts to v4.2.3

* Update misc deps
  • Loading branch information
lachlancollins authored Feb 22, 2025
1 parent 04247b5 commit f65377c
Show file tree
Hide file tree
Showing 4 changed files with 350 additions and 336 deletions.
7 changes: 4 additions & 3 deletions integrations/vue/snap/cjs/components/HelloWorld.vue.d.cts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
type __VLS_Props = {
declare const _default: import('vue').DefineComponent<{
msg: string;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
msg: string;
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
7 changes: 4 additions & 3 deletions integrations/vue/snap/esm/components/HelloWorld.vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
type __VLS_Props = {
declare const _default: import('vue').DefineComponent<{
msg: string;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
msg: string;
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
Loading

0 comments on commit f65377c

Please sign in to comment.