Skip to content

Commit 6bd60f6

Browse files
committed
convert to lodash-es
1 parent a25db43 commit 6bd60f6

File tree

3 files changed

+38
-6
lines changed

3 files changed

+38
-6
lines changed

main/mock/parameterMatchers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isEqual } from 'lodash';
1+
import { isEqual } from 'lodash-es';
22
import { IParameterMatcher } from './contracts.js';
33

44
export function isParameterMatcher(matcher: unknown): matcher is IParameterMatcher<any> {

package-lock.json

Lines changed: 35 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
3636
"@types/jasmine": "^6.0.0",
3737
"@types/jest": "^30.0.0",
38-
"@types/lodash": "^4.14.176",
38+
"@types/lodash-es": "^4.17.12",
3939
"@types/node": "^25.3.5",
4040
"chromedriver": "^142.0.3",
4141
"circular-dependency-plugin": "^5.2.2",
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"url": "git+https://github.com/morganstanley/ts-mocking-bird.git"
8787
},
88-
"dependencies": {"lodash": "^4.17.16"},
88+
"dependencies": {"lodash-es": "^4.17.21"},
8989
"publishConfig": {"access": "public"},
9090
"jest-comments": [
9191
"to run jest tests you will have to install jest first. This conflicts with karma so not installed by default",

0 commit comments

Comments
 (0)