Skip to content

Commit

Permalink
chore(deps): update dependency vite-plugin-dts to v4 (#143)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency vite-plugin-dts to v4

* Update vue integration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lachlan Collins <[email protected]>
  • Loading branch information
renovate[bot] and lachlancollins committed Aug 7, 2024
1 parent 4b5c71b commit cf7b3aa
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 137 deletions.
6 changes: 3 additions & 3 deletions integrations/vue/snap/cjs/components/HelloWorld.vue.d.cts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
msg: string;
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
msg: string;
}>>>, {}, {}>;
export default _default;
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToRuntimeProps<T> = {
type __VLS_TypePropsToOption<T> = {
[K in keyof T]-?: {} extends Pick<T, K> ? {
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
} : {
Expand Down
6 changes: 3 additions & 3 deletions integrations/vue/snap/esm/components/HelloWorld.vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
msg: string;
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
msg: string;
}>>>, {}, {}>;
export default _default;
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToRuntimeProps<T> = {
type __VLS_TypePropsToOption<T> = {
[K in keyof T]-?: {} extends Pick<T, K> ? {
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
} : {
Expand Down
8 changes: 4 additions & 4 deletions integrations/vue/snap/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

.read-the-docs[data-v-1d5be6d4] {
color: #888;
}

.logo[data-v-57d0a178] {
height: 6em;
padding: 1.5em;
Expand All @@ -11,7 +15,3 @@
.logo.vue[data-v-57d0a178]:hover {
filter: drop-shadow(0 0 2em #42b883aa);
}

.read-the-docs[data-v-1d5be6d4] {
color: #888;
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"typedoc-plugin-markdown": "^4.2.3",
"typescript-eslint": "^7.18.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-dts": "^4.0.1",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^4.3.2"
},
Expand Down
Loading

0 comments on commit cf7b3aa

Please sign in to comment.