From 5a9fef485a203548ca51809507dfb57170f5988d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:35:15 +0000 Subject: [PATCH] Update gregorian-calendar-format requirement from 3.x to 4.x Updates the requirements on [gregorian-calendar-format](https://github.com/yiminghe/gregorian-calendar-format) to permit the latest version. - [Release notes](https://github.com/yiminghe/gregorian-calendar-format/releases) - [Changelog](https://github.com/yiminghe/gregorian-calendar-format/blob/master/History.md) - [Commits](https://github.com/yiminghe/gregorian-calendar-format/commits/4.1.3) 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..96e4853 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bootstrap": "^3.3.2", "expect.js": "~0.3.1", "gregorian-calendar": "3.x", - "gregorian-calendar-format": "3.x", + "gregorian-calendar-format": "4.x", "pre-commit": "1.x", "rc-calendar": "~3.16.1", "rc-server": "3.x",