Skip to content

Commit

Permalink
Replace lodash with the lodash.clonedeep package (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 6, 2021
1 parent bdd0d0c commit 0b6e102
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -3,7 +3,7 @@ const PluginError = require('plugin-error');
const replaceExtension = require('replace-ext');
const stripAnsi = require('strip-ansi');
const transfob = require('transfob');
const clonedeep = require('lodash/cloneDeep');
const clonedeep = require('lodash.clonedeep');
const path = require('path');
const applySourceMap = require('vinyl-sourcemaps-apply');

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"plugin-error": "^1.0.1",
"replace-ext": "^2.0.0",
"strip-ansi": "^6.0.1",
Expand Down

0 comments on commit 0b6e102

Please sign in to comment.