File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mdbreact" ,
3- "version" : " 5.1 .0" ,
3+ "version" : " 5.2 .0" ,
44 "author" : " MDBootstrap" ,
55 "repository" : " https://github.com/mdbootstrap/React-Bootstrap-with-Material-Design" ,
66 "main" : " dist/mdbreact.js" ,
3434 "lint:fix" : " eslint . --fix"
3535 },
3636 "dependencies" : {
37- "@date-io/moment" : " 1.3.5" ,
3837 "@fortawesome/fontawesome-free" : " ^5.12.0" ,
3938 "@material-ui/core" : " 3.9.3" ,
4039 "bootstrap-css-only" : " 4.4.1" ,
Original file line number Diff line number Diff line change @@ -282,8 +282,6 @@ const themeColorsOpacity = {
282282export const takeThemeColor = theme => themeColors [ theme ] ;
283283export const takeThemeColorOpacity = theme => themeColorsOpacity [ theme ] ;
284284
285- export const takeAcutalDate = date => moment ( date || new Date ( ) ) ;
286-
287285export const testData = {
288286 columns : [
289287 {
You can’t perform that action at this time.
0 commit comments