Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 72d934a

Browse files
committed
revert: 发布新版本 4.4.0 (2022-10-26) 🤖🤖🤖
1 parent 3742d96 commit 72d934a

File tree

3 files changed

+287
-80
lines changed

3 files changed

+287
-80
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"clean": "rimraf dist",
88
"start": "pnpm run -C start dev",
99
"dev:docs": "pnpm run -C docs dev",
10-
"build": "pnpm clean && pnpm build:css && vite build && pnpm build:lib && pnpm build:umd && pnpm build:theme && pnpm move",
10+
"build": "pnpm clean && pnpm build:css && pnpm build:theme && vite build",
1111
"build:docs": "pnpm run -C docs build",
1212
"build:es": "vite build --config vite.config.ts",
1313
"build:theme": "vite build --config vite.config.theme.ts",
@@ -22,7 +22,7 @@
2222
},
2323
"license": "MIT",
2424
"dependencies": {
25-
"vue": "^3.2.33"
25+
"vue": "3.2.26"
2626
},
2727
"devDependencies": {
2828
"@tyh-ui2/style": "workspace:*",
@@ -39,7 +39,7 @@
3939
"typescript": "^4.5.4",
4040
"unplugin-vue-setup-extend-plus": "^0.3.2",
4141
"vite": "^3.0.3",
42-
"vite-plugin-dts": "^1.2.0",
42+
"vite-plugin-dts": "^1.6.6",
4343
"vue-tsc": "^0.29.8"
4444
},
4545
"config": {

0 commit comments

Comments
 (0)