fix(vite): add back some dev-bundler dependencies

This commit is contained in:
Daniel Roe 2024-11-27 18:04:46 +00:00
parent d1c4fc270d
commit 976024f162
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
2 changed files with 8 additions and 0 deletions

View File

@ -49,7 +49,9 @@
"knitwork": "^1.1.0",
"magic-string": "^0.30.14",
"mlly": "^1.7.3",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.2.1",
"postcss": "^8.4.49",
"rollup-plugin-visualizer": "^5.12.0",

View File

@ -858,9 +858,15 @@ importers:
mlly:
specifier: ^1.7.3
version: 1.7.3
ohash:
specifier: 1.1.4
version: 1.1.4
pathe:
specifier: ^1.1.2
version: 1.1.2
perfect-debounce:
specifier: ^1.0.0
version: 1.0.0
pkg-types:
specifier: ^1.2.1
version: 1.2.1