Demo URL
No response
What happened?
Hi, firstly thank you for a wonderful template.
However, running ncu -u surfaces so many out-of-date dependencies.
Reproduction steps
1. ncu -u
2. rm -rf node_modules
3. pnpm i
4. pnpm dev
Error:
ERR_PNPM_PATCH_NOT_APPLIED The following patches were not applied: @purge-icons/core@0.9.1
Additionally, several plugins have been deprecated, eg:
see: https://github.com/antfu/purge-icons
It's now recommended to use UnoCSS Icons, unplugin-icons or Iconify Icon Components instead of this approach.
### Relevant log output
_No response_
### What browsers are you seeing the problem on?
_No response_
### What is your operating system?
_No response_
Demo URL
No response
What happened?
Hi, firstly thank you for a wonderful template.
However, running
ncu -usurfaces so many out-of-date dependencies.Reproduction steps
1. ncu -u 2. rm -rf node_modules 3. pnpm i 4. pnpm dev Error: ERR_PNPM_PATCH_NOT_APPLIED The following patches were not applied: @purge-icons/core@0.9.1 Additionally, several plugins have been deprecated, eg: see: https://github.com/antfu/purge-icons It's now recommended to use UnoCSS Icons, unplugin-icons or Iconify Icon Components instead of this approach.