mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(pkg): add missing dependencies
[release]
This commit is contained in:
parent
e16a3d10ab
commit
665f15ad36
@ -57,6 +57,7 @@
|
||||
"@nuxt/cli": "2.4.5",
|
||||
"@nuxt/core": "2.4.5",
|
||||
"@nuxt/generator": "2.4.5",
|
||||
"@nuxt/loading-screen": "^0.1.2",
|
||||
"@nuxt/opencollective": "^0.2.1",
|
||||
"@nuxt/webpack": "2.4.5",
|
||||
"core-js": "3",
|
||||
|
@ -60,6 +60,7 @@
|
||||
"@nuxt/cli": "2.4.5",
|
||||
"@nuxt/core": "2.4.5",
|
||||
"@nuxt/generator": "2.4.5",
|
||||
"@nuxt/loading-screen": "^0.1.2",
|
||||
"@nuxt/opencollective": "^0.2.1",
|
||||
"@nuxt/typescript": "2.4.5",
|
||||
"@nuxt/webpack": "2.4.5"
|
||||
|
@ -13,6 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/config": "2.4.5",
|
||||
"@nuxt/utils": "2.4.5",
|
||||
"boxen": "^3.0.0",
|
||||
"chalk": "^2.4.2",
|
||||
"consola": "^2.5.7",
|
||||
|
@ -9,6 +9,7 @@
|
||||
"main": "dist/utils.js",
|
||||
"dependencies": {
|
||||
"consola": "^2.5.7",
|
||||
"fs-extra": "^7.0.1",
|
||||
"hash-sum": "^1.0.2",
|
||||
"proper-lockfile": "^4.1.0",
|
||||
"serialize-javascript": "^1.6.1",
|
||||
|
Loading…
Reference in New Issue
Block a user