|
13 | 13 | <description>Dependency management for dev-ui. Importable by third party extension developers.</description> |
14 | 14 |
|
15 | 15 | <properties> |
16 | | - <vaadin.version>24.8.1</vaadin.version> |
| 16 | + <vaadin.version>24.8.2</vaadin.version> |
17 | 17 | <lit.version>3.2.1</lit.version> |
18 | 18 | <lit-element.version>4.1.1</lit-element.version> |
19 | 19 | <lit-html.version>3.2.1</lit-html.version> |
|
25 | 25 | <polymer.version>3.5.2</polymer.version> |
26 | 26 | <shadycss.version>1.11.2</shadycss.version> |
27 | 27 | <dedupe-mixin.version>1.4.0</dedupe-mixin.version> |
| 28 | + <style-observer.version>0.0.8</style-observer.version> |
| 29 | + <marked.version>15.0.12</marked.version> |
| 30 | + <dompurify.version>3.2.6</dompurify.version> |
28 | 31 | <vaadin-router.version>1.7.5</vaadin-router.version> |
29 | 32 | <lit-state.version>1.7.0</lit-state.version> |
30 | 33 | <echarts.version>5.6.0</echarts.version> |
|
107 | 110 | <version>${dedupe-mixin.version}</version> |
108 | 111 | <scope>runtime</scope> |
109 | 112 | </dependency> |
110 | | - |
| 113 | + <dependency> |
| 114 | + <groupId>org.mvnpm</groupId> |
| 115 | + <artifactId>style-observer</artifactId> |
| 116 | + <version>${style-observer.version}</version> |
| 117 | + <scope>runtime</scope> |
| 118 | + </dependency> |
| 119 | + <dependency> |
| 120 | + <groupId>org.mvnpm</groupId> |
| 121 | + <artifactId>marked</artifactId> |
| 122 | + <version>${marked.version}</version> |
| 123 | + <scope>runtime</scope> |
| 124 | + </dependency> |
| 125 | + <dependency> |
| 126 | + <groupId>org.mvnpm</groupId> |
| 127 | + <artifactId>dompurify</artifactId> |
| 128 | + <version>${dompurify.version}</version> |
| 129 | + <scope>runtime</scope> |
| 130 | + </dependency> |
| 131 | + |
| 132 | + |
111 | 133 | <!-- Lit --> |
112 | 134 | <dependency> |
113 | 135 | <groupId>org.mvnpm</groupId> |
|
0 commit comments