mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[lodash] add lodash 3.9.3, remove lodash-deep
This commit is contained in:
parent
443b7ce1fb
commit
4caf1e3b38
3 changed files with 2 additions and 4 deletions
|
@ -47,7 +47,6 @@
|
|||
"require-css": "0.1.8",
|
||||
"requirejs": "2.1.18",
|
||||
"requirejs-text": "2.0.14",
|
||||
"lodash-deep": "spenceralger/lodash-deep#1a7eca8344",
|
||||
"marked": "0.3.3",
|
||||
"numeral": "1.5.3",
|
||||
"leaflet-draw": "0.2.4"
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"glob": "^4.3.2",
|
||||
"http-auth": "^2.2.5",
|
||||
"js-yaml": "^3.2.5",
|
||||
"lodash": "^2.4.1",
|
||||
"lodash": "^3.9.3",
|
||||
"request": "^2.40.0",
|
||||
"requirefrom": "^0.2.0",
|
||||
"semver": "^4.2.0",
|
||||
|
|
|
@ -9,8 +9,7 @@ define(function (require) {
|
|||
* this module, which provides a modified version
|
||||
* of lodash.
|
||||
*/
|
||||
var _ = require('lodash_src');
|
||||
require('lodash-deep')(_);
|
||||
var _ = require('lodash_src').runInContext(window);
|
||||
_.mixin(require('utils/_mixins_chainable'), { chain: true });
|
||||
_.mixin(require('utils/_mixins_notchainable'), { chain: false });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue