Skip to content

Commit a8b12f2

Browse files
chore: Move lodash types to deps (#257)
Move lodash types to be a regular dependency to fix downstream issues. Fixes #256
1 parent e528b1f commit a8b12f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"@noble/hashes": "^1.3.1",
6767
"@scure/base": "^1.1.3",
6868
"@types/debug": "^4.1.7",
69+
"@types/lodash": "^4.17.20",
6970
"debug": "^4.3.4",
7071
"lodash": "^4.17.21",
7172
"pony-cause": "^2.1.10",
@@ -84,7 +85,6 @@
8485
"@ts-bridge/shims": "^0.1.1",
8586
"@types/jest": "^28.1.7",
8687
"@types/jest-when": "^3.5.3",
87-
"@types/lodash": "^4.17.20",
8888
"@types/node": "~18.18.14",
8989
"@types/uuid": "^9.0.8",
9090
"@typescript-eslint/eslint-plugin": "^5.43.0",

0 commit comments

Comments
 (0)