Skip to content

Commit 8da350f

Browse files
authored
Merge pull request #2251 from modernweb-dev/dependabot/npm_and_yarn/lit-html-2.7.3
chore(deps-dev): bump lit-html from 2.7.2 to 2.7.3
2 parents 4d77300 + 85647c1 commit 8da350f

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

.changeset/famous-crabs-vanish.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'rollup-plugin-workbox': patch
3+
'@web/dev-server-storybook': patch
4+
'@web/polyfills-loader': patch
5+
'@web/dev-server-hmr': patch
6+
'@web/dev-server': patch
7+
---
8+
9+
Update `lit-html`

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)