Skip to content

Commit

Permalink
fix(deps): update dependency lit to ^2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 8, 2021
1 parent 94fb1ee commit 4e836eb
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.6.0",
"eslint-plugin-lit-a11y": "^1.0.1",
"eslint-plugin-wc": "^1.3.2",
"lit": "^2.0.0",
"lit": "^2.0.2",
"lit-element": "^2.5.1",
"mocha": "^9.1.2",
"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"
"lit": "^2.0.2"
},
"devDependencies": {
"@web/dev-server": "^0.1.25",
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"
"lit": "^2.0.2"
},
"devDependencies": {
"@web/dev-server": "^0.1.25"
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"
"lit": "^2.0.2"
},
"devDependencies": {
"@web/dev-server": "^0.1.25",
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"
"lit": "^2.0.2"
},
"devDependencies": {
"@web/dev-server": "^0.1.25"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5326,10 +5326,10 @@ lit-html@^2.0.0:
dependencies:
"@types/trusted-types" "^2.0.2"

lit@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/lit/-/lit-2.0.0.tgz#7710095dc518d9858dde579e9c76b9eed71e98ba"
integrity sha512-pqi5O/wVzQ9Bn4ERRoYQlt1EAUWyY5Wv888vzpoArbtChc+zfUv1XohRqSdtQZYCogl0eHKd+MQwymg2XJfECg==
lit@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/lit/-/lit-2.0.2.tgz#5e6f422924e0732258629fb379556b6d23f7179c"
integrity sha512-hKA/1YaSB+P+DvKWuR2q1Xzy/iayhNrJ3aveD0OQ9CKn6wUjsdnF/7LavDOJsKP/K5jzW/kXsuduPgRvTFrFJw==
dependencies:
"@lit/reactive-element" "^1.0.0"
lit-element "^3.0.0"
Expand Down

0 comments on commit 4e836eb

Please sign in to comment.