File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 126
126
"dependencies" : {
127
127
"@jsonjoy.com/json-pack" : " ^1.0.3" ,
128
128
"@jsonjoy.com/util" : " ^1.1.2" ,
129
- "sonic-forest " : " ^1.0.0 " ,
129
+ "tree-dump " : " ^1.0.1 " ,
130
130
"tslib" : " ^2.0.0"
131
131
},
132
132
"devDependencies" : {
Original file line number Diff line number Diff line change 1
- import { printTree } from 'sonic-forest/lib/print/printTree ' ;
1
+ import { printTree } from 'tree-dump ' ;
2
2
import { basename } from '../node-to-fsa/util' ;
3
3
import type { FsSynchronousApi } from '../node/types' ;
4
4
import type { IDirent } from '../node/types/misc' ;
Original file line number Diff line number Diff line change @@ -6663,13 +6663,6 @@ socks@^2.6.2:
6663
6663
ip-address "^9.0.5"
6664
6664
smart-buffer "^4.2.0"
6665
6665
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
-
6673
6666
source-map-support@0.5.13 :
6674
6667
version "0.5.13"
6675
6668
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
@@ -7148,7 +7141,7 @@ traverse@~0.6.6:
7148
7141
typedarray.prototype.slice "^1.0.3"
7149
7142
which-typed-array "^1.1.15"
7150
7143
7151
- tree-dump@^1.0.0 :
7144
+ tree-dump@^1.0.1 :
7152
7145
version "1.0.1"
7153
7146
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.1.tgz#b448758da7495580e6b7830d6b7834fca4c45b96"
7154
7147
integrity sha512-WCkcRBVPSlHHq1dc/px9iOfqklvzCbdRwvlNfxGZsrHqf6aZttfPrd7DJTt6oR10dwUfpFFQeVTkPbBIZxX/YA==
You can’t perform that action at this time.
0 commit comments