@ucloud-fe/react-components 1.3.24 → 1.3.25

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.3.25](https://github.com/UCloud-FE/react-components/compare/v1.3.24...v1.3.25) (2022-04-22)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **All:** fix react-resizable dep ([96aa216](https://github.com/UCloud-FE/react-components/commit/96aa2162d53ccd374e6aefc7a129e08af0c4db25))
10
+
5
11
  ### [1.3.24](https://github.com/UCloud-FE/react-components/compare/v1.3.23...v1.3.24) (2022-04-12)
6
12
 
7
13
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ucloud-fe/react-components",
3
- "version": "1.3.24",
3
+ "version": "1.3.25",
4
4
  "title": "UCloud react components",
5
5
  "description": "UCloud react components",
6
6
  "keywords": [
@@ -78,6 +78,7 @@
78
78
  "rc-trigger": "2.5.3",
79
79
  "rc-util": "4.21.1",
80
80
  "react-lifecycles-compat": "^3.0.4",
81
+ "react-resizable": "^2.0.0",
81
82
  "react-transition-group": "^2.4.0",
82
83
  "resize-observer-polyfill": "^1.5.1",
83
84
  "shallowequal": "^1.0.2",
@@ -141,7 +142,6 @@
141
142
  "raw-loader": "^0.5.1",
142
143
  "react": "^16",
143
144
  "react-dom": "^16",
144
- "react-resizable": "^2.0.0",
145
145
  "react-styleguidist": "^11.1.5",
146
146
  "react-test-renderer": "^16",
147
147
  "recodo-gen": "^0.0.5",