re-resizable
Advanced tools
Comparing version 6.6.1 to 6.7.0
@@ -24,2 +24,8 @@ # Changelog | ||
## [6.6.1 (2020-09-22)](https://github.com/bokuweb/re-resizable/compare/v6.6.0...v6.6.1) | ||
### :bug: Bug Fix | ||
- Fixed a bug, resize is not work when set `xxxpx` to max/min width/height | ||
## [6.6.0 (2020-09-22)](https://github.com/bokuweb/re-resizable/compare/v6.5.5...v6.6.0) | ||
@@ -26,0 +32,0 @@ |
{ | ||
"name": "re-resizable", | ||
"version": "6.6.1", | ||
"version": "6.7.0", | ||
"description": "Resizable component for React.", | ||
@@ -53,7 +53,7 @@ "title": "re-resizable", | ||
"@storybook/addon-options": "5.3.21", | ||
"@storybook/react": "6.0.21", | ||
"@types/node": "12.12.62", | ||
"@storybook/react": "6.0.26", | ||
"@types/node": "12.12.68", | ||
"@types/react": "16.8.7", | ||
"@types/react-dom": "16.9.8", | ||
"@types/sinon": "9.0.5", | ||
"@types/sinon": "9.0.8", | ||
"avaron": "0.2.0", | ||
@@ -74,7 +74,5 @@ "babel-core": "7.0.0-bridge.0", | ||
"cross-env": "7.0.2", | ||
"gh-pages": "2.2.0", | ||
"gh-pages": "3.1.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "1.19.1", | ||
"react": "16.13.1", | ||
"react-dom": "16.13.1", | ||
"rollup": "1.32.1", | ||
@@ -86,3 +84,3 @@ "rollup-plugin-babel": "4.4.0", | ||
"rollup-plugin-replace": "2.2.0", | ||
"rollup-plugin-typescript2": "0.27.2", | ||
"rollup-plugin-typescript2": "0.27.3", | ||
"rollup-watch": "4.3.1", | ||
@@ -111,3 +109,7 @@ "sinon": "9.0.3", | ||
"fast-memoize": "^2.5.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180123
48
3