We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a66a6b + f31305e commit 971d314Copy full SHA for 971d314
2 files changed
vaadin-chartjs-wrapper-demo/pnpm-workspace.yaml
@@ -1,5 +1,5 @@
1
# Delay install of newly released packages to prevent supply chain attacks
2
-minimumReleaseAge: 180
+minimumReleaseAge: 180 # 3h
3
overrides:
4
# Remove unused packages
5
# glob CLI unused
vaadin-chartjs-wrapper-demo/pom.xml
@@ -80,6 +80,7 @@
80
</exclusion>
81
</exclusions>
82
</dependency>
83
+
84
<dependency>
85
<groupId>software.xdev</groupId>
86
<artifactId>vaadin-chartjs-wrapper</artifactId>
@@ -130,7 +131,7 @@
130
131
</execution>
132
</executions>
133
<configuration>
- <!-- PNPM allows -->
134
+ <!-- Allows for greater control -->
135
<pnpmEnable>true</pnpmEnable>
136
<!-- Can only be true if hilla is used -->
137
<!-- Takes a few seconds to scan everything for hilla -->
0 commit comments