Skip to content

Commit

Permalink
chore: add missing Lit dependency to tooltip (#7636)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Aug 9, 2024
1 parent 4fe8276 commit 7c2ff9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"@vaadin/popover": "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": {
"@vaadin/chai-plugins": "24.5.0-alpha7",
Expand Down

0 comments on commit 7c2ff9e

Please sign in to comment.