Skip to content

Commit 802ceb7

Browse files
committed
fix: use lodash-es
1 parent 48fc018 commit 802ceb7

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

package-lock.json

Lines changed: 19 additions & 4 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
@@ -7,14 +7,14 @@
77
"bugs": "https://github.com/escapace/fluent/issues",
88
"dependencies": {
99
"@escapace/typelevel": "^0.6.1",
10-
"lodash": "4.17.15",
10+
"lodash-es": "^4.17.15",
1111
"tslib": "2.0.0"
1212
},
1313
"devDependencies": {
1414
"@commitlint/cli": "8.3.5",
1515
"@commitlint/config-conventional": "8.3.4",
1616
"@types/chai": "4.2.11",
17-
"@types/lodash": "4.14.153",
17+
"@types/lodash-es": "4.17.3",
1818
"@types/mocha": "7.0.2",
1919
"@types/node": "14.0.6",
2020
"@typescript-eslint/eslint-plugin": "2.34.0",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
isString,
1010
isSymbol,
1111
isUndefined
12-
} from 'lodash'
12+
} from 'lodash-es'
1313

1414
export interface Action<T extends string | number | symbol = any, U = any> {
1515
type: T

0 commit comments

Comments
 (0)