Skip to content

Commit

Permalink
Merge pull request #1123 from pencilblue/issue1074
Browse files Browse the repository at this point in the history
matched bower versions to CDN versions
  • Loading branch information
brianhyder committed Aug 6, 2016
2 parents c9105b2 + e58439a commit 2272345
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
],
"private": true,
"dependencies": {
"angular-route": "~1.3.2",
"angular-sanitize": "~1.3.2",
"angular": "~1.3.2",
"angular-route": "~1.2.15",
"angular-sanitize": "~1.2.15",
"angular": "~1.2.15",
"jquery": "~1.11.1",
"bootstrap": "~3.1.1",
"bootstrap": "~3.2.0",
"fontawesome": "~4.2.0",
"datetimepicker": "~2.2.8",
"html5shiv": "~3.7.2",
Expand All @@ -23,12 +23,15 @@
"jqueryui-touch-punch": "*",
"jquery-file-upload": "~9.7.0",
"jquery.iframe-transport": "~1.0.0",
"jquery.validation": "~1.13.0",
"jquery.validation": "~1.12.0",
"jquery.spinjs": "*",
"to-markdown": "~0.0.2",
"markdown": "~0.5.0",
"danialfarid-angular-file-upload": "~1.6.12",
"danialfarid-angular-file-upload": "~1.6.1",
"ng-sortable": "~1.1.6",
"rangy-release": "~1.3.0"
},
"resolutions": {
"angular": "~1.2.15"
}
}

0 comments on commit 2272345

Please sign in to comment.