This repository was archived by the owner on Apr 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed
karma-web/src/main/webapp/uiLibs/less/css Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 30
30
},
31
31
"devDependencies" : {
32
32
"chai" : " ^3.5.0" ,
33
- "electron" : " 10.4.6 " ,
33
+ "electron" : " 11.5.0 " ,
34
34
"electron-builder" : " ^5.12.1" ,
35
35
"electron-mocha" : " ^3.0.0" ,
36
36
"fs-jetpack" : " ^0.9.0" ,
Original file line number Diff line number Diff line change 306
306
{
307
307
border-left-color : @table-even-vertical-grid-border-color ; // @color-even-dark;
308
308
}
309
- .wk-row-even :first-child ,
309
+ .wk-row-even :first-child
310
310
{
311
311
border-top-color : @color-even-dark ;
312
312
}
Original file line number Diff line number Diff line change 268
268
<artifactId >antlr</artifactId >
269
269
<version >${antlr.version} </version >
270
270
</dependency >
271
- <dependency >
272
- <groupId >org.jdom</groupId >
273
- <artifactId >jdom</artifactId >
274
- <version >${jdom.version} </version >
275
- <exclusions >
276
- <exclusion >
277
- <artifactId >maven-cobertura-plugin</artifactId >
278
- <groupId >maven-plugins</groupId >
279
- </exclusion >
280
- <exclusion >
281
- <artifactId >maven-findbugs-plugin</artifactId >
282
- <groupId >maven-plugins</groupId >
283
- </exclusion >
284
- <exclusion >
285
- <artifactId >com.ibm.icu</artifactId >
286
- <groupId >icu4j</groupId >
287
- </exclusion >
288
- </exclusions >
289
- </dependency >
271
+ <!-- <dependency> -- >
272
+ <!-- <groupId>org.jdom</groupId> -- >
273
+ <!-- <artifactId>jdom</artifactId> -- >
274
+ <!-- <version>${jdom.version}</version> -- >
275
+ <!-- <exclusions> -- >
276
+ <!-- <exclusion> -- >
277
+ <!-- <artifactId>maven-cobertura-plugin</artifactId> -- >
278
+ <!-- <groupId>maven-plugins</groupId> -- >
279
+ <!-- </exclusion> -- >
280
+ <!-- <exclusion> -- >
281
+ <!-- <artifactId>maven-findbugs-plugin</artifactId> -- >
282
+ <!-- <groupId>maven-plugins</groupId> -- >
283
+ <!-- </exclusion> -- >
284
+ <!-- <exclusion> -- >
285
+ <!-- <artifactId>com.ibm.icu</artifactId> -- >
286
+ <!-- <groupId>icu4j</groupId> -- >
287
+ <!-- </exclusion> -- >
288
+ <!-- </exclusions> -- >
289
+ <!-- </dependency> -- >
290
290
<dependency >
291
291
<groupId >com.ibm.icu</groupId >
292
292
<artifactId >icu4j</artifactId >
You can’t perform that action at this time.
0 commit comments