Skip to content

Commit 971d314

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents 7a66a6b + f31305e commit 971d314

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

vaadin-chartjs-wrapper-demo/pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Delay install of newly released packages to prevent supply chain attacks
2-
minimumReleaseAge: 180
2+
minimumReleaseAge: 180 # 3h
33
overrides:
44
# Remove unused packages
55
# glob CLI unused

vaadin-chartjs-wrapper-demo/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
</exclusion>
8181
</exclusions>
8282
</dependency>
83+
8384
<dependency>
8485
<groupId>software.xdev</groupId>
8586
<artifactId>vaadin-chartjs-wrapper</artifactId>
@@ -130,7 +131,7 @@
130131
</execution>
131132
</executions>
132133
<configuration>
133-
<!-- PNPM allows -->
134+
<!-- Allows for greater control -->
134135
<pnpmEnable>true</pnpmEnable>
135136
<!-- Can only be true if hilla is used -->
136137
<!-- Takes a few seconds to scan everything for hilla -->

0 commit comments

Comments
 (0)