Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
work on #193: update bower components
Browse files Browse the repository at this point in the history
  • Loading branch information
gruppjo committed May 20, 2015
1 parent 99561ce commit 0ed54f5
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions app/sources/bower-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ module.exports = {
bowerJSON: {
dependencies: {
'ionic': '~1.0.0',
'angular': '~1.3.14',
'angular-animate': '~1.3.14',
'angular-sanitize': '~1.3.14',
'angular-ui-router': '~0.2.13',
'ngCordova': '~0.1.14-alpha'
'angular': '~1.3.15',
'angular-animate': '~1.3.15',
'angular-sanitize': '~1.3.15',
'angular-ui-router': '~0.2.15',
'ngCordova': '~0.1.15-alpha'
},
devDependencies: {
},
resolutions: {
// force newest angular versions (not those from ionic)
'angular': '~1.3.14',
'angular-animate': '~1.3.14',
'angular-sanitize': '~1.3.14'
'angular': '~1.3.15',
'angular-animate': '~1.3.15',
'angular-sanitize': '~1.3.15',
'angular-ui-router': '~0.2.15'
}
},
optional: [
Expand All @@ -29,12 +30,12 @@ module.exports = {
checked: true
},
{
value: 'angular-translate#~2.6.1',
value: 'angular-translate#~2.7.0',
name: 'angular-translate',
checked: true
},
{
value: 'angular-translate-loader-static-files#~2.6.1',
value: 'angular-translate-loader-static-files#~2.7.0',
name: 'angular-translate-loader-static-files',
checked: true
},
Expand Down

0 comments on commit 0ed54f5

Please sign in to comment.