Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicadri committed May 31, 2023
1 parent e829b45 commit c1d1163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "5.6.2",
"packages": ["packages/*"],
"version": "6.6.1"
"version": "7.0.0"
}

1 comment on commit c1d1163

@Mister-Hope
Copy link

@Mister-Hope Mister-Hope commented on c1d1163 Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you give some explanation why v7 is STILL using deprecated deps like rollup-plugin-terser? Shouldn't changes like this be done when bumping major?

Also since we are dropping Node.js <16, why is there a huge bunch of deps that is not targeting the correct largest major? E.g.:

  • fs-extra
  • glob

Please sign in to comment.