From 84a8f499fc468fdd6a745548905eb1778fd39d76 Mon Sep 17 00:00:00 2001 From: aizad-deriv <103104395+aizad-deriv@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:17:36 +0800 Subject: [PATCH] chore: updated push-woosh (#7297) * chore: updated push woosh * fix: commit suggestion * fix: rearrange babel --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 863f13609fb7..f30d1448f5dc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -133,6 +133,6 @@ "react-tiny-popover": "^5.1.0", "react-transition-group": "4.4.2", "react-window": "^1.8.5", - "web-push-notifications": "^3.24.0" + "web-push-notifications": "^3.33.0" } }