Upgraded npmjs package versions to 0.2.3.

Also added sweetalert and toastr to AbpAspNetCoreMvcUiThemeSharedModule
pull/279/head
Halil İbrahim Kalkan 8 years ago
parent 88f12a800c
commit 9564ac74bc

@ -1,5 +1,5 @@
{
"version": "0.2.2",
"version": "0.2.3",
"packages": [
"packs/*"
],

@ -1,10 +1,10 @@
{
"version": "0.2.2",
"version": "0.2.3",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.2.2"
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.2.3"
}
}

@ -1,12 +1,12 @@
{
"version": "0.2.2",
"version": "0.2.3",
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui": "^0.2.2",
"@abp/jquery": "^0.2.2",
"@abp/aspnetcore.mvc.ui": "^0.2.3",
"@abp/jquery": "^0.2.3",
"bootstrap": "^4.1.0",
"datatables.net": "^1.10.16",
"datatables.net-bs4": "^1.10.16",

@ -1,5 +1,5 @@
{
"version": "0.2.2",
"version": "0.2.3",
"name": "@abp/aspnetcore.mvc.ui",
"publishConfig": {
"access": "public"

@ -1,5 +1,5 @@
{
"version": "0.2.2",
"version": "0.2.3",
"name": "@abp/core",
"publishConfig": {
"access": "public"

@ -1,11 +1,11 @@
{
"version": "0.2.2",
"version": "0.2.3",
"name": "@abp/jquery",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.2.2",
"@abp/core": "^0.2.3",
"jquery": "^3.3.1"
}
}

@ -25,6 +25,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared
"/libs/font-awesome/css/font-awesome.css",
"/libs/bootstrap/css/bootstrap.css",
"/libs/datatables.net-bs4/css/dataTables.bootstrap4.css",
"/libs/toastr/toastr.min.css",
"/libs/abp/aspnetcore.mvc.ui.theme.shared/datatables/datatables.css"
});
@ -38,6 +39,8 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared
"/libs/jquery-form/jquery.form.min.js",
"/libs/datatables.net/js/jquery.dataTables.js",
"/libs/datatables.net-bs4/js/dataTables.bootstrap4.js",
"/libs/sweetalert/sweetalert.min.js",
"/libs/toastr/toastr.min.js",
"/libs/abp/core/abp.js",
"/libs/abp/jquery/abp.dom.js",

Loading…
Cancel
Save