Skip to content

Commit 9775094

Browse files
committed
chore: 🤖 bump sonic-forest and add tree-dump
1 parent d7e1e91 commit 9775094

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@
127127
"@jsonjoy.com/util": "^1.1.0",
128128
"arg": "^5.0.2",
129129
"hyperdyperid": "^1.2.0",
130-
"sonic-forest": "^1.0.0",
131-
"thingies": "^2.0.0"
130+
"sonic-forest": "^1.0.2",
131+
"thingies": "^2.0.0",
132+
"tree-dump": "^1.0.0"
132133
},
133134
"devDependencies": {
134135
"@types/benchmark": "^2.1.5",

yarn.lock

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,6 @@ concat-map@0.0.1:
955955

956956
"config-housekeeping@https://github.com/streamich/housekeeping#3532d2abeac159315ddf403d70517859d079c801":
957957
version "0.0.0"
958-
uid "3532d2abeac159315ddf403d70517859d079c801"
959958
resolved "https://github.com/streamich/housekeeping#3532d2abeac159315ddf403d70517859d079c801"
960959

961960
convert-source-map@^2.0.0:
@@ -1019,7 +1018,6 @@ diff@^4.0.1:
10191018

10201019
"editing-traces@https://github.com/streamich/editing-traces#6494020428530a6e382378b98d1d7e31334e2d7b":
10211020
version "0.0.0"
1022-
uid "6494020428530a6e382378b98d1d7e31334e2d7b"
10231021
resolved "https://github.com/streamich/editing-traces#6494020428530a6e382378b98d1d7e31334e2d7b"
10241022

10251023
electron-to-chromium@^1.4.668:
@@ -1710,7 +1708,6 @@ jsesc@^2.5.1:
17101708

17111709
"json-crdt-traces@https://github.com/streamich/json-crdt-traces#ec825401dc05cbb74b9e0b3c4d6527399f54d54d":
17121710
version "0.0.1"
1713-
uid ec825401dc05cbb74b9e0b3c4d6527399f54d54d
17141711
resolved "https://github.com/streamich/json-crdt-traces#ec825401dc05cbb74b9e0b3c4d6527399f54d54d"
17151712

17161713
json-logic-js@^2.0.2:
@@ -2068,10 +2065,12 @@ slash@^3.0.0:
20682065
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
20692066
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
20702067

2071-
sonic-forest@^1.0.0:
2072-
version "1.0.0"
2073-
resolved "https://registry.yarnpkg.com/sonic-forest/-/sonic-forest-1.0.0.tgz#b0b77d9bca76434f4ef87b61042d041da63f3be5"
2074-
integrity sha512-yFO2N4uTUFtgKLw03WWFpN1iEwZySweMsa18XN3Kt0yYrlmVHunC2ZgM+437zDoKISAJHcH3Cg18U7d6tuSgSQ==
2068+
sonic-forest@^1.0.2:
2069+
version "1.0.2"
2070+
resolved "https://registry.yarnpkg.com/sonic-forest/-/sonic-forest-1.0.2.tgz#d80aa621d1cffe75a606ca44789ccff30f5b9ce6"
2071+
integrity sha512-2rICdwIJi5kVlehMUVtJeHn3ohh5YZV4pDv0P0c1M11cRz/gXNViItpM94HQwfvnXuzybpqK0LZJgTa3lEwtAw==
2072+
dependencies:
2073+
tree-dump "^1.0.0"
20752074

20762075
source-map-support@0.5.13:
20772076
version "0.5.13"
@@ -2199,6 +2198,11 @@ to-regex-range@^5.0.1:
21992198
dependencies:
22002199
is-number "^7.0.0"
22012200

2201+
tree-dump@^1.0.0:
2202+
version "1.0.0"
2203+
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.0.tgz#bd5fdece2b36d888ae0d1cf316e653af3de656ea"
2204+
integrity sha512-gDLjiHO2JTBf8JtRNCq/tUYZMdI5EFOA3UKWZJddwqVxRjC8jj/tI/pJEocV0hPtJeztEcF2RqufJZYbF/rKEw==
2205+
22022206
ts-jest@^29.1.2:
22032207
version "29.1.2"
22042208
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"

0 commit comments

Comments
 (0)