chore: y-protocols dep

Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com>
Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com>
This commit is contained in:
Timothy Jaeryang Baek
2026-01-05 19:26:27 +04:00
parent 1d08376860
commit 460ab07f39
2 changed files with 5 additions and 4 deletions

8
package-lock.json generated
View File

@@ -99,6 +99,7 @@
"vite-plugin-static-copy": "^2.2.0",
"xlsx": "^0.18.5",
"y-prosemirror": "^1.3.7",
"y-protocols": "^1.0.7",
"yaml": "^2.7.1",
"yjs": "^13.6.27"
},
@@ -14865,11 +14866,10 @@
}
},
"node_modules/y-protocols": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-1.0.6.tgz",
"integrity": "sha512-vHRF2L6iT3rwj1jub/K5tYcTT/mEYDUppgNPXwp8fmLpui9f7Yeq3OEtTLVF012j39QnV+KEQpNqoN7CWU7Y9Q==",
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-1.0.7.tgz",
"integrity": "sha512-YSVsLoXxO67J6eE/nV4AtFtT3QEotZf5sK5BHxFBXso7VDUT3Tx07IfA6hsu5Q5OmBdMkQVmFZ9QOA7fikWvnw==",
"license": "MIT",
"peer": true,
"dependencies": {
"lib0": "^0.2.85"
},

View File

@@ -143,6 +143,7 @@
"vite-plugin-static-copy": "^2.2.0",
"xlsx": "^0.18.5",
"y-prosemirror": "^1.3.7",
"y-protocols": "^1.0.7",
"yaml": "^2.7.1",
"yjs": "^13.6.27"
},