mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
Update vitefu
version (#9331)
This commit is contained in:
parent
339be4dbff
commit
cfb20550d3
3 changed files with 7 additions and 2 deletions
5
.changeset/beige-gorillas-camp.md
Normal file
5
.changeset/beige-gorillas-camp.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Updates an internal dependency ([`vitefu`](https://github.com/svitejs/vitefu)) to avoid a common `peerDependency` warning
|
|
@ -169,7 +169,7 @@
|
|||
"unist-util-visit": "^5.0.0",
|
||||
"vfile": "^6.0.1",
|
||||
"vite": "^5.0.0",
|
||||
"vitefu": "^0.2.4",
|
||||
"vitefu": "^0.2.5",
|
||||
"which-pm": "^2.1.1",
|
||||
"yargs-parser": "^21.1.1",
|
||||
"zod": "^3.22.4"
|
||||
|
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
|
@ -644,7 +644,7 @@ importers:
|
|||
specifier: ^5.0.0
|
||||
version: 5.0.0(@types/node@18.18.6)(sass@1.69.5)
|
||||
vitefu:
|
||||
specifier: ^0.2.4
|
||||
specifier: ^0.2.5
|
||||
version: 0.2.5(vite@5.0.0)
|
||||
which-pm:
|
||||
specifier: ^2.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue