easy3wui 1.5.55 → 1.5.56-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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +2 -5
package/README.md CHANGED
@@ -3,7 +3,4 @@ easy3w UI 组件
3
3
  # 编译
4
4
  npm run compile
5
5
  # 发布代码
6
- npm publish
7
-
8
- react-data-grid使用6.0.1版本对应的react@16
9
- 7版本未形成稳定版本,暂时使用6.0.1版本;对应的react@18+版本
6
+ npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.55",
3
+ "version": "1.5.56-beta.1",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",
@@ -112,9 +112,6 @@
112
112
  "react-pdf": "^4.0.5",
113
113
  "react-zmage": "^0.8.5",
114
114
  "spark-md5": "^3.0.0",
115
- "superagent": "^3.8.3",
116
- "xlsx": "0.14.5",
117
- "react-data-grid": "6.0.1",
118
- "react-data-grid-addons": "6.0.1"
115
+ "superagent": "^3.8.3"
119
116
  }
120
117
  }