Merge branch 'main' into examples

This commit is contained in:
mahula 2025-04-17 13:11:32 +02:00 committed by GitHub
commit c421ad8bdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@
"test:component": "cypress run --component --browser electron",
"test:unit": "npm run test:unit:dev -- run --coverage",
"test:unit:dev": "vitest",
"test:unit:update": "npm run test:unit:dev -- run --coverage -u",
"docs:generate": "typedoc --includeVersion --navigation.includeCategories true --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-coverage src/index.tsx",
"update": "npx npm-check-updates"
},