@conecli/cone-render 0.9.1-shop2.9 → 0.10.1-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.9.1-shop2.9",
3
+ "version": "0.10.1-beta.1",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist/"
@@ -24,7 +24,8 @@
24
24
  "templateInfo": {
25
25
  "name": "default",
26
26
  "typescript": true,
27
- "css": "sass"
27
+ "css": "sass",
28
+ "framework": "React"
28
29
  },
29
30
  "scripts": {
30
31
  "build:weapp": "taro build --type weapp",
@@ -35,7 +36,7 @@
35
36
  "build:rn": "taro build --type rn",
36
37
  "build:qq": "taro build --type qq",
37
38
  "build:jd": "taro build --type jd",
38
- "build:quickapp": "taro build --type quickapp",
39
+ "build:harmony-hybrid": "taro build --type harmony-hybrid",
39
40
  "dev:weapp": "npm run build:weapp -- --watch",
40
41
  "dev:swan": "npm run build:swan -- --watch",
41
42
  "dev:alipay": "npm run build:alipay -- --watch",
@@ -44,7 +45,7 @@
44
45
  "dev:rn": "npm run build:rn -- --watch",
45
46
  "dev:qq": "npm run build:qq -- --watch",
46
47
  "dev:jd": "npm run build:jd -- --watch",
47
- "dev:quickapp": "npm run build:quickapp -- --watch",
48
+ "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
48
49
  "compressWatch": "gulp compressWatch --gulpfile ./publish/gulpfile.js",
49
50
  "compress": "gulp compress --gulpfile ./publish/gulpfile.js",
50
51
  "build": "npm run compress",
@@ -61,21 +62,22 @@
61
62
  ],
62
63
  "author": "conecli",
63
64
  "dependencies": {
64
- "@babel/runtime": "7.23.7",
65
- "@tarojs/components": "3.6.23",
66
- "@tarojs/helper": "3.6.23",
67
- "@tarojs/plugin-platform-weapp": "3.6.23",
68
- "@tarojs/plugin-platform-alipay": "3.6.23",
69
- "@tarojs/plugin-platform-tt": "3.6.23",
70
- "@tarojs/plugin-platform-swan": "3.6.23",
71
- "@tarojs/plugin-platform-jd": "3.6.23",
72
- "@tarojs/plugin-platform-qq": "3.6.23",
73
- "@tarojs/plugin-platform-h5": "3.6.23",
74
- "@tarojs/runtime": "3.6.23",
75
- "@tarojs/shared": "3.6.23",
76
- "@tarojs/taro": "3.6.23",
77
- "@tarojs/plugin-framework-react": "3.6.23",
78
- "@tarojs/react": "3.6.23",
65
+ "@babel/runtime": "7.24.4",
66
+ "@tarojs/components": "4.0.5-alpha.10",
67
+ "@tarojs/helper": "4.0.5-alpha.10",
68
+ "@tarojs/plugin-platform-weapp": "4.0.5-alpha.10",
69
+ "@tarojs/plugin-platform-alipay": "4.0.5-alpha.10",
70
+ "@tarojs/plugin-platform-tt": "4.0.5-alpha.10",
71
+ "@tarojs/plugin-platform-swan": "4.0.5-alpha.10",
72
+ "@tarojs/plugin-platform-jd": "4.0.5-alpha.10",
73
+ "@tarojs/plugin-platform-qq": "4.0.5-alpha.10",
74
+ "@tarojs/plugin-platform-h5": "4.0.5-alpha.10",
75
+ "@tarojs/plugin-platform-harmony-hybrid": "4.0.5-alpha.10",
76
+ "@tarojs/runtime": "4.0.5-alpha.10",
77
+ "@tarojs/shared": "4.0.5-alpha.10",
78
+ "@tarojs/taro": "4.0.5-alpha.10",
79
+ "@tarojs/plugin-framework-react": "4.0.5-alpha.10",
80
+ "@tarojs/react": "4.0.5-alpha.10",
79
81
  "react-dom": "^18.2.0",
80
82
  "react": "^18.2.0",
81
83
  "art-template": "^4.13.2",
@@ -88,30 +90,32 @@
88
90
  },
89
91
  "devDependencies": {
90
92
  "@babel/plugin-transform-strict-mode": "^7.16.7",
91
- "@babel/core": "^7.8.0",
92
- "@tarojs/cli": "3.6.23",
93
+ "@babel/core": "7.24.4",
94
+ "@tarojs/cli": "4.0.5-alpha.10",
95
+ "@babel/plugin-proposal-class-properties": "7.14.5",
93
96
  "@types/webpack-env": "^1.13.6",
94
- "@tarojs/test-utils-react": "^0.1.1",
95
97
  "@types/react": "^18.0.17",
96
- "webpack": "5.78.0",
97
- "@tarojs/taro-loader": "3.6.23",
98
- "@tarojs/webpack5-runner": "3.6.23",
99
- "babel-preset-taro": "3.6.23",
100
- "eslint-config-taro": "3.6.23",
101
- "eslint": "^8.12.0",
98
+ "webpack": "5.91.0",
99
+ "@tarojs/taro-loader": "4.0.5-alpha.10",
100
+ "@tarojs/webpack5-runner": "4.0.5-alpha.10",
101
+ "sass": "^1.75.0",
102
+ "babel-preset-taro": "4.0.5-alpha.10",
103
+ "eslint-config-taro": "4.0.5-alpha.10",
104
+ "eslint": "^8.57.0",
102
105
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
103
106
  "react-refresh": "^0.14.0",
104
- "eslint-plugin-react": "^7.8.2",
107
+ "@babel/preset-react": "^7.24.1",
108
+ "eslint-plugin-react": "^7.34.1",
105
109
  "eslint-plugin-import": "^2.12.0",
106
- "eslint-plugin-react-hooks": "^4.2.0",
107
- "stylelint": "^14.4.0",
110
+ "eslint-plugin-react-hooks": "^4.4.0",
111
+ "stylelint": "^16.4.0",
108
112
  "@typescript-eslint/parser": "^6.2.0",
109
113
  "@typescript-eslint/eslint-plugin": "^6.2.0",
110
- "typescript": "^5.1.0",
111
- "tsconfig-paths-webpack-plugin": "^4.0.1",
112
- "postcss": "^8.4.18",
114
+ "typescript": "^5.4.5",
115
+ "tsconfig-paths-webpack-plugin": "^4.1.0",
116
+ "postcss": "^8.4.38",
113
117
  "ts-node": "^10.9.1",
114
- "@types/node": "^18.15.11",
118
+ "@types/node": "^18",
115
119
  "del": "^6.1.1",
116
120
  "escodegen": "^2.0.0",
117
121
  "espree": "^9.3.2",
@@ -121,13 +125,12 @@
121
125
  "gulp-util": "^3.0.8",
122
126
  "html-webpack-plugin": "^5.5.0",
123
127
  "mini-css-extract-plugin": "^2.6.1",
124
- "sass": "^1.53.0",
125
128
  "shelljs": "^0.8.5",
126
129
  "terser-webpack-plugin": "^5.3.6"
127
130
  },
128
131
  "resolutions": {
129
- "@babel/runtime": "7.23.7",
130
- "@tarojs/cli": "3.6.23",
131
- "@tarojs/helper": "3.6.23"
132
+ "@babel/runtime": "7.24.4",
133
+ "@tarojs/cli": "4.0.5-alpha.10",
134
+ "@tarojs/helper": "4.0.5-alpha.10"
132
135
  }
133
136
  }
@@ -1 +0,0 @@
1
- import Taro from '@tarojs/taro'