File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 106
106
"@types/react" : " ^18.3.11" ,
107
107
"@types/react-dom" : " ^18.3.0" ,
108
108
"benchmark" : " ^2.1.4" ,
109
+ "collaborative-editor" : " ^2.8.0" ,
110
+ "collaborative-input" : " ^1.6.1" ,
109
111
"config-galore" : " ^1.0.0" ,
110
112
"editing-traces" : " https://github.com/streamich/editing-traces#6494020428530a6e382378b98d1d7e31334e2d7b" ,
111
113
"fast-json-patch" : " ^3.1.1" ,
Original file line number Diff line number Diff line change @@ -1800,6 +1800,20 @@ codemirror@5:
1800
1800
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.19.tgz#71016c701d6a4b6e1982b0f6e7186be65e49653d"
1801
1801
integrity sha512-+aFkvqhaAVr1gferNMuN8vkTSrWIFvzlMV9I2KBLCWS2WpZ2+UAkZjlMZmEuT+gcXTi6RrGQCkWq1/bDtGqhIA==
1802
1802
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
+
1803
1817
collect-v8-coverage@^1.0.0 :
1804
1818
version "1.0.2"
1805
1819
resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz#c0b29bcd33bcd0779a1344c2136051e6afd3d9e9"
You can’t perform that action at this time.
0 commit comments