chore: bump deps (#14341)

This commit is contained in:
DarkSky
2026-02-01 05:55:18 +08:00
committed by GitHub
parent b49e48b467
commit 888f1f39db
6 changed files with 755 additions and 740 deletions

View File

@@ -1,6 +1,6 @@
import { Array as YArray, Doc, Map as YMap } from 'yjs';
import { diffKeyedRecords, type KeyedDiff, type KeyedRecord } from './diff';
import { diffKeyedRecords, type KeyedRecord } from './diff';
import { formatValue, toPlain } from './plain';
type RootDocMetaExtract = {

View File

@@ -3,6 +3,6 @@
"compilerOptions": {
"outDir": "dist"
},
"files": ["index.ts"],
"include": ["./src"],
"references": [{ "path": "../cli" }]
}