Skip to content

Commit

Permalink
chore(*): remove unused lodash dependency
Browse files Browse the repository at this point in the history
remove lodash from package.json. Note: lodash is still a transitive dependency
  • Loading branch information
polymath-eric committed Apr 15, 2024
1 parent 8c8c845 commit 024d340
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"cross-fetch": "^3.1.5",
"lodash": "^4.17.21",
"tslib": "^2.0.0"
},
"devDependencies": {
Expand All @@ -46,7 +45,6 @@
"@nrwl/workspace": "13.8.2",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@types/jest": "27.0.2",
"@types/lodash": "^4.14.179",
"@types/node": "16.11.7",
"@types/require-from-string": "^1.2.1",
"@typescript-eslint/eslint-plugin": "~5.10.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3258,11 +3258,6 @@
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=

"@types/lodash@^4.14.179":
version "4.14.179"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.179.tgz#490ec3288088c91295780237d2497a3aa9dfb5c5"
integrity sha512-uwc1x90yCKqGcIOAT6DwOSuxnrAbpkdPsUOZtwrXb4D/6wZs+6qG7QnIawDuZWg0sWpxl+ltIKCaLoMlna678w==

"@types/mime@^1":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
Expand Down

0 comments on commit 024d340

Please sign in to comment.