mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
fix(vite, webpack): add missing dependencies (#3547)
This commit is contained in:
parent
4dea1d35fe
commit
d404484c61
@ -15,7 +15,6 @@
|
||||
"devDependencies": {
|
||||
"@nuxt/schema": "3.0.0",
|
||||
"@types/cssnano": "^5",
|
||||
"magic-string": "^0.26.0",
|
||||
"unbuild": "latest",
|
||||
"vue": "3.2.31"
|
||||
},
|
||||
@ -33,11 +32,14 @@
|
||||
"fs-extra": "^10.0.1",
|
||||
"get-port-please": "^2.4.3",
|
||||
"knitwork": "^0.1.0",
|
||||
"magic-string": "^0.26.0",
|
||||
"mlly": "^0.4.3",
|
||||
"p-debounce": "^4.0.0",
|
||||
"pathe": "^0.2.0",
|
||||
"postcss": "^8.4.7",
|
||||
"postcss-import": "^14.0.2",
|
||||
"postcss-url": "^10.1.3",
|
||||
"rollup": "^2.68.0",
|
||||
"rollup-plugin-visualizer": "^5.6.0",
|
||||
"ufo": "^0.7.11",
|
||||
"unplugin": "^0.3.3",
|
||||
|
@ -29,6 +29,7 @@
|
||||
"fs-extra": "^10.0.1",
|
||||
"hash-sum": "^2.0.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"magic-string": "^0.26.0",
|
||||
"memfs": "^3.4.1",
|
||||
"mini-css-extract-plugin": "^2.5.3",
|
||||
"mlly": "^0.4.3",
|
||||
|
@ -3375,8 +3375,10 @@ __metadata:
|
||||
mlly: ^0.4.3
|
||||
p-debounce: ^4.0.0
|
||||
pathe: ^0.2.0
|
||||
postcss: ^8.4.7
|
||||
postcss-import: ^14.0.2
|
||||
postcss-url: ^10.1.3
|
||||
rollup: ^2.68.0
|
||||
rollup-plugin-visualizer: ^5.6.0
|
||||
ufo: ^0.7.11
|
||||
unbuild: latest
|
||||
@ -3485,6 +3487,7 @@ __metadata:
|
||||
fs-extra: ^10.0.1
|
||||
hash-sum: ^2.0.0
|
||||
lodash-es: ^4.17.21
|
||||
magic-string: ^0.26.0
|
||||
memfs: ^3.4.1
|
||||
mini-css-extract-plugin: ^2.5.3
|
||||
mlly: ^0.4.3
|
||||
|
Loading…
Reference in New Issue
Block a user