Skip to content

Commit

Permalink
Remove unused devDependency from @babel/register (#12166)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 12, 2020
1 parent 13a1cfd commit d49e550
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 1 addition & 2 deletions packages/babel-register/package.json
Expand Up @@ -29,7 +29,6 @@
"devDependencies": {
"@babel/core": "workspace:^7.11.5",
"@babel/plugin-transform-modules-commonjs": "workspace:^7.10.4",
"browserify": "^16.5.2",
"default-require-extensions": "^2.0.0"
"browserify": "^16.5.2"
}
}
10 changes: 0 additions & 10 deletions yarn.lock
Expand Up @@ -3087,7 +3087,6 @@ __metadata:
"@babel/core": "workspace:^7.11.5"
"@babel/plugin-transform-modules-commonjs": "workspace:^7.10.4"
browserify: ^16.5.2
default-require-extensions: ^2.0.0
find-cache-dir: ^2.0.0
lodash: ^4.17.19
make-dir: ^2.1.0
Expand Down Expand Up @@ -7343,15 +7342,6 @@ __metadata:
languageName: node
linkType: hard

"default-require-extensions@npm:^2.0.0":
version: 2.0.0
resolution: "default-require-extensions@npm:2.0.0"
dependencies:
strip-bom: ^3.0.0
checksum: 9316cb2c02441593fa648280019ec4c73cf6ea34f829a273d2bb82d5fd06b8a111aab44b6ae752709fa19793e1994b19a979ca6bb5c0faf8dd85d13fa2d95952
languageName: node
linkType: hard

"default-resolution@npm:^2.0.0":
version: 2.0.0
resolution: "default-resolution@npm:2.0.0"
Expand Down

0 comments on commit d49e550

Please sign in to comment.