File tree Expand file tree Collapse file tree 4 files changed +153
-153
lines changed Expand file tree Collapse file tree 4 files changed +153
-153
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ declare module 'vue' {
65
65
ATag : typeof import ( 'ant-design-vue/es' ) [ 'Tag' ]
66
66
ATextarea : typeof import ( 'ant-design-vue/es' ) [ 'Textarea' ]
67
67
ATooltip : typeof import ( 'ant-design-vue/es' ) [ 'Tooltip' ]
68
- AUpload : typeof import ( 'ant-design-vue/es' ) [ 'Upload' ]
69
68
AUploadDragger : typeof import ( 'ant-design-vue/es' ) [ 'UploadDragger' ]
70
69
AutoCertFormAutoCertForm : typeof import ( './src/components/AutoCertForm/AutoCertForm.vue' ) [ 'default' ]
71
70
AutoCertFormDNSChallenge : typeof import ( './src/components/AutoCertForm/DNSChallenge.vue' ) [ 'default' ]
@@ -83,8 +82,6 @@ declare module 'vue' {
83
82
ConfigHistoryConfigHistory : typeof import ( './src/components/ConfigHistory/ConfigHistory.vue' ) [ 'default' ]
84
83
ConfigHistoryDiffViewer : typeof import ( './src/components/ConfigHistory/DiffViewer.vue' ) [ 'default' ]
85
84
EnvGroupRenderEnvGroupRender : typeof import ( './src/components/EnvGroupRender/EnvGroupRender.vue' ) [ 'default' ]
86
- EnvGroupRenderEnvGroupRenderer : typeof import ( './src/components/EnvGroupRender/EnvGroupRenderer.vue' ) [ 'default' ]
87
- EnvGroupRendererEnvGroupRenderer : typeof import ( './src/components/EnvGroupRenderer/EnvGroupRenderer.vue' ) [ 'default' ]
88
85
EnvGroupTabsEnvGroupTabs : typeof import ( './src/components/EnvGroupTabs/EnvGroupTabs.vue' ) [ 'default' ]
89
86
EnvIndicatorEnvIndicator : typeof import ( './src/components/EnvIndicator/EnvIndicator.vue' ) [ 'default' ]
90
87
FooterToolbarFooterToolBar : typeof import ( './src/components/FooterToolbar/FooterToolBar.vue' ) [ 'default' ]
Original file line number Diff line number Diff line change 58
58
"vuedraggable" : " ^4.1.0"
59
59
},
60
60
"devDependencies" : {
61
- "@antfu/eslint-config" : " ^5.0 .0" ,
61
+ "@antfu/eslint-config" : " ^5.1 .0" ,
62
62
"@iconify-json/fa" : " 1.2.1" ,
63
63
"@iconify-json/tabler" : " ^1.2.20" ,
64
64
"@iconify/tools" : " ^4.1.2" ,
82
82
"unplugin-auto-import" : " ^19.3.0" ,
83
83
"unplugin-vue-components" : " ^28.8.0" ,
84
84
"unplugin-vue-define-options" : " ^1.5.5" ,
85
- "vite" : " npm:rolldown-vite@^ 7.0.12 " ,
85
+ "vite" :
" npm:[email protected] .11 " ,
86
86
"vite-plugin-inspect" : " ^11.3.2" ,
87
87
"vite-svg-loader" : " ^5.1.0" ,
88
- "vue-tsc" : " ^3.0.4 "
88
+ "vue-tsc" : " ^3.0.5 "
89
89
}
90
90
}
You can’t perform that action at this time.
0 commit comments