diff --git a/bower.json b/bower.json index a36c93458e..d3b5229d0a 100644 --- a/bower.json +++ b/bower.json @@ -15,32 +15,31 @@ ], "dependencies": { "jquery": "~2.0.3", - "angular": "1.2.0-rc.2", - "angular-resource": "1.2.0-rc.2", + "jquery-ui": "~1.10.3", + "angular": "1.2.0-rc.3", + "angular-sanitize": "1.2.0-rc.3", "angular-ui": "~0.4.0", + "angular-ui-utils": "~0.0.4", "angular-bootstrap": "~0.5.0", - "habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared.git#master", + "angular-ui-router": "ca3b4777a603df8f86cfd653c8f6c38b2ae05d89", + "angular-loading-bar": "~0.0.5", + "bootstrap": "v2.3.2", + "bootstrap-datepicker": "~1.2.0", "bootstrap-tour": "0.5.0", + "bootstrap-growl": "~1.1.0", + "habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared.git#master", "BrowserQuest": "https://github.com/mozilla/BrowserQuest.git", "github-buttons": "git://github.com/mdo/github-buttons.git", - "jquery-ui": "~1.10.3", - "bootstrap-growl": "~1.1.0", - "jquery.cookie": "~1.3.1", "sticky": "*", - "bootstrap-datepicker": "~1.2.0", - "bootstrap": "v2.3.2", - "angular-ui-utils": "~0.0.4", - "angular-sanitize": "1.2.0-rc.2", "marked": "~0.2.9", - "JavaScriptButtons": "git://github.com/paypal/JavaScriptButtons.git#master", - "angular-ui-router": "ca3b4777a603df8f86cfd653c8f6c38b2ae05d89", - "angular-loading-bar": "~0.0.5" + "JavaScriptButtons": "git://github.com/paypal/JavaScriptButtons.git#master" }, "resolutions": { "jquery": "~2.0.3", - "bootstrap": "v2.3.2" + "bootstrap": "v2.3.2", + "angular": "1.2.0-rc.3" }, "devDependencies": { - "angular-mocks": "1.2.0-rc.2" + "angular-mocks": "1.2.0-rc.3" } }