Skip to content

Commit 3db5cfc

Browse files
committed
chore: bump lit-html
1 parent 1a60697 commit 3db5cfc

File tree

3 files changed

+32
-12
lines changed

3 files changed

+32
-12
lines changed

package-lock.json

Lines changed: 29 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@11ty/eleventy-plugin-handlebars": "^1.0.0",
1313
"@rollup/plugin-node-resolve": "7.1.1",
1414
"@rollup/plugin-terser": "^0.4.4",
15-
"lit-html": "1.2.1",
15+
"lit-html": "^3.3.1",
1616
"marked": "^16.1.2",
1717
"rimraf": "^6.0.1",
1818
"rollup": "^4.46.2",

pages/scripts/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class CRSearchResults extends HTMLElement {
154154
})}
155155
</div>
156156
`, this.shadowRoot, {
157-
eventContext: this,
157+
host: this,
158158
});
159159
}
160160

@@ -287,7 +287,7 @@ customElements.define('cr-search-control', class extends HTMLElement {
287287
</style>
288288
<input placeholder="Start typing to search..." aria-label="Search" @keyup=${this.handleArrows}/>
289289
`, this.shadowRoot, {
290-
eventContext: this,
290+
host: this,
291291
});
292292
}
293293

0 commit comments

Comments
 (0)