Skip to content

Commit 94db829

Browse files
committed
build: update to vaadin 23.2.6
Update to Vaadin 23.2.6 in npm mode Fixes #92
1 parent 34f4dc0 commit 94db829

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
<groupId>com.flowingcode.addons.applayout</groupId>
66
<artifactId>app-layout-addon</artifactId>
7-
<version>5.2.1-SNAPSHOT</version>
7+
<version>5.3.0-SNAPSHOT</version>
88
<name>App Layout Addon</name>
99
<description>Integration of app-layout for Vaadin Flow</description>
1010

1111
<properties>
12-
<vaadin.version>23.0.9</vaadin.version>
13-
<hilla.version>1.0.9</hilla.version>
12+
<vaadin.version>23.2.6</vaadin.version>
13+
<hilla.version>1.2.6</hilla.version>
1414

1515
<maven.compiler.source>11</maven.compiler.source>
1616
<maven.compiler.target>11</maven.compiler.target>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Use Webpack for front-end builds (Deprecated)
2+
com.vaadin.experimental.webpackForFrontendBuild=true

0 commit comments

Comments
 (0)