Skip to content

Commit e1d09cf

Browse files
committed
chore: 🤖 update dependencies
1 parent 83fc77b commit e1d09cf

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"demo:e2e:sample-api:uws": "ts-node src/__demos__/sample-api/main-uws.ts",
5656
"demo:e2e:json-crdt-server:http1": "ts-node src/__demos__/json-crdt-server/main-http1.ts",
5757
"demo:e2e:json-crdt-server:uws": "ts-node src/__demos__/json-crdt-server/main-uws.ts",
58-
"demo:block-sync-ui": "webpack serve --config ./src/__demos__/block-sync-ui/webpack.config.js",
58+
"demo:ui:json": "webpack serve --config ./src/__demos__/ui-json/webpack.config.js",
5959
"start:json-crdt-server:http1": "NODE_ENV=production PORT=80 JSON_CRDT_STORE=level pm2 start lib/__demos__/json-crdt-server/main-http1.js",
6060
"start": "NODE_ENV=production PORT=80 JSON_CRDT_STORE=level pm2 start lib/__demos__/json-crdt-server/main-http1.js --exp-backoff-restart-delay=100",
6161
"coverage": "yarn test --collectCoverage",
@@ -99,7 +99,9 @@
9999
"benchmark": "^2.1.4",
100100
"browser-level": "^1.0.1",
101101
"classic-level": "^1.4.1",
102-
"clickable-json": "^1.14.0",
102+
"clickable-json": "^1.15.0",
103+
"collaborative-editor": "^2.8.0",
104+
"collaborative-input": "^1.6.1",
103105
"html-webpack-plugin": "^5.6.0",
104106
"jest": "^29.7.0",
105107
"nano-theme": "^1.4.2",

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,10 +1712,10 @@ clean-css@^5.2.2:
17121712
dependencies:
17131713
source-map "~0.6.0"
17141714

1715-
clickable-json@^1.14.0:
1716-
version "1.14.0"
1717-
resolved "https://registry.yarnpkg.com/clickable-json/-/clickable-json-1.14.0.tgz#b1709804afa37eb1e7bba6b8b422de03c3ae0dcf"
1718-
integrity sha512-sSjuaYtQ4gwVGNklMOqaZ4dvd8vGEC8LwbyMClRl6iZQ6EV9e0XWi2pOashmIiHJ9orzCjjN9s+GYy4FASbzog==
1715+
clickable-json@^1.15.0:
1716+
version "1.15.0"
1717+
resolved "https://registry.yarnpkg.com/clickable-json/-/clickable-json-1.15.0.tgz#525949b6fdac018afcc973d1295f823613e34588"
1718+
integrity sha512-AlJrle8/uR6NkCb7QcX6S+hGT255rPTvqxXx/5WMews8zoDDcJZfc+QNZK6wwUv+1gS1PCH4yjSoC9Fx90XIhA==
17191719
dependencies:
17201720
collaborative-input "^1.6.0"
17211721
flexible-input "^1.0.3"
@@ -1782,13 +1782,27 @@ collaborative-editor@^2.7.0:
17821782
dependencies:
17831783
fast-diff "^1.3.0"
17841784

1785+
collaborative-editor@^2.8.0:
1786+
version "2.8.0"
1787+
resolved "https://registry.yarnpkg.com/collaborative-editor/-/collaborative-editor-2.8.0.tgz#6c227a1626ae135be91bf98bc7d8d605404a6781"
1788+
integrity sha512-MBS9Zo26OstMps7JqCOpgQ5RvsB9OzvQd+ZV6qv8Vg/q2T6xfPH9PwXaR4L66SytcssfFkk5lGfRNRQpWyaeow==
1789+
dependencies:
1790+
fast-diff "^1.3.0"
1791+
17851792
collaborative-input@^1.6.0:
17861793
version "1.6.0"
17871794
resolved "https://registry.yarnpkg.com/collaborative-input/-/collaborative-input-1.6.0.tgz#55d5f6d259b3c2c071832743d39a274183ccfe56"
17881795
integrity sha512-40XHMnC9nARJEI3tTUpbIX8jswOEAfA831athBDTl3qQo8MpYb1q/XmsFl7W0uhJsw92P6I4mk+QRdK1o9Ye2w==
17891796
dependencies:
17901797
collaborative-editor "^2.7.0"
17911798

1799+
collaborative-input@^1.6.1:
1800+
version "1.6.1"
1801+
resolved "https://registry.yarnpkg.com/collaborative-input/-/collaborative-input-1.6.1.tgz#98572f483b596189cb3040185032d329825c65f8"
1802+
integrity sha512-sc0YHqnf/G955i5xvDaaCmAtHK2wUSgyxwdZG857ZecI6Vp4PE84slHcczARshmkN/MJ+MarrVinM+TD3jgtPQ==
1803+
dependencies:
1804+
collaborative-editor "^2.8.0"
1805+
17921806
collect-v8-coverage@^1.0.0:
17931807
version "1.0.2"
17941808
resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz#c0b29bcd33bcd0779a1344c2136051e6afd3d9e9"

0 commit comments

Comments
 (0)