Skip to content

Commit

Permalink
Merge pull request #235 from optimizely/update_lodash
Browse files Browse the repository at this point in the history
[Chore] Bump Lodash from 3.X to 4.17.11
  • Loading branch information
alansun-optimizely committed Sep 20, 2018
2 parents 1e53154 + fa56967 commit 09273c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/rest-api/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"nuclear-js": "^1.0.x",
"react": "^0.13.0",
"lodash": "^3.5.0",
"lodash": "^4.17.11",
"keymirror": "^0.1.1",
"babel-loader": "^5.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -30,9 +30,9 @@
"immutable": "^3.8.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"babel-core": "^5.8.29",
"babel-loader": "^5.3.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-eslint": "^14.0.0",
"grunt-githooks": "^0.3.1",
Expand All @@ -54,7 +54,7 @@
"karma-sauce-launcher": "^0.2.14",
"karma-webpack": "^1.7.0",
"load-grunt-config": "^0.17.1",
"lodash": "^3.9.3",
"lodash": "^4.17.11",
"node-libs-browser": "^0.5.2",
"phantomjs": "^1.9.17",
"react": "^0.13.3",
Expand Down

0 comments on commit 09273c9

Please sign in to comment.