Skip to content

Commit

Permalink
npm package: Remove lodash, use lodash.intersect
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsanv committed Jun 17, 2022
1 parent 0ce03e4 commit 720be63
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"@rudderstack/rudder-sdk-node": "1.0.6",
"@types/json-diff": "^0.5.1",
"@types/jsonwebtoken": "^8.5.2",
"@types/lodash.intersection": "^4.4.7",
"@types/shelljs": "^0.8.11",
"@types/swagger-ui-express": "^4.1.3",
"@types/yamljs": "^0.2.31",
Expand Down Expand Up @@ -134,6 +135,7 @@
"jwks-rsa": "~1.12.1",
"localtunnel": "^2.0.0",
"lodash.get": "^4.4.2",
"lodash.intersection": "^4.4.0",
"lodash.merge": "^4.6.2",
"lodash.omit": "^4.5.0",
"lodash.set": "^4.3.2",
Expand Down Expand Up @@ -166,4 +168,4 @@
"winston": "^3.3.3",
"yamljs": "^0.3.0"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FindManyOptions, In, UpdateResult } from 'typeorm';
import { intersection } from 'lodash';
import intersection from 'lodash.intersection';
import type { INode } from 'n8n-workflow';

import { Db } from '../../../..';
Expand Down

0 comments on commit 720be63

Please sign in to comment.