Skip to content

Commit c6e18b7

Browse files
committed
chore: 🤖 use sonic-forest
1 parent c223b74 commit c6e18b7

File tree

4 files changed

+7
-16
lines changed

4 files changed

+7
-16
lines changed

‎package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"dependencies": {
127127
"@jsonjoy.com/json-pack": "^1.0.2",
128128
"@jsonjoy.com/util": "^1.1.0",
129+
"sonic-forest": "^1.0.0",
129130
"tslib": "^2.0.0"
130131
},
131132
"devDependencies": {

‎src/json-joy/util/print/printTree.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

‎src/print/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { printTree } from '../json-joy/util/print/printTree';
1+
import { printTree } from 'sonic-forest/lib/print/printTree';
22
import { basename } from '../node-to-fsa/util';
33
import type { FsSynchronousApi } from '../node/types';
44
import type { IDirent } from '../node/types/misc';

‎yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6379,6 +6379,11 @@ socks@^2.6.2:
63796379
ip-address "^9.0.5"
63806380
smart-buffer "^4.2.0"
63816381

6382+
sonic-forest@^1.0.0:
6383+
version "1.0.0"
6384+
resolved "https://registry.yarnpkg.com/sonic-forest/-/sonic-forest-1.0.0.tgz#b0b77d9bca76434f4ef87b61042d041da63f3be5"
6385+
integrity sha512-yFO2N4uTUFtgKLw03WWFpN1iEwZySweMsa18XN3Kt0yYrlmVHunC2ZgM+437zDoKISAJHcH3Cg18U7d6tuSgSQ==
6386+
63826387
63836388
version "0.5.13"
63846389
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"

0 commit comments

Comments
 (0)