Skip to content

Commit

Permalink
chore(deps): update dependency lit-element to v3 (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2021
1 parent c4af335 commit 79b5851
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-server-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@types/ua-parser-js": "^0.7.35",
"@web/dev-server-rollup": "^0.3.3",
"lit-element": "^2.4.0",
"lit-element": "^3.0.0",
"node-fetch": "3.0.0-beta.9",
"preact": "^10.5.9"
}
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,11 @@
"@popperjs/core" "^2.5.4"
singleton-manager "1.4.1"

"@lit/reactive-element@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.0.0.tgz#7b6e6a85709cda0370c47e425ac2f3b553696a4b"
integrity sha512-Kpgenb8UNFsKCsFhggiVvUkCbcFQSd6N8hffYEEGjz27/4rw3cTSsmP9t3q1EHOAsdum60Wo64HvuZDFpEwexA==

"@manypkg/find-root@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f"
Expand Down Expand Up @@ -7254,6 +7259,14 @@ lit-element@^2.4.0:
dependencies:
lit-html "^1.1.1"

lit-element@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.0.0.tgz#0e9e64ddbc3dd6a8da4d6fbfadbc070a54cf0597"
integrity sha512-oPqRhhBBhs+AlI62QLwtWQNU/bNK/h2L1jI3IDroqZubo6XVAkyNy2dW3CRfjij8mrNlY7wULOfyyKKOnfEePA==
dependencies:
"@lit/reactive-element" "^1.0.0"
lit-html "^2.0.0"

lit-element@~2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-2.4.0.tgz#b22607a037a8fc08f5a80736dddf7f3f5d401452"
Expand All @@ -7266,6 +7279,13 @@ lit-html@^1.0.0, lit-html@^1.1.1, lit-html@^1.3.0:
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.4.1.tgz#0c6f3ee4ad4eb610a49831787f0478ad8e9ae5e0"
integrity sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==

lit-html@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.0.0.tgz#ba6779269c382e66d7403a96ed99516ccc3d658b"
integrity sha512-tJsCapCmc0vtLj6harqd6HfCxnlt/RSkgowtz4SC9dFE3nSL38Tb33I5HMDiyJsRjQZRTgpVsahrnDrR9wg27w==
dependencies:
"@types/trusted-types" "^2.0.2"

load-plugin@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/load-plugin/-/load-plugin-3.0.0.tgz#8f3ce57cf4e5111639911012487bc1c2ba3d0e6c"
Expand Down

0 comments on commit 79b5851

Please sign in to comment.