Skip to content

Commit

Permalink
fix(core): upgrade @open-wc/scoped-elments version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gerjanvangeest committed Dec 16, 2020
1 parent b1cc3b2 commit 41edf03
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-toys-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lion/core': patch
---

Upgrade @open-wc/scoped-elements version
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"sideEffects": false,
"dependencies": {
"@open-wc/dedupe-mixin": "^1.2.18",
"@open-wc/scoped-elements": "^1.2.2",
"@open-wc/scoped-elements": "^1.3.2",
"lit-element": "~2.4.0",
"lit-html": "^1.3.0"
},
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1834,14 +1834,22 @@
"@open-wc/rollup-plugin-html" "^1.2.5"
polyfills-loader "^1.7.5"

"@open-wc/scoped-elements@^1.2.2", "@open-wc/scoped-elements@^1.2.4":
"@open-wc/scoped-elements@^1.2.4":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@open-wc/scoped-elements/-/scoped-elements-1.3.1.tgz#3ec9c5d48cd9a1d3a33ea0fb976f8053fef9e764"
integrity sha512-apl+k0YZoO4BY0W72zN/hxSKLdqoqA8rRzcODZBZkBeREjswTG6088N0YsVuK+p6x00j29rukE3143Qnw6+9IA==
dependencies:
"@open-wc/dedupe-mixin" "^1.3.0"
lit-html "^1.0.0"

"@open-wc/scoped-elements@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@open-wc/scoped-elements/-/scoped-elements-1.3.2.tgz#6ae54c49731bbe8c3e0b5383c989f983dcdfacf5"
integrity sha512-DoP3XA8r03tGx+IrlJwP/voLuDFkyS56kvwhmXIhpESo7M5jMt5e0zScNrawj7EMe4b5gDaJjorx2Jza8FLaLw==
dependencies:
"@open-wc/dedupe-mixin" "^1.3.0"
lit-html "^1.0.0"

"@open-wc/semantic-dom-diff@^0.13.16":
version "0.13.21"
resolved "https://registry.yarnpkg.com/@open-wc/semantic-dom-diff/-/semantic-dom-diff-0.13.21.tgz#718b9ec5f9a98935fc775e577ad094ae8d8b7dea"
Expand Down

0 comments on commit 41edf03

Please sign in to comment.