Skip to content

Commit

Permalink
v0.0.14 - Fix Dependencies Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andyclarkemedia committed Sep 8, 2022
1 parent 5e14fdf commit b8cf1cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/urbanbigdatacentre/data-blocks.git"
},
"version": "0.0.13",
"version": "0.0.14",
"description": "React based UI Component Library for big data handling, interactions, presentation and visualisation.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down Expand Up @@ -77,6 +77,7 @@
"react-dom": "^17.0.2"
},
"dependencies": {
"dayjs": "^1.11.5"
"dayjs": "^1.11.5",
"@mui/x-date-pickers": "^5.0.0-beta.7"
}
}

0 comments on commit b8cf1cc

Please sign in to comment.