Skip to content

Commit

Permalink
Remove babel-core
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lo Nigro <[email protected]>
  • Loading branch information
Daniel15 committed Jun 25, 2024
1 parent e81fe99 commit 89211fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 301 deletions.
2 changes: 1 addition & 1 deletion bin/jscodeshift.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const parser = require('../src/argsParser')
const requirePackage = require('../utils/requirePackage');
return [
`jscodeshift: ${pkg.version}`,
` - babel: ${require('babel-core').version}`,
` - babel: ${require('@babel/core').version}`,
` - babylon: ${requirePackage('@babel/parser').version}`,
` - flow: ${requirePackage('flow-parser').version}`,
` - recast: ${requirePackage('recast').version}\n`,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@babel/preset-flow": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"babel-core": "^6.26.3",
"chalk": "^4.1.2",
"flow-parser": "0.*",
"graceful-fs": "^4.2.4",
Expand Down
Loading

0 comments on commit 89211fa

Please sign in to comment.