From bcb0f782c71ab64da27c2ca5af11eace9649bec1 Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Thu, 7 May 2020 17:49:29 +1000 Subject: [PATCH] attempt to fix dependencies for server issue with moment locale https://github.com/moment/moment/issues/5484 --- client/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index ac292a8..2787645 100644 --- a/client/package.json +++ b/client/package.json @@ -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", diff --git a/package.json b/package.json index 84ff028..831086d 100644 --- a/package.json +++ b/package.json @@ -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",