@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.8.42",
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
- "@tarojs/cli": "3.5.4",
65
- "@tarojs/components": "3.5.4",
66
- "@tarojs/plugin-framework-react": "3.5.4",
67
- "@tarojs/react": "3.5.4",
68
- "@tarojs/runtime": "3.5.4",
69
- "@tarojs/shared": "3.5.4",
70
- "@tarojs/taro": "3.5.4",
71
- "@tarojs/taro-h5": "3.5.4",
72
- "@tarojs/taro-loader": "3.5.4",
73
- "@tarojs/webpack5-runner": "3.5.4",
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
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
90
- "@swc/core": "1.2.242",
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
- "@typescript-eslint/eslint-plugin": "^5.20.0",
95
- "@typescript-eslint/parser": "^5.20.0",
96
- "babel-preset-taro": "3.5.4",
97
- "del": "^6.1.1",
98
- "escodegen": "^2.0.0",
99
- "eslint": "^6.8.0",
100
- "eslint-config-taro": "3.5.4",
101
- "eslint-plugin-import": "^2.12.0",
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
- "stylelint": "^14.4.0",
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.5.4",
121
- "@tarojs/helper": "3.5.4",
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
  }