Skip to content

Commit

Permalink
fix: lodash.get dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed May 6, 2022
1 parent c136b75 commit d611082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"lodash.get": "^4.4.2"
},
"devDependencies": {
"jest": "^28.0.3",
"lodash.get": "^4.4.2",
"np": "^7.6.1",
"postcss": "^8.2.2",
"prettier": "^2.5.1",
Expand Down

0 comments on commit d611082

Please sign in to comment.