File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdbreact" ,
3
- "version" : " 5.1 .0" ,
3
+ "version" : " 5.2 .0" ,
4
4
"author" : " MDBootstrap" ,
5
5
"repository" : " https://github.com/mdbootstrap/React-Bootstrap-with-Material-Design" ,
6
6
"main" : " dist/mdbreact.js" ,
34
34
"lint:fix" : " eslint . --fix"
35
35
},
36
36
"dependencies" : {
37
- "@date-io/moment" : " 1.3.5" ,
38
37
"@fortawesome/fontawesome-free" : " ^5.12.0" ,
39
38
"@material-ui/core" : " 3.9.3" ,
40
39
"bootstrap-css-only" : " 4.4.1" ,
Original file line number Diff line number Diff line change @@ -282,8 +282,6 @@ const themeColorsOpacity = {
282
282
export const takeThemeColor = theme => themeColors [ theme ] ;
283
283
export const takeThemeColorOpacity = theme => themeColorsOpacity [ theme ] ;
284
284
285
- export const takeAcutalDate = date => moment ( date || new Date ( ) ) ;
286
-
287
285
export const testData = {
288
286
columns : [
289
287
{
You can’t perform that action at this time.
0 commit comments