Skip to content

Commit e412ddb

Browse files
chore(deps-dev): bump lit-html from 2.7.2 to 2.7.3
Bumps [lit-html](https://github.com/lit/lit/tree/HEAD/packages/lit-html) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/lit-html/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/[email protected]/packages/lit-html) --- updated-dependencies: - dependency-name: lit-html dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 893320e commit e412ddb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/dev-server-hmr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@web/dev-server-core": "^0.5.1"
4343
},
4444
"devDependencies": {
45-
"lit-html": "^2.0.0",
45+
"lit-html": "^2.7.3",
4646
"puppeteer": "^19.9.0"
4747
}
4848
}

packages/dev-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"devDependencies": {
7575
"@types/command-line-usage": "^5.0.1",
76-
"lit-html": "^2.0.0",
76+
"lit-html": "^2.7.3",
7777
"puppeteer": "^19.9.0"
7878
}
7979
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8328,10 +8328,10 @@ lit-element@^3.0.0, lit-element@^3.3.0:
83288328
"@lit/reactive-element" "^1.3.0"
83298329
lit-html "^2.7.0"
83308330

8331-
lit-html@^2.0.0, lit-html@^2.7.0:
8332-
version "2.7.2"
8333-
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.7.2.tgz#e4593da022298d8029ae3f67d10d322c18152d3d"
8334-
integrity sha512-ZJCfKlA2XELu5tn7XuzOziGFGvf1SeQm+ngLWoJ8bXtSkRrrR3ms6SWy+gsdxeYwySLij5xAhdd2C3EX0ftxdQ==
8331+
lit-html@^2.7.0, lit-html@^2.7.3:
8332+
version "2.7.3"
8333+
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.7.3.tgz#903bfa61f9d3296a0ec94128695e452beb9b1a3a"
8334+
integrity sha512-9DyLzcn/kbRGowz2vFmSANFbRZTxYUgYYFqzie89w6GLpPUiBCDHfcdeRUV/k3Q2ueYxNjfv46yPCtKAEAPOVw==
83358335
dependencies:
83368336
"@types/trusted-types" "^2.0.2"
83378337

0 commit comments

Comments
 (0)