Skip to content

Commit f989dcd

Browse files
authoredJun 14, 2024··
fix: replace sonic-forest with tree-dump (#1038)
1 parent 8046640 commit f989dcd

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"dependencies": {
127127
"@jsonjoy.com/json-pack": "^1.0.3",
128128
"@jsonjoy.com/util": "^1.1.2",
129-
"sonic-forest": "^1.0.0",
129+
"tree-dump": "^1.0.1",
130130
"tslib": "^2.0.0"
131131
},
132132
"devDependencies": {

‎src/print/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { printTree } from 'sonic-forest/lib/print/printTree';
1+
import { printTree } from 'tree-dump';
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

+1-8
Original file line numberDiff line numberDiff line change
@@ -6663,13 +6663,6 @@ socks@^2.6.2:
66636663
ip-address "^9.0.5"
66646664
smart-buffer "^4.2.0"
66656665

6666-
sonic-forest@^1.0.0:
6667-
version "1.0.3"
6668-
resolved "https://registry.yarnpkg.com/sonic-forest/-/sonic-forest-1.0.3.tgz#81363af60017daba39b794fce24627dc412563cb"
6669-
integrity sha512-dtwajos6IWMEWXdEbW1IkEkyL2gztCAgDplRIX+OT5aRKnEd5e7r7YCxRgXZdhRP1FBdOBf8axeTPhzDv8T4wQ==
6670-
dependencies:
6671-
tree-dump "^1.0.0"
6672-
66736666
source-map-support@0.5.13:
66746667
version "0.5.13"
66756668
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
@@ -7148,7 +7141,7 @@ traverse@~0.6.6:
71487141
typedarray.prototype.slice "^1.0.3"
71497142
which-typed-array "^1.1.15"
71507143

7151-
tree-dump@^1.0.0:
7144+
tree-dump@^1.0.1:
71527145
version "1.0.1"
71537146
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.1.tgz#b448758da7495580e6b7830d6b7834fca4c45b96"
71547147
integrity sha512-WCkcRBVPSlHHq1dc/px9iOfqklvzCbdRwvlNfxGZsrHqf6aZttfPrd7DJTt6oR10dwUfpFFQeVTkPbBIZxX/YA==

0 commit comments

Comments
 (0)
Please sign in to comment.