Skip to content

Commit 7ede446

Browse files
committed
chore(json-crdt-peritext-ui): 🤖 install dependencies
1 parent 076c480 commit 7ede446

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
"@types/react": "^18.3.11",
107107
"@types/react-dom": "^18.3.0",
108108
"benchmark": "^2.1.4",
109+
"collaborative-editor": "^2.8.0",
110+
"collaborative-input": "^1.6.1",
109111
"config-galore": "^1.0.0",
110112
"editing-traces": "https://github.com/streamich/editing-traces#6494020428530a6e382378b98d1d7e31334e2d7b",
111113
"fast-json-patch": "^3.1.1",

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,6 +1800,20 @@ codemirror@5:
18001800
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.19.tgz#71016c701d6a4b6e1982b0f6e7186be65e49653d"
18011801
integrity sha512-+aFkvqhaAVr1gferNMuN8vkTSrWIFvzlMV9I2KBLCWS2WpZ2+UAkZjlMZmEuT+gcXTi6RrGQCkWq1/bDtGqhIA==
18021802

1803+
collaborative-editor@^2.8.0:
1804+
version "2.8.0"
1805+
resolved "https://registry.yarnpkg.com/collaborative-editor/-/collaborative-editor-2.8.0.tgz#6c227a1626ae135be91bf98bc7d8d605404a6781"
1806+
integrity sha512-MBS9Zo26OstMps7JqCOpgQ5RvsB9OzvQd+ZV6qv8Vg/q2T6xfPH9PwXaR4L66SytcssfFkk5lGfRNRQpWyaeow==
1807+
dependencies:
1808+
fast-diff "^1.3.0"
1809+
1810+
collaborative-input@^1.6.1:
1811+
version "1.6.1"
1812+
resolved "https://registry.yarnpkg.com/collaborative-input/-/collaborative-input-1.6.1.tgz#98572f483b596189cb3040185032d329825c65f8"
1813+
integrity sha512-sc0YHqnf/G955i5xvDaaCmAtHK2wUSgyxwdZG857ZecI6Vp4PE84slHcczARshmkN/MJ+MarrVinM+TD3jgtPQ==
1814+
dependencies:
1815+
collaborative-editor "^2.8.0"
1816+
18031817
collect-v8-coverage@^1.0.0:
18041818
version "1.0.2"
18051819
resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz#c0b29bcd33bcd0779a1344c2136051e6afd3d9e9"

0 commit comments

Comments
 (0)