Skip to content

Commit bf31a0a

Browse files
committed
fix(package.json): add lodash missing dependency
1 parent ff5dc1f commit bf31a0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@angular/platform-browser-dynamic": "2.4.1",
5353
"@angular/platform-server": "2.4.1",
5454
"@types/core-js": "0.9.34",
55-
"@types/lodash": "4.14.38",
55+
"@types/lodash": "4.14.45",
5656
"@types/node": "6.0.45",
5757
"@types/webpack": "1.12.35",
5858
"alertifyjs": "1.7.1",
@@ -66,6 +66,7 @@
6666
"gulp-gh-pages": "0.5.4",
6767
"gulp-tslint": "6.1.2",
6868
"jasmine-core": "2.5.2",
69+
"lodash": "4.17.4",
6970
"ng2-webpack-config": "0.0.5",
7071
"reflect-metadata": "~0.1.3",
7172
"rimraf": "2.5.2",

0 commit comments

Comments
 (0)