Skip to content

Commit

Permalink
Replace merge-deep with lodash.merge (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgierer12 authored May 31, 2019
1 parent 41331c8 commit 2cd24a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-ssr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const React = require(`react`);
const merge = require(`merge-deep`);
const merge = require(`lodash.merge`);

const getKey = (scope, key) => `gatsby-plugin-indieweb_${scope}_${key}`;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"react": ">=16"
},
"dependencies": {
"merge-deep": "^3.0.2"
"lodash.merge": "^4.6.1"
}
}

0 comments on commit 2cd24a9

Please sign in to comment.