File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 51
51
"merge-class-names" : " ^1.1.1" ,
52
52
"prop-types" : " ^15.6.0" ,
53
53
"react-calendar" : " ^3.0.0" ,
54
- "react-clock" : " ^2.3 .0" ,
54
+ "react-clock" : " ^3.0 .0" ,
55
55
"react-date-picker" : " ^8.0.0" ,
56
56
"react-fit" : " ^1.0.3" ,
57
57
"react-time-picker" : " ^4.0.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import mergeClassNames from 'merge-class-names';
5
5
import Calendar from 'react-calendar' ;
6
6
import Fit from 'react-fit' ;
7
7
8
- import Clock from 'react-clock/dist/entry.nostyle ' ;
8
+ import Clock from 'react-clock' ;
9
9
10
10
import DateTimeInput from './DateTimeInput' ;
11
11
Original file line number Diff line number Diff line change @@ -4762,6 +4762,15 @@ react-clock@^2.3.0:
4762
4762
merge-class-names "^1.1.1"
4763
4763
prop-types "^15.6.0"
4764
4764
4765
+ react-clock@^3.0.0 :
4766
+ version "3.0.0"
4767
+ resolved "https://registry.yarnpkg.com/react-clock/-/react-clock-3.0.0.tgz#0d29f8e682ef516574061d1d24b1a286cb2da89b"
4768
+ integrity sha512-D3K82D3YGcDtzxZCfiACLcDTL8cJXSgpdrzTY9ff3H5vflxlLzTSLF8apZRo6JZzOFrZQvw5mrS7TkQzj9nG0A==
4769
+ dependencies :
4770
+ " @wojtekmaj/date-utils" " ^1.0.0"
4771
+ merge-class-names "^1.1.1"
4772
+ prop-types "^15.6.0"
4773
+
4765
4774
react-date-picker@^8.0.0 :
4766
4775
version "8.0.0"
4767
4776
resolved "https://registry.yarnpkg.com/react-date-picker/-/react-date-picker-8.0.0.tgz#b88c387711525ab57bc4f3ca88505a025f82d1f1"
You can’t perform that action at this time.
0 commit comments