fix(core): fix version LitElement to ~2.3.0
This commit is contained in:
parent
0b829d76fe
commit
905dc38a35
3 changed files with 506 additions and 443 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@open-wc/dedupe-mixin": "^1.2.18",
|
"@open-wc/dedupe-mixin": "^1.2.18",
|
||||||
"@open-wc/scoped-elements": "^1.0.3",
|
"@open-wc/scoped-elements": "^1.0.3",
|
||||||
"lit-element": "^2.2.1",
|
"lit-element": "~2.3.0",
|
||||||
"lit-html": "^1.0.0"
|
"lit-html": "^1.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
"htm": "^3.0.3",
|
"htm": "^3.0.3",
|
||||||
"inquirer": "^7.0.0",
|
"inquirer": "^7.0.0",
|
||||||
"is-negated-glob": "^1.0.0",
|
"is-negated-glob": "^1.0.0",
|
||||||
"lit-element": "^2.2.1",
|
"lit-element": "~2.3.0",
|
||||||
"ora": "^3.4.0",
|
"ora": "^3.4.0",
|
||||||
"parse5": "^5.1.1",
|
"parse5": "^5.1.1",
|
||||||
"read-package-tree": "5.3.1",
|
"read-package-tree": "5.3.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue