@tarojs/cli 4.1.4-beta.6 → 4.1.4-beta.7
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/cli",
|
|
3
|
-
"version": "4.1.4-beta.
|
|
3
|
+
"version": "4.1.4-beta.7",
|
|
4
4
|
"description": "cli tool for taro",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,21 +42,21 @@
|
|
|
42
42
|
"ora": "^5.4.1",
|
|
43
43
|
"semver": "^7.6.0",
|
|
44
44
|
"validate-npm-package-name": "^5.0.0",
|
|
45
|
-
"@tarojs/binding": "4.1.4-beta.
|
|
46
|
-
"@tarojs/service": "4.1.4-beta.
|
|
47
|
-
"@tarojs/
|
|
48
|
-
"@tarojs/
|
|
45
|
+
"@tarojs/binding": "4.1.4-beta.7",
|
|
46
|
+
"@tarojs/service": "4.1.4-beta.7",
|
|
47
|
+
"@tarojs/shared": "4.1.4-beta.7",
|
|
48
|
+
"@tarojs/helper": "4.1.4-beta.7"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/types": "^7.24.0",
|
|
52
52
|
"@types/babel__traverse": "^7.20.6",
|
|
53
53
|
"eslint-plugin-react": "^7.34.1",
|
|
54
54
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
55
|
-
"@tarojs/plugin-platform-h5": "4.1.4-beta.
|
|
56
|
-
"@tarojs/plugin-platform-weapp": "4.1.4-beta.
|
|
57
|
-
"
|
|
58
|
-
"@tarojs/
|
|
59
|
-
"
|
|
55
|
+
"@tarojs/plugin-platform-h5": "4.1.4-beta.7",
|
|
56
|
+
"@tarojs/plugin-platform-weapp": "4.1.4-beta.7",
|
|
57
|
+
"@tarojs/taro": "4.1.4-beta.7",
|
|
58
|
+
"@tarojs/webpack5-runner": "4.1.4-beta.7",
|
|
59
|
+
"babel-preset-taro": "4.1.4-beta.7"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"prod": "pnpm run build",
|
|
@@ -76,9 +76,12 @@
|
|
|
76
76
|
"solid-js": "^1.8.16"{{/if}}
|
|
77
77
|
},{{#if (includes "Webpack5" s=compiler)}}
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@babel/core": "^7.24.4",
|
|
80
79
|
"@commitlint/cli": "^19.8.1",
|
|
81
80
|
"@commitlint/config-conventional": "^19.8.1",
|
|
81
|
+
"lint-staged": "^16.1.2",
|
|
82
|
+
"husky": "^9.1.7",
|
|
83
|
+
"stylelint-config-standard": "^38.0.0",
|
|
84
|
+
"@babel/core": "^7.24.4",
|
|
82
85
|
"@tarojs/cli": "{{ version }}",
|
|
83
86
|
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
84
87
|
"@types/webpack-env": "^1.13.6",{{#if (includes "React" "Preact" s=framework)}}
|
|
@@ -108,9 +111,6 @@
|
|
|
108
111
|
"@babel/preset-react": "^7.24.1",
|
|
109
112
|
"eslint-plugin-react": "^7.34.1",
|
|
110
113
|
"eslint-plugin-react-hooks": "^4.4.0",{{/if}}
|
|
111
|
-
"husky": "^9.1.7",
|
|
112
|
-
"lint-staged": "^16.1.2",
|
|
113
|
-
"stylelint-config-standard": "^38.0.0",
|
|
114
114
|
"stylelint": "^16.4.0"{{#if typescript }},
|
|
115
115
|
"typescript": "^5.4.5",
|
|
116
116
|
"tsconfig-paths-webpack-plugin": "^4.1.0"{{/if}},
|
|
@@ -118,17 +118,19 @@
|
|
|
118
118
|
"@types/node": "^18"
|
|
119
119
|
}{{/if}}{{#if (eq compiler "Vite") }}
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@babel/core": "^7.24.4",
|
|
122
|
-
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
123
121
|
"@commitlint/cli": "^19.8.1",
|
|
124
122
|
"@commitlint/config-conventional": "^19.8.1",
|
|
123
|
+
"lint-staged": "^16.1.2",
|
|
124
|
+
"husky": "^9.1.7",
|
|
125
|
+
"stylelint-config-standard": "^38.0.0",
|
|
126
|
+
"@babel/core": "^7.24.4",
|
|
127
|
+
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
125
128
|
"@tarojs/cli": "{{ version }}",
|
|
126
129
|
"@tarojs/vite-runner": "{{ version }}",
|
|
127
130
|
"babel-preset-taro": "{{ version }}",
|
|
128
131
|
"eslint-config-taro": "{{ version }}",
|
|
129
132
|
"eslint": "^8.57.0",
|
|
130
133
|
"stylelint": "^16.4.0",
|
|
131
|
-
"stylelint-config-standard": "^38.0.0"
|
|
132
134
|
"terser": "^5.30.4",
|
|
133
135
|
"vite": "^4.2.0",{{#if (includes "React" "Preact" s=framework)}}
|
|
134
136
|
"@babel/preset-react": "^7.24.1",
|
|
@@ -142,8 +144,6 @@
|
|
|
142
144
|
"react-refresh": "^0.14.0",{{/if}}{{#if (eq framework "Vue3") }}
|
|
143
145
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
144
146
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
145
|
-
"husky": "^9.1.7",
|
|
146
|
-
"lint-staged": "^16.1.2",
|
|
147
147
|
"eslint-plugin-vue": "^9.17.0",{{/if}}{{#if (eq framework "Solid") }}
|
|
148
148
|
"vite-plugin-solid": "2.10.0",{{/if}}{{#if (eq css "Sass") }}
|
|
149
149
|
"sass": "^1.75.0",{{/if}}{{#if (eq css "Less") }}
|