Skip to content

Commit 8916dee

Browse files
committed
Upgrade templates to the latest AdminLTE version
1 parent ef5b1a9 commit 8916dee

File tree

2 files changed

+15
-25
lines changed

2 files changed

+15
-25
lines changed

angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@angular/platform-browser-dynamic": "^11.0.2",
2323
"@angular/router": "^11.0.2",
2424
"@aspnet/signalr": "^1.1.4",
25-
"@fortawesome/fontawesome-free": "^5.13.0",
25+
"@fortawesome/fontawesome-free": "^5.15.3",
2626
"abp-ng2-module": "^6.2.0",
2727
"abp-web-resources": "^5.3.0",
28-
"admin-lte-css-only": "^3.0.4",
28+
"admin-lte-css-only": "^3.1.0",
2929
"core-js": "^3.2.1",
3030
"famfamfam-flags": "^1.0.0",
3131
"lodash-es": "^4.17.15",
@@ -35,7 +35,7 @@
3535
"ngx-pagination": "^5.0.0",
3636
"push.js": "1.0.12",
3737
"rxjs": "^6.4.0",
38-
"sweetalert2": "^9.10.12",
38+
"sweetalert2": "^10.15.6",
3939
"ts-helpers": "^1.1.2",
4040
"tslib": "^2.0.0",
4141
"web-animations-js": "^2.3.2",
@@ -67,4 +67,4 @@
6767
"webpack-bundle-analyzer": "^3.7.0"
6868
},
6969
"angular-cli": {}
70-
}
70+
}

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/libman.json

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -61,33 +61,23 @@
6161

6262
//admin-lte libs start
6363
{
64-
"library": "admin-lte@3.0.2",
64+
"library": "admin-lte@3.1.0",
6565
"provider": "jsdelivr",
6666
"destination": "wwwroot/libs/admin-lte",
6767
"files": [
6868
"dist/js/adminlte.js",
6969
"dist/js/adminlte.js.map",
7070
"dist/js/adminlte.min.js",
7171
"dist/js/adminlte.min.js.map",
72-
"dist/js/demo.js",
73-
"dist/js/demo.min.js",
7472
"dist/css/adminlte.css",
7573
"dist/css/adminlte.css.map",
7674
"dist/css/adminlte.min.css",
7775
"dist/css/adminlte.min.css.map",
78-
"dist/img/AdminLTELogo.png",
79-
"dist/img/avatar.png",
80-
"dist/img/avatar2.png",
81-
"dist/img/avatar3.png",
82-
"dist/img/avatar04.png",
83-
"dist/img/avatar5.png",
84-
"dist/img/boxed-bg.jpg",
85-
"dist/img/boxed-bg.png",
86-
"dist/img/icons.png"
76+
"dist/img/avatar5.png"
8777
]
8878
},
8979
{
90-
"library": "bootstrap@4.3.1",
80+
"library": "bootstrap@4.6.0",
9181
"provider": "jsdelivr",
9282
"destination": "wwwroot/libs/bootstrap",
9383
"files": [
@@ -98,7 +88,7 @@
9888
]
9989
},
10090
{
101-
"library": "@fortawesome/fontawesome-free@5.11.2",
91+
"library": "@fortawesome/fontawesome-free@5.15.3",
10292
"provider": "jsdelivr",
10393
"destination": "wwwroot/libs/font-awesome"
10494
},
@@ -112,7 +102,7 @@
112102
]
113103
},
114104
{
115-
"library": "[email protected].20",
105+
"library": "[email protected].24",
116106
"provider": "jsdelivr",
117107
"destination": "wwwroot/libs/datatables",
118108
"files": [
@@ -121,7 +111,7 @@
121111
]
122112
},
123113
{
124-
"library": "[email protected].20",
114+
"library": "[email protected].24",
125115
"provider": "jsdelivr",
126116
"destination": "wwwroot/libs/datatables",
127117
"files": [
@@ -132,7 +122,7 @@
132122
]
133123
},
134124
{
135-
"library": "[email protected].3",
125+
"library": "[email protected].7",
136126
"provider": "jsdelivr",
137127
"destination": "wwwroot/libs/datatables",
138128
"files": [
@@ -141,7 +131,7 @@
141131
]
142132
},
143133
{
144-
"library": "[email protected].3",
134+
"library": "[email protected].7",
145135
"provider": "jsdelivr",
146136
"destination": "wwwroot/libs/datatables",
147137
"files": [
@@ -152,7 +142,7 @@
152142
]
153143
},
154144
{
155-
"library": "datatables.net-buttons@1.6.1",
145+
"library": "datatables.net-buttons@1.7.0",
156146
"provider": "jsdelivr",
157147
"destination": "wwwroot/libs/datatables",
158148
"files": [
@@ -161,7 +151,7 @@
161151
]
162152
},
163153
{
164-
"library": "datatables.net-buttons-bs4@1.6.1",
154+
"library": "datatables.net-buttons-bs4@1.7.0",
165155
"provider": "jsdelivr",
166156
"destination": "wwwroot/libs/datatables",
167157
"files": [
@@ -172,7 +162,7 @@
172162
]
173163
},
174164
{
175-
"library": "[email protected].3",
165+
"library": "[email protected].4",
176166
"provider": "jsdelivr",
177167
"destination": "wwwroot/libs/chartjs",
178168
"files": [

0 commit comments

Comments
 (0)