build: 更新storybook相关模块
This commit is contained in:
15
package.json
15
package.json
@ -50,13 +50,13 @@
|
|||||||
"@commitlint/cli": "^17.6.5",
|
"@commitlint/cli": "^17.6.5",
|
||||||
"@commitlint/config-conventional": "^17.6.5",
|
"@commitlint/config-conventional": "^17.6.5",
|
||||||
"@element-plus/icons-vue": "^2.1.0",
|
"@element-plus/icons-vue": "^2.1.0",
|
||||||
"@storybook/addon-essentials": "^7.2.3",
|
"@storybook/addon-essentials": "^7.4.0",
|
||||||
"@storybook/addon-interactions": "^7.2.3",
|
"@storybook/addon-interactions": "^7.4.0",
|
||||||
"@storybook/addon-links": "^7.2.3",
|
"@storybook/addon-links": "^7.4.0",
|
||||||
"@storybook/blocks": "^7.2.3",
|
"@storybook/blocks": "^7.4.0",
|
||||||
"@storybook/testing-library": "^0.2.0",
|
"@storybook/testing-library": "^0.2.0",
|
||||||
"@storybook/vue3": "^7.2.3",
|
"@storybook/vue3": "^7.4.0",
|
||||||
"@storybook/vue3-vite": "^7.2.2",
|
"@storybook/vue3-vite": "^7.4.0",
|
||||||
"@tsconfig/node18": "^2.0.1",
|
"@tsconfig/node18": "^2.0.1",
|
||||||
"@types/co": "^4.6.3",
|
"@types/co": "^4.6.3",
|
||||||
"@types/ejs": "^3.1.2",
|
"@types/ejs": "^3.1.2",
|
||||||
@ -76,6 +76,7 @@
|
|||||||
"ejs": "^3.1.9",
|
"ejs": "^3.1.9",
|
||||||
"element-plus": "^2.3.9",
|
"element-plus": "^2.3.9",
|
||||||
"eslint": "^8.43.0",
|
"eslint": "^8.43.0",
|
||||||
|
"eslint-plugin-storybook": "^0.6.13",
|
||||||
"fast-glob": "^3.2.12",
|
"fast-glob": "^3.2.12",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.1.1",
|
||||||
@ -87,7 +88,7 @@
|
|||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"rollup-plugin-external-globals": "^0.8.0",
|
"rollup-plugin-external-globals": "^0.8.0",
|
||||||
"sass": "^1.63.4",
|
"sass": "^1.63.4",
|
||||||
"storybook": "^7.2.3",
|
"storybook": "^7.4.0",
|
||||||
"ts-morph": "^19.0.0",
|
"ts-morph": "^19.0.0",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "4.9.3",
|
"typescript": "4.9.3",
|
||||||
|
4
types/components.d.ts
vendored
4
types/components.d.ts
vendored
@ -13,6 +13,7 @@ declare module 'vue' {
|
|||||||
ElCol: typeof import('element-plus/es')['ElCol']
|
ElCol: typeof import('element-plus/es')['ElCol']
|
||||||
ElDialog: typeof import('element-plus/es')['ElDialog']
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
||||||
ElIcon: typeof import('element-plus/es')['ElIcon']
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
||||||
|
ElLink: typeof import('element-plus/es')['ElLink']
|
||||||
ElRow: typeof import('element-plus/es')['ElRow']
|
ElRow: typeof import('element-plus/es')['ElRow']
|
||||||
Header: typeof import('./../packages/header/index.vue')['default']
|
Header: typeof import('./../packages/header/index.vue')['default']
|
||||||
MaskText: typeof import('./../packages/mask-text/index.vue')['default']
|
MaskText: typeof import('./../packages/mask-text/index.vue')['default']
|
||||||
@ -27,4 +28,7 @@ declare module 'vue' {
|
|||||||
UploadSingleFile: typeof import('./../packages/upload-single-file/index.vue')['default']
|
UploadSingleFile: typeof import('./../packages/upload-single-file/index.vue')['default']
|
||||||
UploadTable: typeof import('./../packages/upload-table/index.vue')['default']
|
UploadTable: typeof import('./../packages/upload-table/index.vue')['default']
|
||||||
}
|
}
|
||||||
|
export interface ComponentCustomProperties {
|
||||||
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user