File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 15
15
"url" : " https://github.com/jerairrest/react-chartjs-2/issues"
16
16
},
17
17
"dependencies" : {
18
- "lodash.find" : " ^4.6.0" ,
19
- "lodash.isequal" : " ^4.4.0" ,
18
+ "lodash" : " ^4.17.4" ,
20
19
"prop-types" : " ^15.5.8"
21
20
},
22
21
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import PropTypes from 'prop-types' ;
3
3
import Chart from 'chart.js' ;
4
- import isEqual from 'lodash.isequal ' ;
5
- import find from 'lodash. find' ;
4
+ import isEqual from 'lodash/isEqual ' ;
5
+ import find from 'lodash/ find' ;
6
6
7
7
8
8
class ChartComponent extends React . Component {
Original file line number Diff line number Diff line change @@ -4601,10 +4601,6 @@ lodash.filter@^4.4.0:
4601
4601
version "4.6.0"
4602
4602
resolved "https://registry.yarnpkg.com/lodash.filter/-/lodash.filter-4.6.0.tgz#668b1d4981603ae1cc5a6fa760143e480b4c4ace"
4603
4603
4604
- lodash.find@^4.6.0 :
4605
- version "4.6.0"
4606
- resolved "https://registry.yarnpkg.com/lodash.find/-/lodash.find-4.6.0.tgz#cb0704d47ab71789ffa0de8b97dd926fb88b13b1"
4607
-
4608
4604
lodash.flatten@^4.2.0 :
4609
4605
version "4.4.0"
4610
4606
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
@@ -4621,10 +4617,6 @@ lodash.isarray@^3.0.0:
4621
4617
version "3.0.4"
4622
4618
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
4623
4619
4624
- lodash.isequal@^4.4.0 :
4625
- version "4.5.0"
4626
- resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4627
-
4628
4620
lodash.isplainobject@^3.0.0 :
4629
4621
version "3.2.0"
4630
4622
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz#9a8238ae16b200432960cd7346512d0123fbf4c5"
You can’t perform that action at this time.
0 commit comments