@tarojs/cli 4.1.4-beta.5 → 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.5",
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.5",
46
- "@tarojs/helper": "4.1.4-beta.5",
47
- "@tarojs/service": "4.1.4-beta.5",
48
- "@tarojs/shared": "4.1.4-beta.5"
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.5",
56
- "@tarojs/plugin-platform-weapp": "4.1.4-beta.5",
57
- "@tarojs/taro": "4.1.4-beta.5",
58
- "@tarojs/webpack5-runner": "4.1.4-beta.5",
59
- "babel-preset-taro": "4.1.4-beta.5"
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)}}
@@ -93,7 +96,6 @@
93
96
  "babel-preset-taro": "{{ version }}",{{#if (eq framework "Vue3") }}
94
97
  "css-loader": "^7.1.1",
95
98
  "style-loader": "^3.3.4",
96
- "stylelint-config-standard": "^38.0.0",
97
99
  "@tarojs/test-utils-vue3": "^0.1.1",
98
100
  "@vue/babel-plugin-jsx": "^1.2.2",
99
101
  "@vue/compiler-sfc": "^3.0.0",
@@ -109,8 +111,6 @@
109
111
  "@babel/preset-react": "^7.24.1",
110
112
  "eslint-plugin-react": "^7.34.1",
111
113
  "eslint-plugin-react-hooks": "^4.4.0",{{/if}}
112
- "husky": "^9.1.7",
113
- "lint-staged": "^16.1.2",
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,10 +118,13 @@
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 }}",
@@ -141,8 +144,6 @@
141
144
  "react-refresh": "^0.14.0",{{/if}}{{#if (eq framework "Vue3") }}
142
145
  "@vitejs/plugin-vue": "^5.0.4",
143
146
  "@vitejs/plugin-vue-jsx": "^3.1.0",
144
- "husky": "^9.1.7",
145
- "lint-staged": "^16.1.2",
146
147
  "eslint-plugin-vue": "^9.17.0",{{/if}}{{#if (eq framework "Solid") }}
147
148
  "vite-plugin-solid": "2.10.0",{{/if}}{{#if (eq css "Sass") }}
148
149
  "sass": "^1.75.0",{{/if}}{{#if (eq css "Less") }}
@@ -150,6 +151,5 @@
150
151
  "stylus": "^0.63.0",{{/if}}{{#if typescript }}
151
152
  "typescript": "^5.4.5",{{/if}}
152
153
  "postcss": "^8.4.38"
153
- "stylelint-config-standard": "^38.0.0"
154
154
  }{{/if}}
155
155
  }