Skip to content

Commit e0b68a0

Browse files
committed
chore(dependencies): Update lodash version to ~4.17.0 as in unit tests
1 parent 2596035 commit e0b68a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "git://github.com/mgonto/restangular.git"
88
},
99
"dependencies": {
10-
"lodash": ">=1.3.0",
10+
"lodash": "~4.17.0",
1111
"angular": "~1.x"
1212
},
1313
"ignore": [

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"dependencies": {
32-
"lodash": ">=1.3.0"
32+
"lodash": "~4.17.0"
3333
},
3434
"peerDependencies": {
3535
"angular": ">=1.3.12"
@@ -57,4 +57,4 @@
5757
"test": "grunt test --verbose"
5858
},
5959
"license": "MIT"
60-
}
60+
}

0 commit comments

Comments
 (0)