@varlet/cli 2.10.3-alpha.1683735592363 → 2.11.0-alpha.1683906497955
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.
package/lib/client/appType.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
4
4
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.0-alpha.1683906497955",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "cli of varlet",
|
|
6
6
|
"bin": {
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"@babel/plugin-transform-typescript": "^7.14.5",
|
|
41
41
|
"@babel/preset-env": "^7.14.8",
|
|
42
42
|
"@babel/preset-typescript": "^7.14.5",
|
|
43
|
-
"@vitejs/plugin-vue": "4.
|
|
44
|
-
"@vitejs/plugin-vue-jsx": "3.0.
|
|
43
|
+
"@vitejs/plugin-vue": "4.2.2",
|
|
44
|
+
"@vitejs/plugin-vue-jsx": "3.0.1",
|
|
45
45
|
"@vue/babel-plugin-jsx": "1.1.1",
|
|
46
|
-
"@vue/compiler-sfc": "3.
|
|
47
|
-
"@vue/runtime-core": "3.
|
|
46
|
+
"@vue/compiler-sfc": "3.3.1",
|
|
47
|
+
"@vue/runtime-core": "3.3.1",
|
|
48
48
|
"@vue/vue3-jest": "^29.2.3",
|
|
49
49
|
"babel-jest": "^29.5.0",
|
|
50
50
|
"chokidar": "^3.5.2",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"slash": "^3.0.0",
|
|
69
69
|
"typescript": "^4.4.4",
|
|
70
70
|
"vite": "4.3.5",
|
|
71
|
-
"vue": "3.2
|
|
71
|
+
"vue": "3.3.2",
|
|
72
72
|
"webfont": "^9.0.0",
|
|
73
|
-
"@varlet/shared": "2.
|
|
74
|
-
"@varlet/vite-plugins": "2.
|
|
73
|
+
"@varlet/shared": "2.11.0-alpha.1683906497955",
|
|
74
|
+
"@varlet/vite-plugins": "2.11.0-alpha.1683906497955"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@types/babel__core": "^7.1.12",
|
|
@@ -85,19 +85,19 @@
|
|
|
85
85
|
"@types/node": "^18.7.20",
|
|
86
86
|
"@types/semver": "^7.3.9",
|
|
87
87
|
"@types/sharp": "0.31.1",
|
|
88
|
-
"@varlet/icons": "2.
|
|
89
|
-
"@varlet/touch-emulator": "2.
|
|
88
|
+
"@varlet/icons": "2.11.0-alpha.1683906497955",
|
|
89
|
+
"@varlet/touch-emulator": "2.11.0-alpha.1683906497955"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"@vue/runtime-core": "3.2.47",
|
|
93
|
-
"@vue/test-utils": "
|
|
93
|
+
"@vue/test-utils": "2.3.2",
|
|
94
94
|
"clipboard": "^2.0.6",
|
|
95
95
|
"live-server": "^1.2.1",
|
|
96
96
|
"lodash-es": "^4.17.21",
|
|
97
|
-
"vue": "3.
|
|
98
|
-
"vue-router": "4.
|
|
99
|
-
"@varlet/icons": "2.
|
|
100
|
-
"@varlet/touch-emulator": "2.
|
|
97
|
+
"vue": "3.3.1",
|
|
98
|
+
"vue-router": "4.2.0",
|
|
99
|
+
"@varlet/icons": "2.11.0-alpha.1683906497955",
|
|
100
|
+
"@varlet/touch-emulator": "2.11.0-alpha.1683906497955"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|
|
103
103
|
"dev": "tsc --watch",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@varlet/stylelint-config": "workspace:*",
|
|
44
44
|
"@varlet/touch-emulator": "workspace:*",
|
|
45
45
|
"@varlet/shared": "workspace:*",
|
|
46
|
-
"@vue/test-utils": "
|
|
46
|
+
"@vue/test-utils": "2.3.2",
|
|
47
47
|
"clipboard": "^2.0.6",
|
|
48
48
|
"eslint": "^7.30.0",
|
|
49
49
|
"lint-staged": "^10.5.0",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"simple-git-hooks": "^2.8.0",
|
|
54
54
|
"stylelint": "^13.13.1",
|
|
55
55
|
"typescript": "^4.4.4",
|
|
56
|
-
"vue": "3.2
|
|
57
|
-
"vue-router": "4.
|
|
56
|
+
"vue": "3.3.2",
|
|
57
|
+
"vue-router": "4.2.0"
|
|
58
58
|
},
|
|
59
59
|
"lint-staged": {
|
|
60
60
|
"*.{ts,tsx,js,vue,less}": "prettier --write",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@varlet/stylelint-config": "workspace:*",
|
|
44
44
|
"@varlet/touch-emulator": "workspace:*",
|
|
45
45
|
"@varlet/shared": "workspace:*",
|
|
46
|
-
"@vue/test-utils": "
|
|
46
|
+
"@vue/test-utils": "2.3.2",
|
|
47
47
|
"clipboard": "^2.0.6",
|
|
48
48
|
"eslint": "^7.30.0",
|
|
49
49
|
"lint-staged": "^10.5.0",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"simple-git-hooks": "^2.8.0",
|
|
54
54
|
"stylelint": "^13.13.1",
|
|
55
55
|
"typescript": "^4.4.4",
|
|
56
|
-
"vue": "3.2
|
|
57
|
-
"vue-router": "4.
|
|
56
|
+
"vue": "3.3.2",
|
|
57
|
+
"vue-router": "4.2.0"
|
|
58
58
|
},
|
|
59
59
|
"lint-staged": {
|
|
60
60
|
"*.{ts,tsx,js,vue,less}": "prettier --write",
|