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
74
74
types.d.ts
75
75
vite.config.ts
76
76
vite.generated.ts
77
- /* /frontend /generated /
78
- /* /frontend /index.html
77
+ /* /src / main / frontend /generated /
78
+ /* /src / main / frontend /index.html
79
79
/* /src /main /dev-bundle /
80
80
/* /src /main /bundles /
81
81
* .lock
Original file line number Diff line number Diff line change 29
29
<mainClass >software.xdev.vaadin.Application</mainClass >
30
30
31
31
<!-- Dependency-Versions -->
32
- <vaadin .version>24.3.13 </vaadin .version>
32
+ <vaadin .version>24.4.4 </vaadin .version>
33
33
34
34
<org .springframework.boot.version>3.3.1</org .springframework.boot.version>
35
35
</properties >
61
61
<dependency >
62
62
<groupId >com.vaadin</groupId >
63
63
<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 >
71
64
</dependency >
72
65
<dependency >
73
66
<groupId >software.xdev</groupId >
Original file line number Diff line number Diff line change 49
49
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
50
50
51
51
<!-- Dependency-Versions -->
52
- <vaadin .version>24.3.13 </vaadin .version>
52
+ <vaadin .version>24.4.4 </vaadin .version>
53
53
</properties >
54
54
55
55
<dependencyManagement >
103
103
<dependency >
104
104
<groupId >com.vaadin</groupId >
105
105
<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 >
113
106
</dependency >
114
107
</dependencies >
115
108
You can’t perform that action at this time.
0 commit comments