Skip to content

Commit 1f2d5f6

Browse files
Switching to a central definition of dart-sass version (#14691)
* Switching to a central definition of dart-sass * Switching to latest version of dart-sass (1.97.3) * Switching to 1.79.6 because of bugs (see #13833) --------- Co-authored-by: Melloware <mellowaredev@gmail.com>
1 parent c61e830 commit 1f2d5f6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

‎pom.xml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<jacoco.version>0.8.14</jacoco.version>
7777
<tomcat.version>10.1.48</tomcat.version>
7878
<slf4j.version>2.0.17</slf4j.version>
79+
<dart-sass.version>1.79.6</dart-sass.version>
7980

8081
<sonar.skip>true</sonar.skip>
8182
<sonar.coverage.jacoco.xmlReportPaths>../primefaces-coverage/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>

‎primefaces-showcase/pom.xml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
<noSourceMap>true</noSourceMap>
267267
<style>COMPRESSED</style>
268268
<quiet>false</quiet>
269+
<version>${dart-sass.version}</version>
269270
</configuration>
270271
</plugin>
271272
<plugin>

‎primefaces-themes/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<noSourceMap>true</noSourceMap>
3030
<style>COMPRESSED</style>
3131
<quiet>false</quiet>
32-
<version>1.79.6</version>
32+
<version>${dart-sass.version}</version>
3333
</configuration>
3434
</plugin>
3535
</plugins>

0 commit comments

Comments
 (0)