Skip to content

Commit

Permalink
Replace third party deep-equal library with native implementation (#5509
Browse files Browse the repository at this point in the history
)

* replace deep-equal library with native implementation

* remove reference from allowedModules
  • Loading branch information
Fawke authored Jul 31, 2020
1 parent e6d3a5c commit 477fe0c
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 26 deletions.
3 changes: 1 addition & 2 deletions allowedModules.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module.exports = {
'fun-hooks/no-eval',
'just-clone',
'dlv',
'dset',
'deep-equal'
'dset'
]
};
185 changes: 165 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 477fe0c

Please sign in to comment.