chore: update deps

This commit is contained in:
braks
2023-10-30 13:36:07 +01:00
committed by Braks
parent 8fa3e345b6
commit e51c7e9c17
21 changed files with 3170 additions and 3535 deletions
-2
View File
@@ -1,6 +1,5 @@
import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config'
import vueTypes from 'vite-plugin-vue-type-imports'
export default withConfig({
build: {
@@ -11,5 +10,4 @@ export default withConfig({
name: 'VueFlowNodeResizer',
},
},
plugins: [vueTypes() as any],
})