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:
parent
e10a0ec93c
commit
4460db7630
2 changed files with 7 additions and 2 deletions
5
.changeset/brown-shirts-count.md
Normal file
5
.changeset/brown-shirts-count.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/ui': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix @open-wc/dedupe-mixin version conflict
|
||||||
|
|
@ -63,8 +63,8 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bundled-es-modules/message-format": "^6.2.4",
|
"@bundled-es-modules/message-format": "^6.2.4",
|
||||||
"@open-wc/dedupe-mixin": "^1.4.0",
|
"@open-wc/dedupe-mixin": "^2.0.1",
|
||||||
"@open-wc/scoped-elements": "^3.0.5",
|
"@open-wc/scoped-elements": "^3.0.6",
|
||||||
"@popperjs/core": "^2.11.8",
|
"@popperjs/core": "^2.11.8",
|
||||||
"autosize": "^6.0.0",
|
"autosize": "^6.0.0",
|
||||||
"awesome-phonenumber": "^6.4.0",
|
"awesome-phonenumber": "^6.4.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue