Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 8ca6819

Browse files
authored
fix: add undeclared dependency lodash (#43)
* fix: add undeclared dependency `lodash` * chore: remove caret
1 parent f555287 commit 8ca6819

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 5 additions & 5 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"lint": "standard"
2020
},
2121
"dependencies": {
22-
"invariant": "2.2.4"
22+
"invariant": "2.2.4",
23+
"lodash": "4.17.21"
2324
},
2425
"standard": {
2526
"ignore": [

0 commit comments

Comments
 (0)