Bump lit-html from 2.2.7 to 2.3.0

Bumps [lit-html](https://github.com/lit/lit/tree/HEAD/packages/lit-html) from 2.2.7 to 2.3.0.
- [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/lit-html@2.3.0/packages/lit-html)

---
updated-dependencies:
- dependency-name: lit-html
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-12 18:42:18 +00:00
committed by GitHub
parent c658e27eb4
commit 51dba14bcf
2 changed files with 8 additions and 8 deletions

View File

@@ -49,7 +49,7 @@
"eslint-plugin-lit": "^1.6.1",
"eslint-plugin-lit-a11y": "^2.2.2",
"eslint-plugin-storybook": "^0.6.4",
"lit-html": "^2.2.7",
"lit-html": "^2.3.0",
"msw": "^0.44.2",
"msw-storybook-addon": "^1.6.3",
"playwright-msw": "^1.0.0",
@@ -16238,9 +16238,9 @@
}
},
"node_modules/lit-html": {
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.2.7.tgz",
"integrity": "sha512-JhqiAwO1l03kRe68uBZ0i2x4ef2S5szY9vvP411nlrFZIpKK4/hwnhA/15bqbvxe1lV3ipBdhaOzHmyOk7QIRg==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.3.0.tgz",
"integrity": "sha512-bnJneRqizoeSTxUeyDJLBDr+DI+7bn6P3WWqsj/4AwPWJjYgjSO5W64BVl1CrEo/8DtgU6DAYADX6yeI5/eDsg==",
"dependencies": {
"@types/trusted-types": "^2.0.2"
}
@@ -38618,9 +38618,9 @@
}
},
"lit-html": {
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.2.7.tgz",
"integrity": "sha512-JhqiAwO1l03kRe68uBZ0i2x4ef2S5szY9vvP411nlrFZIpKK4/hwnhA/15bqbvxe1lV3ipBdhaOzHmyOk7QIRg==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.3.0.tgz",
"integrity": "sha512-bnJneRqizoeSTxUeyDJLBDr+DI+7bn6P3WWqsj/4AwPWJjYgjSO5W64BVl1CrEo/8DtgU6DAYADX6yeI5/eDsg==",
"requires": {
"@types/trusted-types": "^2.0.2"
}

View File

@@ -76,7 +76,7 @@
"eslint-plugin-lit": "^1.6.1",
"eslint-plugin-lit-a11y": "^2.2.2",
"eslint-plugin-storybook": "^0.6.4",
"lit-html": "^2.2.7",
"lit-html": "^2.3.0",
"msw": "^0.44.2",
"msw-storybook-addon": "^1.6.3",
"playwright-msw": "^1.0.0",