Skip to content

Commit

Permalink
Lodash bumped to current version due to compilation errors with types…
Browse files Browse the repository at this point in the history
…cript 2.7.2
  • Loading branch information
NagRock committed Feb 26, 2018
1 parent 032f0e1 commit e33a42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"devDependencies": {
"@types/jasmine": "^2.6.0",
"@types/lodash": "^4.14.78",
"@types/lodash": "^4.14.104",
"@types/node": "^8.0.46",
"babel-polyfill": "^6.26.0",
"jasmine-core": "^2.8.0",
Expand All @@ -53,7 +53,7 @@
"typescript": "^2.7.2"
},
"dependencies": {
"lodash": "^4.17.4"
"lodash": "^4.17.5"
},
"jest": {
"testEnvironment": "jsdom",
Expand Down

0 comments on commit e33a42e

Please sign in to comment.