Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
reverted to 1.3.16 due to 1.4.x bug
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jun 29, 2015
1 parent 9717a6e commit 87d2029
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/bower.json
Expand Up @@ -8,8 +8,8 @@
"bower_components"
],
"dependencies": {
"angular": "~1.4.1",
"angular-animate": "~1.4.1",
"angular": "~1.3.16",
"angular-animate": "~1.3.16",
"angular-bootstrap": "~0.13.0",
"angular-dialog-service": "~5.2.8",
"angular-filter": "~0.5.3",
Expand All @@ -19,19 +19,19 @@
"angular-intercom": "~2.0.4",
"angular-loading-bar": "~0.8.0",
"angular-locker": "~2.0.1",
"angular-messages": "~1.4.1",
"angular-mocks": "~1.4.1",
"angular-messages": "~1.3.16",
"angular-mocks": "~1.3.16",
"angular-payments": "*",
"angular-resource": "~1.4.1",
"angular-resource": "~1.3.16",
"angular-signalr-hub": "~1.5.0",
"angular-stripe": "~4.2.4",
"angular-ui-router": "~0.2.15",
"angular-xeditable": "~0.1.9",
"angularjs-toaster": "~0.4.14",
"angularjs-toaster": "~0.4.15",
"animate.css": "~3.3.0",
"base64": "~0.3.0",
"bootstrap": "~3.3.4",
"bootstrap-daterangepicker": "~1.3.19",
"bootstrap-daterangepicker": "~1.3.22",
"checklist-model": "~0.2.4",
"d3": "~3.5.5",
"es5-shim": "~4.1.4",
Expand All @@ -57,8 +57,8 @@
"twix": "~0.6.4"
},
"resolutions": {
"angular": "~1.4.1",
"angular-animate": "~1.4.1",
"angular": "~1.3.16",
"angular-animate": "~1.3.16",
"angular-bootstrap": "~0.13.0",
"bootstrap": "~3.3.5",
"lodash": "~3.9.3",
Expand Down

0 comments on commit 87d2029

Please sign in to comment.