Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump lit from 3.1.3 to 3.2.0 #198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/card-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "^20.13.0",
"autoprefixer": "^10.4.19",
"ky": "^1.3.0",
"lit": "^3.1.3",
"lit": "^3.2.0",
"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 @@ -37,7 +37,7 @@
"@trpc/client": "^10.45.2",
"@types/node": "^20.13.0",
"autoprefixer": "^10.4.19",
"lit": "^3.1.3",
"lit": "^3.2.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.3",
Expand Down
35 changes: 33 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,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.2.0"
postcss: "npm:^8.4.38"
postcss-import: "npm:^16.1.0"
tailwindcss: "npm:^3.4.3"
Expand Down Expand Up @@ -2483,7 +2483,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.2.0"
postcss: "npm:^8.4.38"
postcss-import: "npm:^16.1.0"
tailwindcss: "npm:^3.4.3"
Expand Down Expand Up @@ -8896,6 +8896,17 @@ __metadata:
languageName: node
linkType: hard

"lit-element@npm:^4.1.0":
version: 4.1.0
resolution: "lit-element@npm:4.1.0"
dependencies:
"@lit-labs/ssr-dom-shim": "npm:^1.2.0"
"@lit/reactive-element": "npm:^2.0.4"
lit-html: "npm:^3.2.0"
checksum: 10c0/0394b1fda00495754d505fc63993221bd65195dab8fb2888ce3e088ad97b5ba457a0993b871a92bfafe17c0d8cfb7c190bce22ea191e1d0b47b6ee9991cc617d
languageName: node
linkType: hard

"lit-html@npm:^3.1.2":
version: 3.1.3
resolution: "lit-html@npm:3.1.3"
Expand All @@ -8905,6 +8916,15 @@ __metadata:
languageName: node
linkType: hard

"lit-html@npm:^3.2.0":
version: 3.2.0
resolution: "lit-html@npm:3.2.0"
dependencies:
"@types/trusted-types": "npm:^2.0.2"
checksum: 10c0/cc0d58fc581d0d838361b3e46a34113ec458822c6600e6eb8dac9a671e4d983c0d34af07a1b3b60cc257e91b7e87760044779328f14d46742915d2c46fe68688
languageName: node
linkType: hard

"lit@npm:^2.7.4 || ^3.0.0, lit@npm:^3.1.0, lit@npm:^3.1.3":
version: 3.1.3
resolution: "lit@npm:3.1.3"
Expand All @@ -8916,6 +8936,17 @@ __metadata:
languageName: node
linkType: hard

"lit@npm:^3.2.0":
version: 3.2.0
resolution: "lit@npm:3.2.0"
dependencies:
"@lit/reactive-element": "npm:^2.0.4"
lit-element: "npm:^4.1.0"
lit-html: "npm:^3.2.0"
checksum: 10c0/ed2251eba7b13e71a54b7f53bdd899778c54f29d531d5d3b97d55fa1f4298e7ff4992cca414998501ff462d4976594148513cf6fe113c22de930c2898971ecd8
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