fix(vite): remove separate rollup dependency (#20013)

This commit is contained in:
Daniel Roe 2023-03-31 14:57:14 +01:00 committed by GitHub
parent c4f30bffd5
commit 575f950cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -49,7 +49,6 @@
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-url": "^10.1.3",
"rollup": "^3.20.2",
"rollup-plugin-visualizer": "^5.9.0",
"std-env": "^3.3.2",
"strip-literal": "^1.0.1",

View File

@ -848,9 +848,6 @@ importers:
postcss-url:
specifier: ^10.1.3
version: 10.1.3(postcss@8.4.21)
rollup:
specifier: ^3.20.2
version: 3.20.2
rollup-plugin-visualizer:
specifier: ^5.9.0
version: 5.9.0(rollup@3.20.2)