Skip to content

Commit

Permalink
fix(deps): update dependency lit to ^2.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 19, 2021
1 parent 32fae1e commit f613048
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-lit": "^1.5.1",
"eslint-plugin-lit-a11y": "^1.0.1",
"eslint-plugin-wc": "^1.3.1",
"lit": "^2.0.0-rc.2",
"lit": "^2.0.0-rc.3",
"lit-element": "^2.5.1",
"mocha": "^9.0.3",
"onchange": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/generators/app-lit-element-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\""
},
"dependencies": {
"lit": "^2.0.0-rc.2"
"lit": "^2.0.0-rc.3"
},
"devDependencies": {
"@web/dev-server": "^0.1.21",
Expand Down
2 changes: 1 addition & 1 deletion src/generators/app-lit-element/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "web-dev-server"
},
"dependencies": {
"lit": "^2.0.0-rc.2"
"lit": "^2.0.0-rc.3"
},
"devDependencies": {
"@web/dev-server": "^0.1.21"
Expand Down
2 changes: 1 addition & 1 deletion src/generators/wc-lit-element-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prepublish": "tsc && <%= scriptRunCommand %> analyze"
},
"dependencies": {
"lit": "^2.0.0-rc.2"
"lit": "^2.0.0-rc.3"
},
"devDependencies": {
"@web/dev-server": "^0.1.21",
Expand Down
2 changes: 1 addition & 1 deletion src/generators/wc-lit-element/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "web-dev-server"
},
"dependencies": {
"lit": "^2.0.0-rc.2"
"lit": "^2.0.0-rc.3"
},
"devDependencies": {
"@web/dev-server": "^0.1.21"
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5572,14 +5572,21 @@ lit-html@^2.0.0-rc.3:
dependencies:
"@types/trusted-types" "^1.0.1"

lit@^2.0.0-rc.2:
version "2.0.0-rc.2"
resolved "https://registry.yarnpkg.com/lit/-/lit-2.0.0-rc.2.tgz#724a2d621aa098001d73bf7106f3a72b7b5948ef"
integrity sha512-BOCuoJR04WaTV8UqTKk09cNcQA10Aq2LCcBOiHuF7TzWH5RNDsbCBP5QM9sLBSotGTXbDug/gFO08jq6TbyEtw==
lit-html@^2.0.0-rc.4:
version "2.0.0-rc.4"
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.0.0-rc.4.tgz#1015fa8f1f7c8c5b79999ed0bc11c3b79ff1aab5"
integrity sha512-WSLGu3vxq7y8q/oOd9I3zxyBELNLLiDk6gAYoKK4PGctI5fbh6lhnO/jVBdy0PV/vTc+cLJCA/occzx3YoNPeg==
dependencies:
"@types/trusted-types" "^1.0.1"

lit@^2.0.0-rc.3:
version "2.0.0-rc.3"
resolved "https://registry.yarnpkg.com/lit/-/lit-2.0.0-rc.3.tgz#8b6a85268aba287c11125dfe57e88e0bc09beaff"
integrity sha512-UZDLWuspl7saA+WvS0e+TE3NdGGE05hOIwUPTWiibs34c5QupcEzpjB/aElt79V9bELQVNbUUwa0Ow7D1Wuszw==
dependencies:
"@lit/reactive-element" "^1.0.0-rc.2"
lit-element "^3.0.0-rc.2"
lit-html "^2.0.0-rc.3"
lit-html "^2.0.0-rc.4"

load-json-file@^1.0.0:
version "1.1.0"
Expand Down

0 comments on commit f613048

Please sign in to comment.