Upgrade dep

This commit is contained in:
kwaroran
2025-04-28 16:09:29 +09:00
parent 468450c254
commit bf55f77e0d
4 changed files with 39 additions and 365 deletions

View File

@@ -1,4 +1,4 @@
import DOMPurify from 'isomorphic-dompurify';
import DOMPurify from 'dompurify';
import markdownit from 'markdown-it'
import { getCurrentCharacter, type Database, type Message, type character, type customscript, type groupChat, type triggerscript } from './storage/database.svelte';
import { DBState } from './stores.svelte';