Replace deepmerge with lodash.merge

This commit is contained in:
Jakub Juszczak
2017-09-12 10:53:31 +02:00
parent 41736c840d
commit e4977a6be7
4 changed files with 8 additions and 8 deletions

View File

@@ -57,7 +57,7 @@
"prepublish": "yarn run lint && yarn run test && yarn run build"
},
"dependencies": {
"deepmerge": "^1.5.1"
"lodash.merge": "^4.6.0"
},
"peerDependencies": {
"chart.js": "^2.6.0",