chore(ui): bump deps

Includes vite v5 - only change needed is to set .mts for vite config files.
This commit is contained in:
psychedelicious
2023-12-31 14:21:28 +11:00
committed by Kent Keirsey
parent 6f354f16ba
commit b490c8ae27
8 changed files with 497 additions and 108 deletions

View File

@ -15,8 +15,8 @@ const baseStylePreview = defineStyle({
transitionDuration: 'normal',
color: 'base.100',
_invalid: {
color: 'error.300'
}
color: 'error.300',
},
});
const baseStyleInput = defineStyle(() => ({