Skip to content

Commit

Permalink
chore(deps-dev): bump lit from 3.1.3 to 3.1.4
Browse files Browse the repository at this point in the history
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 3.1.3 to 3.1.4.
- [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/[email protected]/packages/lit)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 16, 2024
1 parent 012b590 commit 3c13cb4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/card-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/node": "^20.13.0",
"autoprefixer": "^10.4.19",
"ky": "^1.3.0",
"lit": "^3.1.3",
"lit": "^3.1.4",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/panel-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@trpc/client": "^10.45.2",
"@types/node": "^20.13.0",
"autoprefixer": "^10.4.19",
"lit": "^3.1.3",
"lit": "^3.1.4",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.3",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2395,7 +2395,7 @@ __metadata:
"@types/node": "npm:^20.13.0"
autoprefixer: "npm:^10.4.19"
ky: "npm:^1.3.0"
lit: "npm:^3.1.3"
lit: "npm:^3.1.4"
postcss: "npm:^8.4.38"
postcss-import: "npm:^16.1.0"
tailwindcss: "npm:^3.4.3"
Expand Down Expand Up @@ -2473,7 +2473,7 @@ __metadata:
"@trpc/client": "npm:^10.45.2"
"@types/node": "npm:^20.13.0"
autoprefixer: "npm:^10.4.19"
lit: "npm:^3.1.3"
lit: "npm:^3.1.4"
postcss: "npm:^8.4.38"
postcss-import: "npm:^16.1.0"
tailwindcss: "npm:^3.4.3"
Expand Down Expand Up @@ -8889,6 +8889,17 @@ __metadata:
languageName: node
linkType: hard

"lit@npm:^3.1.4":
version: 3.1.4
resolution: "lit@npm:3.1.4"
dependencies:
"@lit/reactive-element": "npm:^2.0.4"
lit-element: "npm:^4.0.4"
lit-html: "npm:^3.1.2"
checksum: 10c0/afa4954638e80f627c60bcbd2d800af710b9b3394a36cee9865b5ea5de95b4ec6d33de43ac0bf256b5b7c981d45c7c8ac0c7ddba6fcbd0c67d65986b0279b960
languageName: node
linkType: hard

"load-json-file@npm:^4.0.0":
version: 4.0.0
resolution: "load-json-file@npm:4.0.0"
Expand Down

0 comments on commit 3c13cb4

Please sign in to comment.