From 440fcc6a9615db69c11765aee023a7a901884a5e Mon Sep 17 00:00:00 2001 From: gal koren Date: Sun, 21 May 2017 11:31:47 +0300 Subject: [PATCH 1/2] change version --- bower.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 2bd3adf..d7ef658 100644 --- a/bower.json +++ b/bower.json @@ -16,17 +16,17 @@ "package.json" ], "dependencies": { - "angular": ">=1.4.x", - "jquery": "~3.1.1", - "fullcalendar": "~2.9.1", - "moment": ">=2.5.0" + "angular": "1.6.4", + "jquery": "3.2.1", + "fullcalendar": "3.4.0", + "moment": "2.18.1" }, "devDependencies": { "angular-mocks": "~1.x", "bootstrap-css": "2.3.1" }, "resolutions": { - "jquery": "^3.1.1", - "angular": ">=1.4.x" + "jquery": "3.2.1", + "angular": "1.6.4" } -} +} \ No newline at end of file From 474ba90862fc58d70b96ede0da14dbabe6cfa7f3 Mon Sep 17 00:00:00 2001 From: gal koren Date: Tue, 26 Sep 2017 00:22:42 +0300 Subject: [PATCH 2/2] fix --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index d7ef658..795600c 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ "dependencies": { "angular": "1.6.4", "jquery": "3.2.1", - "fullcalendar": "3.4.0", + "fullcalendar": "3.5.1", "moment": "2.18.1" }, "devDependencies": {