From 7e22c9ac4b49cc89ec71c67c3152f6772c293032 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 2 May 2020 22:56:42 +0200 Subject: [PATCH] Changing version of momemnt - Changed to 2.24.0 because having ^ updated it to 2.25.1 which throws an error. There is an issue on github: https://github.com/moment/moment/issues/5484 --- solidity/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/dashboard/package.json b/solidity/dashboard/package.json index afa9918622..491548d064 100644 --- a/solidity/dashboard/package.json +++ b/solidity/dashboard/package.json @@ -10,7 +10,7 @@ "less": "^3.9.0", "less-plugin-clean-css": "^1.5.1", "less-watch-compiler": "^1.10.0", - "moment": "^2.20.1", + "moment": "2.24.0", "react": "^16.13.1", "react-dom": "^16.13.1", "react-router-dom": "^5.1.2",