Skip to content

Commit

Permalink
fix: replace sonic-forest with tree-dump (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Jun 14, 2024
1 parent 8046640 commit f989dcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"dependencies": {
"@jsonjoy.com/json-pack": "^1.0.3",
"@jsonjoy.com/util": "^1.1.2",
"sonic-forest": "^1.0.0",
"tree-dump": "^1.0.1",
"tslib": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/print/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { printTree } from 'sonic-forest/lib/print/printTree';
import { printTree } from 'tree-dump';
import { basename } from '../node-to-fsa/util';
import type { FsSynchronousApi } from '../node/types';
import type { IDirent } from '../node/types/misc';
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6663,13 +6663,6 @@ socks@^2.6.2:
ip-address "^9.0.5"
smart-buffer "^4.2.0"

sonic-forest@^1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sonic-forest/-/sonic-forest-1.0.3.tgz#81363af60017daba39b794fce24627dc412563cb"
integrity sha512-dtwajos6IWMEWXdEbW1IkEkyL2gztCAgDplRIX+OT5aRKnEd5e7r7YCxRgXZdhRP1FBdOBf8axeTPhzDv8T4wQ==
dependencies:
tree-dump "^1.0.0"

[email protected]:
version "0.5.13"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
Expand Down Expand Up @@ -7148,7 +7141,7 @@ traverse@~0.6.6:
typedarray.prototype.slice "^1.0.3"
which-typed-array "^1.1.15"

tree-dump@^1.0.0:
tree-dump@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.1.tgz#b448758da7495580e6b7830d6b7834fca4c45b96"
integrity sha512-WCkcRBVPSlHHq1dc/px9iOfqklvzCbdRwvlNfxGZsrHqf6aZttfPrd7DJTt6oR10dwUfpFFQeVTkPbBIZxX/YA==
Expand Down

0 comments on commit f989dcd

Please sign in to comment.