Skip to content

Commit

Permalink
[babel 8] Remove unused make-dir dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 9, 2025
1 parent 9949db5 commit 0c21536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fs-readdir-recursive": "^1.1.0",
"jest-diff": "^29.6.4",
"lru-cache": "condition:BABEL_8_BREAKING ? ^7.14.1 : ^5.1.1",
"make-dir": "^2.1.0"
"make-dir": "condition:BABEL_8_BREAKING ? : ^2.1.0"
},
"devDependencies": {
"@types/fs-readdir-recursive": "^1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ __metadata:
fs-readdir-recursive: "npm:^1.1.0"
jest-diff: "npm:^29.6.4"
lru-cache: "condition:BABEL_8_BREAKING ? ^7.14.1 : ^5.1.1"
make-dir: "npm:^2.1.0"
make-dir: "condition:BABEL_8_BREAKING ? : ^2.1.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12583,7 +12583,7 @@ __metadata:
languageName: node
linkType: hard

"make-dir-BABEL_8_BREAKING-false@npm:make-dir@^2.1.0, make-dir@npm:^2.0.0, make-dir@npm:^2.1.0":
"make-dir-BABEL_8_BREAKING-false@npm:make-dir@^2.1.0, make-dir@npm:^2.0.0":
version: 2.1.0
resolution: "make-dir@npm:2.1.0"
dependencies:
Expand Down

0 comments on commit 0c21536

Please sign in to comment.