fix(core): change the version of lit-element to latest ^2.2.1

This commit is contained in:
Wessel Loth 2020-02-06 09:57:01 +01:00 committed by Thomas Allmer
parent 954adc5659
commit 2e5d8c740b

View file

@ -31,7 +31,7 @@
"*.js"
],
"dependencies": {
"lit-element": "~2.1.0",
"lit-element": "^2.2.1",
"lit-html": "^1.0.0"
},
"devDependencies": {