File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 2525 <polymer .version>3.5.2</polymer .version>
2626 <shadycss .version>1.11.2</shadycss .version>
2727 <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>
2831 <vaadin-router .version>1.7.5</vaadin-router .version>
2932 <lit-state .version>1.7.0</lit-state .version>
3033 <echarts .version>5.6.0</echarts .version>
107110 <version >${dedupe-mixin.version} </version >
108111 <scope >runtime</scope >
109112 </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+
111133 <!-- Lit -->
112134 <dependency >
113135 <groupId >org.mvnpm</groupId >
You can’t perform that action at this time.
0 commit comments