Skip to content

Commit 8d053cb

Browse files
committed
Updated dependencies, fixes mgonto#1036
1 parent 4061f98 commit 8d053cb

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"url": "git://github.com/mgonto/restangular.git"
99
},
1010
"dependencies": {
11-
"lodash": ">=1.3.0 <2.5.0",
12-
"angular": "~1.2.x"
11+
"lodash": ">=1.3.0",
12+
"angular": "~1.x"
1313
},
1414
"ignore": [
1515
"node_modules",

karma.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ module.exports = function(config) {
1111

1212
// list of files / patterns to load in the browser
1313
files: [
14-
'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.js',
15-
'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular-mocks.js',
16-
'http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js',
14+
'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.12/angular.js',
15+
'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.12/angular-mocks.js',
16+
'http://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.3.0/lodash.js',
1717
'src/restangular.js',
1818
'test/*.js'
1919
],

karma.underscore.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function(config) {
1313
files: [
1414
'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.js',
1515
'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular-mocks.js',
16-
'http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore.js',
16+
'http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.1/underscore.js',
1717
'src/restangular.js',
1818
'test/*.js'
1919
],

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"dependencies": {
32-
"lodash": ">=1.3.0 <2.5.0"
32+
"lodash": ">=1.3.0"
3333
},
3434
"devDependencies": {
3535
"grunt-cli": ">= 0.1.7",
@@ -38,7 +38,6 @@
3838
"grunt-contrib-uglify": "*",
3939
"grunt-bower": "*",
4040
"grunt-bower-task": "*",
41-
4241
"grunt-karma": "latest",
4342
"grunt-conventional-changelog": "0.0.12",
4443
"grunt-zip": "*",
@@ -53,4 +52,4 @@
5352
"test": "grunt test --verbose"
5453
},
5554
"license": "MIT"
56-
}
55+
}

0 commit comments

Comments
 (0)