@conecli/cone-render 0.8.42 → 0.9.1-isv2.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/dist/common/index.h5.ts +1 -1
- package/dist/components/base/CustomScrollView/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/interface/common.ts +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/jumpEventReport/const.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/open/api/device.ts +1 -1
- package/dist/open/api/request.ts +1 -1
- package/dist/open/api/util.ts +1 -1
- package/dist/service/requestServer.ts +1 -1
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/index.h5.ts +1 -1
- package/package.json +44 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conecli/cone-render",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1-isv2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/"
|
|
@@ -61,46 +61,59 @@
|
|
|
61
61
|
],
|
|
62
62
|
"author": "conecli",
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@
|
|
65
|
-
"@tarojs/components": "3.
|
|
66
|
-
"@tarojs/
|
|
67
|
-
"@tarojs/
|
|
68
|
-
"@tarojs/
|
|
69
|
-
"@tarojs/
|
|
70
|
-
"@tarojs/
|
|
71
|
-
"@tarojs/
|
|
72
|
-
"@tarojs/
|
|
73
|
-
"@tarojs/
|
|
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",
|
|
79
|
+
"react-dom": "^18.2.0",
|
|
80
|
+
"react": "^18.2.0",
|
|
74
81
|
"art-template": "^4.13.2",
|
|
75
82
|
"gulp-filter": "^7.0.0",
|
|
76
83
|
"normalize.css": "^8.0.1",
|
|
77
|
-
"raf": "^3.4.1",
|
|
78
|
-
"react": "^18.2.0",
|
|
79
84
|
"react-content-loader": "^6.2.0",
|
|
80
|
-
"react-dom": "^18.2.0",
|
|
81
85
|
"react-intersection-observer": "8.33.1",
|
|
82
86
|
"react-refresh": "^0.14.0",
|
|
83
87
|
"sha256": "^0.2.0"
|
|
84
88
|
},
|
|
85
89
|
"devDependencies": {
|
|
86
|
-
"@babel/core": "^7.8.0",
|
|
87
|
-
"@babel/runtime": "7.23.7",
|
|
88
90
|
"@babel/plugin-transform-strict-mode": "^7.16.7",
|
|
89
|
-
"@
|
|
90
|
-
"@
|
|
91
|
-
"@swc/register": "^0.1.10",
|
|
92
|
-
"@types/react": "^18.0.17",
|
|
91
|
+
"@babel/core": "^7.8.0",
|
|
92
|
+
"@tarojs/cli": "3.6.23",
|
|
93
93
|
"@types/webpack-env": "^1.13.6",
|
|
94
|
-
"@
|
|
95
|
-
"@
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"eslint-config-taro": "3.
|
|
101
|
-
"eslint
|
|
94
|
+
"@tarojs/test-utils-react": "^0.1.1",
|
|
95
|
+
"@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",
|
|
102
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
103
|
+
"react-refresh": "^0.14.0",
|
|
102
104
|
"eslint-plugin-react": "^7.8.2",
|
|
105
|
+
"eslint-plugin-import": "^2.12.0",
|
|
103
106
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
107
|
+
"stylelint": "^14.4.0",
|
|
108
|
+
"@typescript-eslint/parser": "^6.2.0",
|
|
109
|
+
"@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",
|
|
113
|
+
"ts-node": "^10.9.1",
|
|
114
|
+
"@types/node": "^18.15.11",
|
|
115
|
+
"del": "^6.1.1",
|
|
116
|
+
"escodegen": "^2.0.0",
|
|
104
117
|
"espree": "^9.3.2",
|
|
105
118
|
"esprima": "^4.0.1",
|
|
106
119
|
"estraverse": "^5.3.0",
|
|
@@ -110,16 +123,11 @@
|
|
|
110
123
|
"mini-css-extract-plugin": "^2.6.1",
|
|
111
124
|
"sass": "^1.53.0",
|
|
112
125
|
"shelljs": "^0.8.5",
|
|
113
|
-
"
|
|
114
|
-
"terser-webpack-plugin": "^5.3.6",
|
|
115
|
-
"typescript": "^4.1.0",
|
|
116
|
-
"webpack": "5.69.0"
|
|
126
|
+
"terser-webpack-plugin": "^5.3.6"
|
|
117
127
|
},
|
|
118
128
|
"resolutions": {
|
|
119
129
|
"@babel/runtime": "7.23.7",
|
|
120
|
-
"@tarojs/cli": "3.
|
|
121
|
-
"@tarojs/helper": "3.
|
|
122
|
-
"@tarojs/service": "3.5.4",
|
|
123
|
-
"@tarojs/shared": "3.5.4"
|
|
130
|
+
"@tarojs/cli": "3.6.23",
|
|
131
|
+
"@tarojs/helper": "3.6.23"
|
|
124
132
|
}
|
|
125
133
|
}
|