Skip to content

Commit

Permalink
attempt to fix dependencies for server issue with moment locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bauer committed May 7, 2020
1 parent 7225e6c commit bcb0f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Expand Up @@ -7,7 +7,7 @@
"d3-tip": "^0.9.0",
"mobx": "^4.2.0",
"mobx-react": "^5.0.0",
"moment": "^2.22.1",
"moment": "^2.25.3",
"react": "^16.3.2",
"react-app-rewire-mobx": "^1.0.8",
"react-datepicker": "^1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -34,10 +34,10 @@
"parse-duration": "^0.1.1",
"puppeteer": "^1.20.0",
"shelljs": "^0.8.3",
"sync-request": "6.1.0",
"prompt-sync": "^4.1.7",
"timetable-fns": "^0.1.16",
"find-and": "latest",
"sync-request": "latest"
"find-and": "latest"
},
"devDependencies": {
"concurrently": "^4.1.1",
Expand Down

0 comments on commit bcb0f78

Please sign in to comment.