Skip to content

Commit

Permalink
Replace deep-extend with lodash.merge (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Dec 4, 2018
1 parent 5c0a450 commit 9e3b641
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 360 deletions.
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@xviz/parser": "./../xviz/modules/parser",
"deck.gl": "^6.3.0",
"deep-extend": "^0.6.0",
"lodash.merge": "^4.6.1",
"earcut": "^2.1.3",
"monochrome-ui": "^0.0.9",
"promise-retry": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/layers/xviz-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {

import {XVIZObject} from '@xviz/parser';

import deepExtend from 'deep-extend';
import deepExtend from 'lodash.merge';

const XVIZ_TO_LAYER_TYPE = {
// V1
Expand Down
Loading

0 comments on commit 9e3b641

Please # to comment.