dlt-for-react 2.0.1 → 2.0.2

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 +5 -1
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ npm publish
8
8
 
9
9
  ## 前端 dlt-for-react 依赖包版本更新记录
10
10
 
11
- ##### 当前最新版本:2.0.1
11
+ ##### 当前最新版本:2.0.2
12
12
 
13
13
  ##### 安装依赖
14
14
 
@@ -16,6 +16,10 @@ npm publish
16
16
 
17
17
  ##### 版本修改记录
18
18
 
19
+ #### V2.0.2—2024 年 3 月 15 日
20
+
21
+ 1. 解决部分组件幻影依赖不存在的问题
22
+
19
23
  #### V1.1.16~V2.0.1—2024 年 3 月 14 日
20
24
 
21
25
  1. 新增 HqConfirm 组件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dlt-for-react",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "dlt for react",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -75,12 +75,16 @@
75
75
  "echarts-for-react": "^2.0.15-beta.0",
76
76
  "hex-sha1": "^1.0.2",
77
77
  "jsencrypt": "3.0.0-rc.1",
78
+ "rc-queue-anim": "^2.0.0",
79
+ "rc-tween-one": "^3.0.6",
78
80
  "react": "^16.3.1",
79
81
  "react-color": "^2.19.3",
80
82
  "react-custom-scrollbars-patched": "^4.2.1",
81
83
  "react-dom": "^16.3.1",
82
84
  "react-file-viewer": "^1.2.1",
83
85
  "react-pdf-js": "^5.1.0",
86
+ "react-resizable": "^3.0.5",
87
+ "react-viewer": "^3.2.2",
84
88
  "urlencode": "^1.1.0"
85
89
  }
86
90
  }