Skip to content

Commit

Permalink
chore: add missing Lit dependency to checkbox-group (#7631)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Aug 9, 2024
1 parent 4310935 commit 03d06f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/checkbox-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"@vaadin/field-base": "24.5.0-alpha7",
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha7",
"@vaadin/vaadin-material-styles": "24.5.0-alpha7",
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha7"
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha7",
"lit": "^3.0.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand Down

0 comments on commit 03d06f2

Please sign in to comment.