Skip to content

Commit

Permalink
lodash bump from 3.10.1 -> 4.17.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ksorv committed Jul 27, 2020
1 parent a7161c0 commit d890daf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = function (config) {

files: [
'dist/css/*.css',
'node_modules/lodash/index.js',
'node_modules/lodash/lodash.js',
'src/js/polyfills.js',
'src/js/globals.js',
'src/js/util.js',
Expand Down
2 changes: 1 addition & 1 deletion karma.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (config) {

files: [
'dist/css/*.css',
'node_modules/lodash/index.js',
'node_modules/lodash/lodash.js',
'src/js/polyfills.js',
'src/js/globals.js',
'src/js/util.js',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"karma-phantomjs-launcher": "1.0.4",
"karma-spec-reporter": "0.0.32",
"load-grunt-tasks": "5.1.0",
"lodash": "3.10.1",
"lodash": "4.17.19",
"open-cli": "6.0.1",
"phantomjs-prebuilt": "2.1.16",
"serve-static": "1.14.1",
Expand Down

0 comments on commit d890daf

Please sign in to comment.