fix(dees-table): Guard against undefined action.type in dees-table by using optional chaining and update several dependencies

This commit is contained in:
2026-02-16 16:03:23 +00:00
parent 09f0aa97dd
commit 59efa8cff0
5 changed files with 156 additions and 126 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '3.42.0',
version: '3.42.1',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}