docs: update indexeddb document (#4084)

This commit is contained in:
Alex Yang
2023-08-31 17:16:27 -05:00
committed by GitHub
parent b18596fc57
commit 06d5ecd597
5 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
"description": "IndexedDB database adapter for Yjs",
"repository": "toeverything/AFFiNE",
"author": "toeverything",
"license": "MPL-2.0",
"keywords": [
"indexeddb",
"yjs",
@@ -44,6 +45,6 @@
"y-indexeddb": "^9.0.11"
},
"peerDependencies": {
"yjs": "^13.5.51"
"yjs": "^13"
}
}