Skip to content

Commit

Permalink
Cleanup unused lodash.defaults references
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Oct 14, 2020
1 parent 539f2cd commit d943cfa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/babel-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.0.0",
"lodash.debounce": "^4.0.8",
"lodash.defaults": "^4.2.0",
"make-dir": "^2.1.0",
"slash": "^2.0.0",
"source-map": "^0.5.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"babel-check-duplicated-nodes": "^1.0.0",
"jest": "^24.8.0",
"jest-diff": "^24.8.0",
"lodash.defaults": "^4.2.0",
"lodash.escaperegexp": "^4.1.2",
"lodash.merge": "^4.6.2",
"quick-lru": "5.1.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/babel-traverse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"@babel/parser": "workspace:^7.11.5",
"@babel/types": "workspace:^7.11.5",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash.defaults": "^4.2.0"
"globals": "^11.1.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
Expand Down

0 comments on commit d943cfa

Please sign in to comment.