Skip to content

Commit

Permalink
fix(deps): update dependency lit to ^2.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 3, 2021
1 parent 8f182f6 commit 82707f8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.3",
"lit": "^2.0.0-rc.4",
"lit-element": "^2.5.1",
"mocha": "^9.1.1",
"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.3"
"lit": "^2.0.0-rc.4"
},
"devDependencies": {
"@web/dev-server": "^0.1.22",
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.3"
"lit": "^2.0.0-rc.4"
},
"devDependencies": {
"@web/dev-server": "^0.1.22"
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 -- --exclude dist"
},
"dependencies": {
"lit": "^2.0.0-rc.3"
"lit": "^2.0.0-rc.4"
},
"devDependencies": {
"@web/dev-server": "^0.1.22",
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.3"
"lit": "^2.0.0-rc.4"
},
"devDependencies": {
"@web/dev-server": "^0.1.22"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5660,10 +5660,10 @@ lit-html@^2.0.0-rc.4:
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==
lit@^2.0.0-rc.4:
version "2.0.0-rc.4"
resolved "https://registry.yarnpkg.com/lit/-/lit-2.0.0-rc.4.tgz#ea9eb44fa5cc974b7af4a45f8d82172d0b3f9c26"
integrity sha512-HPJrSvK377a1E5eSAUG+eTJWIOJFGNtnfbGPHY4vbc0Ud9GTFSwMEbeAOIJnA+5q92cafR38F1bWOyo4a2ncag==
dependencies:
"@lit/reactive-element" "^1.0.0-rc.2"
lit-element "^3.0.0-rc.2"
Expand Down

0 comments on commit 82707f8

Please sign in to comment.