Commit 78b6cc3c1c95e5fd2182e15be311e0871d3b85fa
Merge pull request #17 from enspiral-craftworks/greenkeeper-lodash-4.0.0
Update lodash to version 4.0.0 ๐Mikey committed on 1/16/2016, 12:35:37 AM
Parent: dddd36077b38d9cc52c069b0514c1792e9ac7603
Parent: 111b8c5bfe72d9991c36d1b4a88129781cfa1a26
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -90,9 +90,9 @@ | ||
90 | 90 | "zombie": "^4.2.1" |
91 | 91 | }, |
92 | 92 | "dependencies": { |
93 | 93 | "babel-core": "^6.2.1", |
94 | - "babel-plugin-lodash": "^1.1.0", | |
94 | + "babel-plugin-lodash": "^2.0.1", | |
95 | 95 | "babel-plugin-transform-class-properties": "^6.3.13", |
96 | 96 | "babel-plugin-transform-object-rest-spread": "^6.1.18", |
97 | 97 | "babel-plugin-transform-runtime": "^6.1.18", |
98 | 98 | "babel-preset-es2015": "^6.1.18", |
@@ -120,9 +120,9 @@ | ||
120 | 120 | "history": "^1.13.1", |
121 | 121 | "isomorphic-fetch": "^2.2.1", |
122 | 122 | "knex": "^0.9.0", |
123 | 123 | "lnfs-cli": "^1.0.1", |
124 | - "lodash": "^3.10.1", | |
124 | + "lodash": "^4.0.0", | |
125 | 125 | "npm-run-all": "^1.3.2", |
126 | 126 | "pg": "^4.4.3", |
127 | 127 | "pinkie-promise": "^2.0.0", |
128 | 128 | "predirect": "^1.1.0", |
Built with git-ssb-web