@@ -9,16 +9,16 @@ export const ADT_SUPPORTED_STYLES = [
9
9
{
10
10
style : ADTStyleOptions . DT ,
11
11
packageJson : [
12
- { version : '^1.10.20 ' , name : 'datatables.net-dt' , isDev : false } ,
12
+ { version : '^1.11.3 ' , name : 'datatables.net-dt' , isDev : false } ,
13
13
] ,
14
14
angularJson : [
15
- { path : 'node_modules/datatables.net-dt/css/jquery.dataTables.css' , target : 'styles' , fancyName : 'DataTables.net Core CSS' } ,
15
+ { path : 'node_modules/datatables.net-dt/css/jquery.dataTables.min. css' , target : 'styles' , fancyName : 'DataTables.net Core CSS' } ,
16
16
]
17
17
} ,
18
18
{
19
19
style : ADTStyleOptions . BS3 ,
20
20
packageJson : [
21
- { version : '^1.10.20 ' , name : 'datatables.net-bs' , isDev : false } ,
21
+ { version : '^1.11.3 ' , name : 'datatables.net-bs' , isDev : false } ,
22
22
] ,
23
23
angularJson : [
24
24
{ path : 'node_modules/datatables.net-bs/css/dataTables.bootstrap.min.css' , target : 'styles' , fancyName : 'DataTables.net Bootstrap 3 CSS' } ,
@@ -28,7 +28,7 @@ export const ADT_SUPPORTED_STYLES = [
28
28
{
29
29
style : ADTStyleOptions . BS4 ,
30
30
packageJson : [
31
- { version : '^1.10.20 ' , name : 'datatables.net-bs4' , isDev : false } ,
31
+ { version : '^1.11.3 ' , name : 'datatables.net-bs4' , isDev : false } ,
32
32
] ,
33
33
angularJson : [
34
34
{ path : 'node_modules/datatables.net-bs4/css/dataTables.bootstrap4.min.css' , target : 'styles' , fancyName : 'DataTables.net Bootstrap 4 CSS' } ,
0 commit comments