mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
fix(lit-helpers): peer dependency version of lit-element (#2034)
This commit is contained in:
5
.changeset/metal-hats-fly.md
Normal file
5
.changeset/metal-hats-fly.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@open-wc/lit-helpers': patch
|
||||
---
|
||||
|
||||
updated peer dependency version of lit-element to 2.x
|
||||
@@ -30,7 +30,7 @@
|
||||
"helpers"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"lit-element": "^1.0.0",
|
||||
"lit-element": "^2.0.0",
|
||||
"lit-html": "^1.0.0"
|
||||
},
|
||||
"sideEffects": false
|
||||
|
||||
Reference in New Issue
Block a user