Skip to content

Commit

Permalink
#53 Fix the angular version to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Dec 29, 2016
1 parent b6dd593 commit 6cf83d9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ui/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "2.9.2-SNAPSHOT",
"license": "AGPL-3.0",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-bootstrap": "~0.13.4",
"angular-cookies": "^1.5.8",
"angular-cookies": "1.5.8",
"angular-json-human": "~1.2.1",
"angular-markdown-directive": "~0.3.1",
"angular-moment": "~0.10.3",
"angular-resource": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-resource": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-timer": "~1.3.4",
"angular-touch": "^1.5.8",
"angular-touch": "1.5.8",
"angular-ui-router": "~0.3.1",
"animate.css": "~3.5.2",
"bootstrap": "~3.3.7",
Expand All @@ -33,7 +33,7 @@
"c3": "~0.4.11",
"angular-base64": "~2.0.5",
"css-spaces": "~0.3.5",
"angular-messages": "^1.5.8",
"angular-messages": "1.5.8",
"ng-file-upload-shim": "^12.2.5",
"ng-file-upload": "^12.2.5",
"es5-shim": "^4.5.9",
Expand All @@ -48,10 +48,10 @@
"angular-page-loader": "*"
},
"devDependencies": {
"angular-mocks": "^1.5.8"
"angular-mocks": "1.5.8"
},
"resolutions": {
"angular": "^1.5.8",
"angular": "1.5.8",
"moment": "~2.14.1",
"jquery": "~3.1.0"
}
Expand Down

0 comments on commit 6cf83d9

Please sign in to comment.