Skip to content

Commit b4b662a

Browse files
author
Krzysztof Wilk
committed
Generate version 5.2.0
1 parent 55a0091 commit b4b662a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -34,7 +34,6 @@
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",

src/components/utils.js

-2
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ const themeColorsOpacity = {
282282
export const takeThemeColor = theme => themeColors[theme];
283283
export const takeThemeColorOpacity = theme => themeColorsOpacity[theme];
284284

285-
export const takeAcutalDate = date => moment(date || new Date());
286-
287285
export const testData = {
288286
columns: [
289287
{

0 commit comments

Comments
 (0)