Skip to content

Commit 09273c9

Browse files
Merge pull request #235 from optimizely/update_lodash
[Chore] Bump Lodash from 3.X to 4.17.11
2 parents 1e53154 + fa56967 commit 09273c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/rest-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"nuclear-js": "^1.0.x",
1414
"react": "^0.13.0",
15-
"lodash": "^3.5.0",
15+
"lodash": "^4.17.11",
1616
"keymirror": "^0.1.1",
1717
"babel-loader": "^5.3.2"
1818
},

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"immutable": "^3.8.1"
3131
},
3232
"devDependencies": {
33-
"grunt": "^0.4.5",
3433
"babel-core": "^5.8.29",
3534
"babel-loader": "^5.3.2",
35+
"grunt": "^0.4.5",
3636
"grunt-contrib-clean": "^0.6.0",
3737
"grunt-eslint": "^14.0.0",
3838
"grunt-githooks": "^0.3.1",
@@ -54,7 +54,7 @@
5454
"karma-sauce-launcher": "^0.2.14",
5555
"karma-webpack": "^1.7.0",
5656
"load-grunt-config": "^0.17.1",
57-
"lodash": "^3.9.3",
57+
"lodash": "^4.17.11",
5858
"node-libs-browser": "^0.5.2",
5959
"phantomjs": "^1.9.17",
6060
"react": "^0.13.3",

0 commit comments

Comments
 (0)