Merge pull request #891 from ing-bank/fix/litElementFixedVersion

Fix/lit element fixed version
This commit is contained in:
gerjanvangeest 2020-08-20 15:42:15 +02:00 committed by GitHub
commit 1de72340e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 512 additions and 443 deletions

View file

@ -0,0 +1,6 @@
---
'@lion/core': patch
'providence-analytics': patch
---
Fixed version of "lit-element" for now to "~2.3.0", since breaking

View file

@ -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": [

View file

@ -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",

945
yarn.lock

File diff suppressed because it is too large Load diff