diff --git a/bower.json b/bower.json index 3a959bd1..8ea5593a 100644 --- a/bower.json +++ b/bower.json @@ -1,16 +1,19 @@ { - "name": "meanjs", - "version": "0.4.0", - "description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.", - "dependencies": { - "bootstrap": "~3", - "angular": "~1.2", - "angular-resource": "~1.2", - "angular-animate": "~1.2", - "angular-mocks": "~1.2", - "angular-bootstrap": "~0.11.2", - "angular-ui-utils": "~0.1.1", - "angular-ui-router": "~0.2.11", - "angular-file-upload": "~1.1.5" - } -} \ No newline at end of file + "name": "meanjs", + "version": "0.4.0", + "description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.", + "dependencies": { + "bootstrap": "~3", + "angular": "~1.3", + "angular-resource": "~1.3", + "angular-animate": "~1.3", + "angular-mocks": "~1.3", + "angular-bootstrap": "~0.13", + "angular-ui-utils": "bower", + "angular-ui-router": "~0.2", + "angular-file-upload": "~1.1.5" + }, + "resolutions": { + "angular": "~1.3" + } +}