@tarojs/cli 4.1.4-beta.5 → 4.1.4-beta.6

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.6",
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.6",
46
+ "@tarojs/service": "4.1.4-beta.6",
47
+ "@tarojs/helper": "4.1.4-beta.6",
48
+ "@tarojs/shared": "4.1.4-beta.6"
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.6",
56
+ "@tarojs/plugin-platform-weapp": "4.1.4-beta.6",
57
+ "babel-preset-taro": "4.1.4-beta.6",
58
+ "@tarojs/taro": "4.1.4-beta.6",
59
+ "@tarojs/webpack5-runner": "4.1.4-beta.6"
60
60
  },
61
61
  "scripts": {
62
62
  "prod": "pnpm run build",
@@ -93,7 +93,6 @@
93
93
  "babel-preset-taro": "{{ version }}",{{#if (eq framework "Vue3") }}
94
94
  "css-loader": "^7.1.1",
95
95
  "style-loader": "^3.3.4",
96
- "stylelint-config-standard": "^38.0.0",
97
96
  "@tarojs/test-utils-vue3": "^0.1.1",
98
97
  "@vue/babel-plugin-jsx": "^1.2.2",
99
98
  "@vue/compiler-sfc": "^3.0.0",
@@ -111,6 +110,7 @@
111
110
  "eslint-plugin-react-hooks": "^4.4.0",{{/if}}
112
111
  "husky": "^9.1.7",
113
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}},
@@ -128,6 +128,7 @@
128
128
  "eslint-config-taro": "{{ version }}",
129
129
  "eslint": "^8.57.0",
130
130
  "stylelint": "^16.4.0",
131
+ "stylelint-config-standard": "^38.0.0"
131
132
  "terser": "^5.30.4",
132
133
  "vite": "^4.2.0",{{#if (includes "React" "Preact" s=framework)}}
133
134
  "@babel/preset-react": "^7.24.1",
@@ -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
  }