Skip to content

Commit d92215d

Browse files
committed
chore(packaging): dependency version updates
1 parent 932e2eb commit d92215d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"js/ionic.js"
4949
],
5050
"dependencies": {
51-
"angular": "1.4.3",
52-
"angular-animate": "1.4.3",
53-
"angular-sanitize": "1.4.3",
51+
"angular": "1.5.3",
52+
"angular-animate": "1.5.3",
53+
"angular-sanitize": "1.5.3",
5454
"angular-ui-router": "0.2.13"
5555
}
5656
}

package.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// package metadata file for Meteor.js
22
var packageName = 'driftyco:ionic'; // https://atmospherejs.com/driftyco/ionic
33
var where = 'client'; // where to install: 'client' or 'server'. For both, pass nothing.
4-
var version = '1.2.4';
4+
var version = '1.3.0';
55

66
Package.describe({
77
name: packageName,
@@ -13,9 +13,9 @@ Package.describe({
1313
Package.onUse(function(api) {
1414
api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0']);
1515

16-
api.use('angular:angular@1.4.3', where);
17-
api.use('angular:angular-animate@1.4.3', where);
18-
api.use('angular:angular-sanitize@1.4.3', where);
16+
api.use('angular:angular@1.5.3', where);
17+
api.use('angular:angular-animate@1.5.3', where);
18+
api.use('angular:angular-sanitize@1.5.3', where);
1919
api.use('angularui:angular-ui-router@0.2.13_3', where);
2020

2121
// In case the Meteor project has the `fastclick` package,

0 commit comments

Comments
 (0)