Skip to content

Commit

Permalink
Fix ngMessages version mismatch on master (#186)
Browse files Browse the repository at this point in the history
* Update bower.json

* Update bower.json

* Update bower.json

* Update bower.json
  • Loading branch information
bodom0015 authored and craig-willis committed Mar 10, 2017
1 parent cb92875 commit c8c26f2
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions gui/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"angular-loader": "~1.5.0",
"angular-mocks": "~1.5.0",
"html5-boilerplate": "~5.2.0",
"bootstrap": "^3.3.6",
"angular-bootstrap": "^1.2.4",
"font-awesome": "^4.5.0",
"bootstrap": "~3.3.6",
"angular-bootstrap": "~1.2.4",
"font-awesome": "~4.5.0",
"angular-resource": "~1.5.0",
"angular-cookies": "~1.5.0",
"angular-wizard": "https://github.com/bodom0015/angular-wizard.git",
"angular-grid": "https://github.com/bodom0015/angular-grid.git",
"angular-alert": "https://github.com/bodom0015/angular-alert.git",
"ng-password-strength": "https://github.com/subarroca/ng-password-strength.git",
"lodash": "~4.5.1",
"font-awesome-animation": "^0.0.8",
"angular-messages": "^1.5.0",
"angular-bootstrap-pwgen": "^0.1.1",
"font-awesome-animation": "~0.0.8",
"angular-messages": "~1.5.0",
"angular-bootstrap-pwgen": "~0.1.1",
"term.js": "https://github.com/chjj/term.js.git#^0.0.7",
"angular-clipboard": "^1.4.2",
"angular-clipboard": "~1.4.2",
"ng-tags-input": "3.1.1",
"angular-gravatar": "^0.4.2",
"angular-busy": "^4.1.3",
"angular-swagger-ui": "^0.3.2",
"angular-google-analytics": "^1.1.7"
"angular-gravatar": "~0.4.2",
"angular-busy": "~4.1.3",
"angular-swagger-ui": "0.3.2",
"angular-google-analytics": "~1.1.7"
},
"overrides": {
"problem-library-name": {
Expand All @@ -43,6 +43,8 @@
"resolutions": {
"angular": "~1.5.0",
"lodash": "4.5.1",
"angular-animate": "~1.5.0"
"angular-animate": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-messages": "~1.5.0"
}
}

0 comments on commit c8c26f2

Please sign in to comment.