@varlet/cli 3.16.2 → 3.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -40,8 +40,8 @@ export default defineConfig({
|
|
|
40
40
|
'en-US': 'Rich components',
|
|
41
41
|
},
|
|
42
42
|
description: {
|
|
43
|
-
'zh-CN': '提供
|
|
44
|
-
'en-US': 'Provide
|
|
43
|
+
'zh-CN': '提供 70+ 个高质量通用组件',
|
|
44
|
+
'en-US': 'Provide 70+ high quality general purpose components',
|
|
45
45
|
},
|
|
46
46
|
link: {
|
|
47
47
|
'zh-CN': '/zh-CN/button',
|
|
@@ -543,7 +543,7 @@ export default defineConfig({
|
|
|
543
543
|
'Material Design 3',
|
|
544
544
|
'Mobile',
|
|
545
545
|
'Desktop',
|
|
546
|
-
'Provide
|
|
546
|
+
'Provide 70+ high quality general purpose components',
|
|
547
547
|
'Components are very lightweight',
|
|
548
548
|
'Developed by Chinese, complete Chinese and English documentation and logistics support',
|
|
549
549
|
'Support on-demand introduction',
|
|
@@ -561,7 +561,7 @@ export default defineConfig({
|
|
|
561
561
|
'Vue3 组件库',
|
|
562
562
|
'移动端',
|
|
563
563
|
'桌面端',
|
|
564
|
-
'提供
|
|
564
|
+
'提供 70+ 个高质量通用组件',
|
|
565
565
|
'组件十分轻量',
|
|
566
566
|
'由国人开发,完善的中英文文档和后勤保障',
|
|
567
567
|
'支持按需引入',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.17.1",
|
|
4
4
|
"description": "cli of varlet",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"typescript": "5.6.3",
|
|
57
57
|
"vite-plus": "0.1.18",
|
|
58
58
|
"vue": "3.5.21",
|
|
59
|
-
"@varlet/shared": "3.
|
|
60
|
-
"@varlet/vite-plugins": "3.
|
|
59
|
+
"@varlet/shared": "3.17.1",
|
|
60
|
+
"@varlet/vite-plugins": "3.17.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/babel__core": "^7.20.1",
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"@types/node": "^20.19.0",
|
|
70
70
|
"@types/sharp": "0.31.1",
|
|
71
71
|
"rimraf": "^5.0.1",
|
|
72
|
-
"@varlet/touch-emulator": "3.
|
|
73
|
-
"@varlet/icons": "3.
|
|
74
|
-
"@varlet/ui": "3.
|
|
72
|
+
"@varlet/touch-emulator": "3.17.1",
|
|
73
|
+
"@varlet/icons": "3.17.1",
|
|
74
|
+
"@varlet/ui": "3.17.1"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@vitest/coverage-istanbul": "4.1.4",
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"live-server": "^1.2.1",
|
|
83
83
|
"vue": "3.5.21",
|
|
84
84
|
"vue-router": "4.5.1",
|
|
85
|
-
"@varlet/icons": "3.
|
|
86
|
-
"@varlet/touch-emulator": "3.
|
|
87
|
-
"@varlet/ui": "3.
|
|
85
|
+
"@varlet/icons": "3.17.1",
|
|
86
|
+
"@varlet/touch-emulator": "3.17.1",
|
|
87
|
+
"@varlet/ui": "3.17.1"
|
|
88
88
|
},
|
|
89
89
|
"engines": {
|
|
90
90
|
"node": "^14.18.0 || >=16.0.0"
|