Skip to content

Commit

Permalink
ECR-1486: use caret as default prefix for peer dependencies added via…
Browse files Browse the repository at this point in the history
… maven
  • Loading branch information
Pascal Hofmann committed Jan 10, 2025
1 parent 1c4324c commit 6ac0463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ protected NpmProjectBuilder makeProjectBuilder() throws DependencyResolutionExce

metaDataReader.forEachDependency((dependency, packaj) -> {

String version = '~' + packaj.getVersion();
String version = '^' + packaj.getVersion();

projectBuilder.addPeerDependency(
packaj.getName(),
Expand Down

0 comments on commit 6ac0463

Please sign in to comment.