@conecli/cone-render 0.10.1-beta.3 → 0.10.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.10.1-beta.3",
3
+ "version": "0.10.1-isv2.1",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist/"
@@ -63,21 +63,22 @@
63
63
  "author": "conecli",
64
64
  "dependencies": {
65
65
  "@babel/runtime": "7.24.4",
66
- "@tarojs/components": "4.0.5",
67
- "@tarojs/helper": "4.0.5",
68
- "@tarojs/plugin-platform-weapp": "4.0.5",
69
- "@tarojs/plugin-platform-alipay": "4.0.5",
70
- "@tarojs/plugin-platform-tt": "4.0.5",
71
- "@tarojs/plugin-platform-swan": "4.0.5",
72
- "@tarojs/plugin-platform-jd": "4.0.5",
73
- "@tarojs/plugin-platform-qq": "4.0.5",
74
- "@tarojs/plugin-platform-h5": "4.0.5",
75
- "@tarojs/plugin-platform-harmony-hybrid": "4.0.5",
76
- "@tarojs/runtime": "4.0.5",
77
- "@tarojs/shared": "4.0.5",
78
- "@tarojs/taro": "4.0.5",
79
- "@tarojs/plugin-framework-react": "4.0.5",
80
- "@tarojs/react": "4.0.5",
66
+ "@tarojs/components": "4.0.6",
67
+ "@tarojs/helper": "4.0.6",
68
+ "@tarojs/plugin-platform-weapp": "4.0.6",
69
+ "@tarojs/plugin-platform-alipay": "4.0.6",
70
+ "@tarojs/plugin-platform-tt": "4.0.6",
71
+ "@tarojs/plugin-platform-swan": "4.0.6",
72
+ "@tarojs/plugin-platform-jd": "4.0.6",
73
+ "@tarojs/plugin-platform-qq": "4.0.6",
74
+ "@tarojs/plugin-platform-h5": "4.0.6",
75
+ "@tarojs/plugin-platform-harmony-hybrid": "4.0.6",
76
+ "@tarojs/runtime": "4.0.6",
77
+ "@tarojs/shared": "4.0.6",
78
+ "@tarojs/taro": "4.0.6",
79
+ "@tarojs/plugin-framework-react": "4.0.6",
80
+ "@tarojs/react": "4.0.6",
81
+ "@tarojs/service": "4.0.6",
81
82
  "react-dom": "^18.2.0",
82
83
  "react": "^18.2.0",
83
84
  "art-template": "^4.13.2",
@@ -91,16 +92,16 @@
91
92
  "devDependencies": {
92
93
  "@babel/plugin-transform-strict-mode": "^7.16.7",
93
94
  "@babel/core": "7.24.4",
94
- "@tarojs/cli": "4.0.5",
95
+ "@tarojs/cli": "4.0.6",
95
96
  "@babel/plugin-proposal-class-properties": "7.14.5",
96
97
  "@types/webpack-env": "^1.13.6",
97
98
  "@types/react": "^18.0.17",
98
99
  "webpack": "5.91.0",
99
- "@tarojs/taro-loader": "4.0.5",
100
- "@tarojs/webpack5-runner": "4.0.5",
100
+ "@tarojs/taro-loader": "4.0.6",
101
+ "@tarojs/webpack5-runner": "4.0.6",
101
102
  "sass": "^1.75.0",
102
- "babel-preset-taro": "4.0.5",
103
- "eslint-config-taro": "4.0.5",
103
+ "babel-preset-taro": "4.0.6",
104
+ "eslint-config-taro": "4.0.6",
104
105
  "eslint": "^8.57.0",
105
106
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
106
107
  "react-refresh": "^0.14.0",
@@ -130,7 +131,7 @@
130
131
  },
131
132
  "resolutions": {
132
133
  "@babel/runtime": "7.24.4",
133
- "@tarojs/cli": "4.0.5",
134
- "@tarojs/helper": "4.0.5"
134
+ "@tarojs/cli": "4.0.6",
135
+ "@tarojs/helper": "4.0.6"
135
136
  }
136
137
  }