diff --git a/bower.json b/bower.json index 2bd3adf..795600c 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.5.1", + "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