-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.0.0](4.0.2...5.0.0) (2024-11-09) ### Bug Fixes * add support for Node v22 and set v20 for dev ([a7e9b20](a7e9b20)) * update dependencies ([caa1327](caa1327)) ### BREAKING CHANGES * There shouldn't be any breaking change, but we are upgrading jscodeshift from v0.15 to v17 (two majors).
- Loading branch information
1 parent
de5b9f4
commit be32891
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "cjs2esm", | ||
"description": "Transforms a project that uses CommonJS to ES Modules.", | ||
"homepage": "https://homer0.github.io/cjs2esm/", | ||
"version": "4.0.2", | ||
"version": "5.0.0", | ||
"repository": "homer0/cjs2esm", | ||
"author": "Leonardo Apiwan (@homer0) <[email protected]>", | ||
"keywords": [ | ||
|