fix(core): upgrade @open-wc/scoped-elments version to latest

This commit is contained in:
qa46hx 2020-12-16 11:58:07 +01:00
parent b1cc3b2999
commit 41edf033bf
3 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/core': patch
---
Upgrade @open-wc/scoped-elements version

View file

@ -32,7 +32,7 @@
"sideEffects": false, "sideEffects": false,
"dependencies": { "dependencies": {
"@open-wc/dedupe-mixin": "^1.2.18", "@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-element": "~2.4.0",
"lit-html": "^1.3.0" "lit-html": "^1.3.0"
}, },

View file

@ -1834,7 +1834,7 @@
"@open-wc/rollup-plugin-html" "^1.2.5" "@open-wc/rollup-plugin-html" "^1.2.5"
polyfills-loader "^1.7.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" version "1.3.1"
resolved "https://registry.yarnpkg.com/@open-wc/scoped-elements/-/scoped-elements-1.3.1.tgz#3ec9c5d48cd9a1d3a33ea0fb976f8053fef9e764" resolved "https://registry.yarnpkg.com/@open-wc/scoped-elements/-/scoped-elements-1.3.1.tgz#3ec9c5d48cd9a1d3a33ea0fb976f8053fef9e764"
integrity sha512-apl+k0YZoO4BY0W72zN/hxSKLdqoqA8rRzcODZBZkBeREjswTG6088N0YsVuK+p6x00j29rukE3143Qnw6+9IA== integrity sha512-apl+k0YZoO4BY0W72zN/hxSKLdqoqA8rRzcODZBZkBeREjswTG6088N0YsVuK+p6x00j29rukE3143Qnw6+9IA==
@ -1842,6 +1842,14 @@
"@open-wc/dedupe-mixin" "^1.3.0" "@open-wc/dedupe-mixin" "^1.3.0"
lit-html "^1.0.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": "@open-wc/semantic-dom-diff@^0.13.16":
version "0.13.21" version "0.13.21"
resolved "https://registry.yarnpkg.com/@open-wc/semantic-dom-diff/-/semantic-dom-diff-0.13.21.tgz#718b9ec5f9a98935fc775e577ad094ae8d8b7dea" resolved "https://registry.yarnpkg.com/@open-wc/semantic-dom-diff/-/semantic-dom-diff-0.13.21.tgz#718b9ec5f9a98935fc775e577ad094ae8d8b7dea"