react-jsx-highcharts
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "react-jsx-highcharts", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Highcharts charts built using React components", | ||
@@ -81,4 +81,3 @@ "main": "dist/react-jsx-highcharts.min.js", | ||
"is-immutable": "^1.0.1", | ||
"lodash": "^4.17.4", | ||
"react-immutable-proptypes": "^2.1.0" | ||
"lodash": "^4.17.4" | ||
}, | ||
@@ -85,0 +84,0 @@ "peerDependencies": { |
import { Component } from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import ImmutablePropTypes from 'react-immutable-proptypes'; | ||
import isEqual from 'lodash/isEqual'; | ||
@@ -18,3 +17,3 @@ import isImmutable from 'is-immutable'; | ||
dimension: PropTypes.string, // Provided by Axis component | ||
data: PropTypes.oneOfType([PropTypes.array, ImmutablePropTypes.list]), | ||
data: PropTypes.any, | ||
visible: PropTypes.bool, | ||
@@ -21,0 +20,0 @@ addSeries: PropTypes.func, // Provided by ChartProvider |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
7
505874
9249
- Removedreact-immutable-proptypes@^2.1.0
- Removedinvariant@2.2.4(transitive)
- Removedreact-immutable-proptypes@2.2.0(transitive)