chore(node): upgrade to Node 20

This commit is contained in:
Sabe Jones
2024-03-11 09:59:57 -05:00
parent c554a1a57d
commit 8fa91a3805
282 changed files with 25544 additions and 31297 deletions
@@ -44,14 +44,6 @@
transition: transform 0.25s ease-in, opacity 0.25s ease-in;
}
.notifications-move {
// transition: transform .5s;
}
.notifications-enter-active {
// transition: opacity .5s;
}
.notifications-leave-active {
position: absolute;
right: 0;
@@ -300,11 +292,6 @@ export default {
}
},
triggerRemovalTimerIfAllowed () {
// this is only for storybook
if (this.preventQueue) {
return;
}
if (this.notificationStore.length !== 0) {
this.startNotificationRemovalTimer();
}