mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-12-07 20:18:46 +00:00
Replace deepmerge with lodash.merge
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user