From 33e5c775ba33b528747c20dcf06d4f01cb3df265 Mon Sep 17 00:00:00 2001 From: vince-fugnitto Date: Sat, 2 May 2020 19:35:44 -0400 Subject: [PATCH] bug: fix momentjs dependency fixes an issue with the version range of momentjs which caused the main menu to fail to render properly. Signed-off-by: vince-fugnitto --- packages/git/package.json | 2 +- packages/workspace/package.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/git/package.json b/packages/git/package.json index 7d0caf841efca..51c6243debd9a 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -17,7 +17,7 @@ "dugite-extra": "0.1.12", "find-git-exec": "^0.0.2", "find-git-repositories": "^0.1.1", - "moment": "^2.21.0", + "moment": "2.24.0", "octicons": "^7.1.0", "p-queue": "^2.4.2", "ts-md5": "^1.2.2" diff --git a/packages/workspace/package.json b/packages/workspace/package.json index cec7751064f30..d1110999aa446 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -8,7 +8,7 @@ "@theia/variable-resolver": "^1.1.0", "ajv": "^6.5.3", "jsonc-parser": "^2.0.2", - "moment": "^2.21.0", + "moment": "2.24.0", "valid-filename": "^2.0.1" }, "publishConfig": { diff --git a/yarn.lock b/yarn.lock index 6aaff4553e1a4..b64dbcdd08e00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8720,7 +8720,7 @@ modify-values@^1.0.0: resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== -moment@^2.21.0, moment@^2.6.0: +moment@2.24.0, moment@^2.6.0: version "2.24.0" resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==