Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into block-render
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 11, 2024
2 parents c84a57a + 14a9e88 commit 9ef78ea
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 195 deletions.
2 changes: 1 addition & 1 deletion src/json-crdt/__bench__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"diamond-types-node": "1.0.2",
"loro-crdt": "^0.4.1",
"rope.js": "0.1.0",
"yjs": "13.6.15",
"yjs": "13.6.16",
"ywasm": "0.16.10"
}
}
14 changes: 7 additions & 7 deletions src/json-crdt/__bench__/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,19 +177,19 @@ [email protected]:
integrity sha512-fV3ekhJZKm6ft0M67trYAjhKONxtD8z1dI2EHPtN8jB/kMMCuj7XXhekaXOqO54+TCOB4zppofgHgT4pfkPF3w==

tslib@^2.0.1:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
version "2.6.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

uuid@^9.0.0:
version "9.0.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==

[email protected].15:
version "13.6.15"
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.15.tgz#5a2402632aabf83e5baf56342b4c82fe40859306"
integrity sha512-moFv4uNYhp8BFxIk3AkpoAnnjts7gwdpiG8RtyFiKbMtxKCS0zVZ5wPaaGpwC3V2N/K8TK8MwtSI3+WO9CHWjQ==
[email protected].16:
version "13.6.16"
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.16.tgz#4ac8a1393495af390dcfa0631e3d24cfc50fc9a3"
integrity sha512-uEq+n/dFIecBElEdeQea8nDnltScBfuhCSyAxDw4CosveP9Ag0eW6iZi2mdpW7EgxSFT7VXK2MJl3tKaLTmhAQ==
dependencies:
lib0 "^0.2.86"

Expand Down
Loading

0 comments on commit 9ef78ea

Please sign in to comment.