From 62d7e2ece2663e7ff4b765fa5f80913eef9c1e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 21:15:33 +0000 Subject: [PATCH] Update gregorian-calendar requirement from 3.x to 4.x Updates the requirements on [gregorian-calendar](https://github.com/yiminghe/gregorian-calendar) to permit the latest version. - [Release notes](https://github.com/yiminghe/gregorian-calendar/releases) - [Changelog](https://github.com/yiminghe/gregorian-calendar/blob/master/HISTORY.md) - [Commits](https://github.com/yiminghe/gregorian-calendar/commits/4.1.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 826f5c9..5ed5c84 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "devDependencies": { "bootstrap": "^3.3.2", "expect.js": "~0.3.1", - "gregorian-calendar": "3.x", + "gregorian-calendar": "4.x", "gregorian-calendar-format": "3.x", "pre-commit": "1.x", "rc-calendar": "~3.16.1",