mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-21 16:15:45 +00:00
explicity dependency
This commit is contained in:
parent
a3cce59a2a
commit
2cd107b8bd
2 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
"daisyui": "^2.24.0",
|
||||
"dompurify": "^3.0.0",
|
||||
"h3": "^1.7.1",
|
||||
"http-proxy": "^1.18.1",
|
||||
"markdown-it": "^13.0.1",
|
||||
"pinia": "^2.0.21",
|
||||
"postcss": "^8.4.16",
|
||||
|
|
|
@ -47,6 +47,9 @@ dependencies:
|
|||
h3:
|
||||
specifier: ^1.7.1
|
||||
version: 1.7.1
|
||||
http-proxy:
|
||||
specifier: ^1.18.1
|
||||
version: 1.18.1
|
||||
markdown-it:
|
||||
specifier: ^13.0.1
|
||||
version: 13.0.1
|
||||
|
|
Loading…
Reference in a new issue