From 727b2cbce9181920f78ea87fb3227b69db5fa7e1 Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 12 Feb 2025 14:57:13 +0800 Subject: [PATCH] Remove `@abp/toastr` from `aspnetcore.mvc.ui.theme.shared` package. https://github.com/abpframework/abp/pull/21940 --- npm/packs/aspnetcore.mvc.ui.theme.shared/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json index eebfcf24ef..4fd144f515 100644 --- a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json +++ b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json @@ -24,8 +24,7 @@ "@abp/moment": "~9.1.0-rc.2", "@abp/select2": "~9.1.0-rc.2", "@abp/sweetalert2": "~9.1.0-rc.2", - "@abp/timeago": "~9.1.0-rc.2", - "@abp/toastr": "~9.1.0-rc.2" + "@abp/timeago": "~9.1.0-rc.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io",