Skip to content

Commit

Permalink
chore: update package.json to add lodash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zJuuu committed Dec 5, 2024
1 parent 74430a7 commit db37196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"process": "^0.11.10",
"pvutils": "^1.0.17",
"simple-jsonrpc-js": "^1.2.0",
"sort-json": "^2.0.1"
"sort-json": "^2.0.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
Expand Down Expand Up @@ -93,7 +94,6 @@
"immutability-helper": "^3.1.1",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"node-polyfill-webpack-plugin": "^1.1.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.1",
Expand Down

0 comments on commit db37196

Please sign in to comment.