Bump lit from 3.1.0 to 3.1.1
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/lit@3.1.1/packages/lit) --- updated-dependencies: - dependency-name: lit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2fe29205a6
commit
92b402359f
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@vaadin/router": "^1.7.5",
|
||||
"idb": "^8.0.0",
|
||||
"lit": "^3.1.0",
|
||||
"lit": "^3.1.1",
|
||||
"workbox-build": "^7.0.0",
|
||||
"workbox-core": "^7.0.0",
|
||||
"workbox-precaching": "^7.0.0"
|
||||
|
@ -5067,9 +5067,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lit": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-3.1.0.tgz",
|
||||
"integrity": "sha512-rzo/hmUqX8zmOdamDAeydfjsGXbbdtAFqMhmocnh2j9aDYqbu0fjXygjCa0T99Od9VQ/2itwaGrjZz/ZELVl7w==",
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-3.1.1.tgz",
|
||||
"integrity": "sha512-hF1y4K58+Gqrz+aAPS0DNBwPqPrg6P04DuWK52eMkt/SM9Qe9keWLcFgRcEKOLuDlRZlDsDbNL37Vr7ew1VCuw==",
|
||||
"dependencies": {
|
||||
"@lit/reactive-element": "^2.0.0",
|
||||
"lit-element": "^4.0.0",
|
||||
|
@ -10644,9 +10644,9 @@
|
|||
}
|
||||
},
|
||||
"lit": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-3.1.0.tgz",
|
||||
"integrity": "sha512-rzo/hmUqX8zmOdamDAeydfjsGXbbdtAFqMhmocnh2j9aDYqbu0fjXygjCa0T99Od9VQ/2itwaGrjZz/ZELVl7w==",
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-3.1.1.tgz",
|
||||
"integrity": "sha512-hF1y4K58+Gqrz+aAPS0DNBwPqPrg6P04DuWK52eMkt/SM9Qe9keWLcFgRcEKOLuDlRZlDsDbNL37Vr7ew1VCuw==",
|
||||
"requires": {
|
||||
"@lit/reactive-element": "^2.0.0",
|
||||
"lit-element": "^4.0.0",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"dependencies": {
|
||||
"@vaadin/router": "^1.7.5",
|
||||
"idb": "^8.0.0",
|
||||
"lit": "^3.1.0",
|
||||
"lit": "^3.1.1",
|
||||
"workbox-build": "^7.0.0",
|
||||
"workbox-core": "^7.0.0",
|
||||
"workbox-precaching": "^7.0.0"
|
||||
|
|
Loading…
Reference in a new issue