Skip to content

Commit c706822

Browse files
committed
Remove lodash.get dependency in conf package
It is unused and causes deprecation warnings during npm install.
1 parent d77d6c1 commit c706822

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/conf/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"chalk": "^4.1.0",
3030
"cosmiconfig": "^8.0.0",
3131
"jest-validate": "^29.4.3",
32-
"jiti": "^1.17.1",
33-
"lodash.get": "^4.4.2"
32+
"jiti": "^1.17.1"
3433
},
3534
"files": [
3635
"LICENSE",

0 commit comments

Comments
 (0)