Comparing version 0.24.0 to 0.24.1
# Victory Changelog | ||
## 0.24.1 (2017-11-08) | ||
- Update infrastructure for React 16 | ||
- [victory-chart/534](https://github.com/FormidableLabs/victory-chart/pull/534) Add `allowResize` and `allowDrag` props for `VictoryBrushContainer` | ||
## 0.24.0 (2017-10-19) | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "victory", | ||
"version": "0.24.0", | ||
"version": "0.24.1", | ||
"description": "Data viz for React", | ||
@@ -36,8 +36,8 @@ "keywords": [ | ||
"dependencies": { | ||
"victory-chart": "^24.0.0", | ||
"victory-core": "^20.0.0", | ||
"victory-pie": "^13.0.1" | ||
"victory-chart": "^24.1.0", | ||
"victory-core": "^20.1.0", | ||
"victory-pie": "^13.1.0" | ||
}, | ||
"devDependencies": { | ||
"builder-victory-component-dev": "^5.0.1", | ||
"builder-victory-component-dev": "^5.1.2", | ||
"chai": "^3.5.0", | ||
@@ -47,9 +47,8 @@ "lodash": "^4.17.4", | ||
"prop-types": "^15.5.8", | ||
"react": "^15.5.4", | ||
"react-addons-test-utils": "^15.5.1", | ||
"react-dom": "^15.5.4", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"sinon": "^1.17.5", | ||
"sinon-chai": "^2.8.0", | ||
"builder": "^3.2.1", | ||
"builder-victory-component": "^5.0.1" | ||
"builder-victory-component": "^5.1.2" | ||
}, | ||
@@ -56,0 +55,0 @@ "publishr": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
11
3
2048182
33343
Updatedvictory-chart@^24.1.0
Updatedvictory-core@^20.1.0
Updatedvictory-pie@^13.1.0