From 460ab07f393b0d33dab519e0a8fc7813eea097b6 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 5 Jan 2026 19:26:27 +0400 Subject: [PATCH] chore: y-protocols dep Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com> Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17baf5042a..173ddec721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" }, diff --git a/package.json b/package.json index f0a599274c..3564f79798 100644 --- a/package.json +++ b/package.json @@ -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" },