mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
perf(pkg): remove lodash dependency from packages (#4411)
This commit is contained in:
parent
4a85c0311f
commit
7e1beed9b8
@ -8,8 +8,7 @@
|
||||
],
|
||||
"main": "dist/common.js",
|
||||
"dependencies": {
|
||||
"consola": "^2.3.0",
|
||||
"lodash": "^4.17.11"
|
||||
"consola": "^2.3.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -10,7 +10,6 @@
|
||||
"dependencies": {
|
||||
"@nuxt/common": "2.3.2",
|
||||
"consola": "^2.3.0",
|
||||
"lodash": "^4.17.11",
|
||||
"std-env": "^2.2.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -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": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user