@conecli/cone-render 0.10.1-shop-beta.7 → 0.10.1-shop-beta.8
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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conecli/cone-render",
|
|
3
|
-
"version": "0.10.1-shop-beta.
|
|
3
|
+
"version": "0.10.1-shop-beta.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/"
|
|
@@ -86,22 +86,22 @@
|
|
|
86
86
|
"author": "conecli",
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@babel/runtime": "7.24.4",
|
|
89
|
-
"@tarojs/components": "4.0.9-alpha.
|
|
90
|
-
"@tarojs/helper": "4.0.9-alpha.
|
|
91
|
-
"@tarojs/plugin-platform-weapp": "4.0.9-alpha.
|
|
92
|
-
"@tarojs/plugin-platform-alipay": "4.0.9-alpha.
|
|
93
|
-
"@tarojs/plugin-platform-tt": "4.0.9-alpha.
|
|
94
|
-
"@tarojs/plugin-platform-swan": "4.0.9-alpha.
|
|
95
|
-
"@tarojs/plugin-platform-jd": "4.0.9-alpha.
|
|
96
|
-
"@tarojs/plugin-platform-qq": "4.0.9-alpha.
|
|
97
|
-
"@tarojs/plugin-platform-h5": "4.0.9-alpha.
|
|
98
|
-
"@tarojs/plugin-platform-harmony-hybrid": "4.0.9-alpha.
|
|
99
|
-
"@tarojs/runtime": "4.0.9-alpha.
|
|
100
|
-
"@tarojs/shared": "4.0.9-alpha.
|
|
101
|
-
"@tarojs/taro": "4.0.9-alpha.
|
|
102
|
-
"@tarojs/plugin-framework-react": "4.0.9-alpha.
|
|
103
|
-
"@tarojs/react": "4.0.9-alpha.
|
|
104
|
-
"@tarojs/service": "4.0.9-alpha.
|
|
89
|
+
"@tarojs/components": "4.0.9-alpha.9",
|
|
90
|
+
"@tarojs/helper": "4.0.9-alpha.9",
|
|
91
|
+
"@tarojs/plugin-platform-weapp": "4.0.9-alpha.9",
|
|
92
|
+
"@tarojs/plugin-platform-alipay": "4.0.9-alpha.9",
|
|
93
|
+
"@tarojs/plugin-platform-tt": "4.0.9-alpha.9",
|
|
94
|
+
"@tarojs/plugin-platform-swan": "4.0.9-alpha.9",
|
|
95
|
+
"@tarojs/plugin-platform-jd": "4.0.9-alpha.9",
|
|
96
|
+
"@tarojs/plugin-platform-qq": "4.0.9-alpha.9",
|
|
97
|
+
"@tarojs/plugin-platform-h5": "4.0.9-alpha.9",
|
|
98
|
+
"@tarojs/plugin-platform-harmony-hybrid": "4.0.9-alpha.9",
|
|
99
|
+
"@tarojs/runtime": "4.0.9-alpha.9",
|
|
100
|
+
"@tarojs/shared": "4.0.9-alpha.9",
|
|
101
|
+
"@tarojs/taro": "4.0.9-alpha.9",
|
|
102
|
+
"@tarojs/plugin-framework-react": "4.0.9-alpha.9",
|
|
103
|
+
"@tarojs/react": "4.0.9-alpha.9",
|
|
104
|
+
"@tarojs/service": "4.0.9-alpha.9",
|
|
105
105
|
"react-dom": "^18.2.0",
|
|
106
106
|
"react": "^18.2.0",
|
|
107
107
|
"art-template": "^4.13.2",
|
|
@@ -115,16 +115,16 @@
|
|
|
115
115
|
"devDependencies": {
|
|
116
116
|
"@babel/plugin-transform-strict-mode": "^7.16.7",
|
|
117
117
|
"@babel/core": "7.24.4",
|
|
118
|
-
"@tarojs/cli": "4.0.9-alpha.
|
|
118
|
+
"@tarojs/cli": "4.0.9-alpha.9",
|
|
119
119
|
"@babel/plugin-proposal-class-properties": "7.14.5",
|
|
120
120
|
"@types/webpack-env": "^1.13.6",
|
|
121
121
|
"@types/react": "^18.0.17",
|
|
122
122
|
"webpack": "5.91.0",
|
|
123
|
-
"@tarojs/taro-loader": "4.0.9-alpha.
|
|
124
|
-
"@tarojs/webpack5-runner": "4.0.9-alpha.
|
|
123
|
+
"@tarojs/taro-loader": "4.0.9-alpha.9",
|
|
124
|
+
"@tarojs/webpack5-runner": "4.0.9-alpha.9",
|
|
125
125
|
"sass": "^1.75.0",
|
|
126
|
-
"babel-preset-taro": "4.0.9-alpha.
|
|
127
|
-
"eslint-config-taro": "4.0.9-alpha.
|
|
126
|
+
"babel-preset-taro": "4.0.9-alpha.9",
|
|
127
|
+
"eslint-config-taro": "4.0.9-alpha.9",
|
|
128
128
|
"eslint-config-prettier": "^8.3.0",
|
|
129
129
|
"eslint": "^8.57.0",
|
|
130
130
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
},
|
|
156
156
|
"resolutions": {
|
|
157
157
|
"@babel/runtime": "7.24.4",
|
|
158
|
-
"@tarojs/cli": "4.0.9-alpha.
|
|
159
|
-
"@tarojs/helper": "4.0.9-alpha.
|
|
158
|
+
"@tarojs/cli": "4.0.9-alpha.9",
|
|
159
|
+
"@tarojs/helper": "4.0.9-alpha.9"
|
|
160
160
|
}
|
|
161
161
|
}
|