File tree Expand file tree Collapse file tree 3 files changed +4
-18
lines changed
template-placeholder-demo Expand file tree Collapse file tree 3 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ tsconfig.json
7474types.d.ts
7575vite.config.ts
7676vite.generated.ts
77- /* /frontend /generated /
78- /* /frontend /index.html
77+ /* /src / main / frontend /generated /
78+ /* /src / main / frontend /index.html
7979/* /src /main /dev-bundle /
8080/* /src /main /bundles /
8181* .lock
Original file line number Diff line number Diff line change 2929 <mainClass >software.xdev.vaadin.Application</mainClass >
3030
3131 <!-- Dependency-Versions -->
32- <vaadin .version>24.3.13 </vaadin .version>
32+ <vaadin .version>24.4.4 </vaadin .version>
3333
3434 <org .springframework.boot.version>3.3.1</org .springframework.boot.version>
3535 </properties >
6161 <dependency >
6262 <groupId >com.vaadin</groupId >
6363 <artifactId >vaadin-core</artifactId >
64- <exclusions >
65- <!-- https://github.com/vaadin/flow/issues/18449 -->
66- <exclusion >
67- <groupId >com.vaadin</groupId >
68- <artifactId >copilot</artifactId >
69- </exclusion >
70- </exclusions >
7164 </dependency >
7265 <dependency >
7366 <groupId >software.xdev</groupId >
Original file line number Diff line number Diff line change 4949 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5050
5151 <!-- Dependency-Versions -->
52- <vaadin .version>24.3.13 </vaadin .version>
52+ <vaadin .version>24.4.4 </vaadin .version>
5353 </properties >
5454
5555 <dependencyManagement >
103103 <dependency >
104104 <groupId >com.vaadin</groupId >
105105 <artifactId >vaadin-core</artifactId >
106- <exclusions >
107- <!-- https://github.com/vaadin/flow/issues/18449 -->
108- <exclusion >
109- <groupId >com.vaadin</groupId >
110- <artifactId >copilot</artifactId >
111- </exclusion >
112- </exclusions >
113106 </dependency >
114107 </dependencies >
115108
You can’t perform that action at this time.
0 commit comments