Skip to content

Commit

Permalink
perf(pkg): remove lodash dependency from packages (#4411)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldarund authored and pi0 committed Nov 26, 2018
1 parent 0c77629 commit c4c27f7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
],
"main": "dist/common.js",
"dependencies": {
"consola": "^2.3.0",
"lodash": "^4.17.11"
"consola": "^2.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 0 additions & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"dependencies": {
"@nuxt/common": "2.3.2",
"consola": "^2.3.0",
"lodash": "^4.17.11",
"std-env": "^2.2.1"
},
"publishConfig": {
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"esm": "^3.0.84",
"fs-extra": "^7.0.1",
"hash-sum": "^1.0.2",
"lodash": "^4.17.11",
"std-env": "^2.2.1"
},
"publishConfig": {
Expand Down
1 change: 0 additions & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"glob": "^7.1.3",
"hash-sum": "^1.0.2",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.11",
"memory-fs": "^0.4.1",
"mini-css-extract-plugin": "^0.4.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
Expand Down

0 comments on commit c4c27f7

Please sign in to comment.