fix(dedupe-mixin): resolve version conflict between v1 and v2

@open-wc/scoped-elements 3.0.5 depends on the v1 version of the @open-wc/dedupe-mixin. The 3.0.6 version however depends on the v2. This causes a version conflict with @lion/ui.
This commit is contained in:
Riovir 2025-07-23 10:45:14 +02:00 committed by Thijs Louisse
parent e10a0ec93c
commit 4460db7630
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/ui': patch
---
Fix @open-wc/dedupe-mixin version conflict

View file

@ -63,8 +63,8 @@
],
"dependencies": {
"@bundled-es-modules/message-format": "^6.2.4",
"@open-wc/dedupe-mixin": "^1.4.0",
"@open-wc/scoped-elements": "^3.0.5",
"@open-wc/dedupe-mixin": "^2.0.1",
"@open-wc/scoped-elements": "^3.0.6",
"@popperjs/core": "^2.11.8",
"autosize": "^6.0.0",
"awesome-phonenumber": "^6.4.0",