build(deps): bump dependencies

Includes some type fixes for Typescript 4.3.x
This commit is contained in:
sct
2021-05-30 09:25:11 +09:00
parent c715d91eb0
commit 6603dffe95
5 changed files with 293 additions and 207 deletions

View File

@@ -43,6 +43,11 @@ class WebPushAgent
payload: NotificationPayload
): PushNotificationPayload {
switch (type) {
case Notification.NONE:
return {
notificationType: Notification[type],
subject: 'Unknown',
};
case Notification.TEST_NOTIFICATION:
return {
notificationType: Notification[type],