build: 依赖升级

This commit is contained in:
2023-08-14 11:00:00 +08:00
parent 36338b599a
commit 02dc0e6089
3 changed files with 1724 additions and 1114 deletions

View File

@ -16,9 +16,7 @@ const config: StorybookConfig = {
"@storybook/addon-essentials", "@storybook/addon-essentials",
"@storybook/addon-interactions", "@storybook/addon-interactions",
], ],
core: { core: {},
builder: '@storybook/builder-vite', // 👈 The builder enabled here.
},
framework: { framework: {
name: "@storybook/vue3-vite", name: "@storybook/vue3-vite",
options: {}, options: {},

View File

@ -46,13 +46,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.0.20", "@storybook/addon-essentials": "^7.2.3",
"@storybook/addon-interactions": "^7.0.20", "@storybook/addon-interactions": "^7.2.3",
"@storybook/addon-links": "^7.0.20", "@storybook/addon-links": "^7.2.3",
"@storybook/blocks": "^7.0.20", "@storybook/blocks": "^7.2.3",
"@storybook/testing-library": "^0.0.14-next.2", "@storybook/testing-library": "^0.2.0",
"@storybook/vue3": "^7.0.20", "@storybook/vue3": "^7.2.3",
"@storybook/vue3-vite": "^7.0.20", "@storybook/vue3-vite": "^7.2.2",
"@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",
@ -82,7 +82,7 @@
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"sass": "^1.63.4", "sass": "^1.63.4",
"storybook": "^7.0.20", "storybook": "^7.2.3",
"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",

2818
yarn.lock

File diff suppressed because it is too large Load Diff