Skip to content

Commit

Permalink
chore: move Lit from combo-box devDependencies to dependencies (#8044)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Oct 30, 2024
1 parent 78d58f9 commit 03900c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/combo-box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@vaadin/overlay": "24.6.0-alpha4",
"@vaadin/vaadin-lumo-styles": "24.6.0-alpha4",
"@vaadin/vaadin-material-styles": "24.6.0-alpha4",
"@vaadin/vaadin-themable-mixin": "24.6.0-alpha4"
"@vaadin/vaadin-themable-mixin": "24.6.0-alpha4",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "24.6.0-alpha4",
"@vaadin/testing-helpers": "^1.0.0",
"@vaadin/text-field": "24.6.0-alpha4",
"lit": "^3.0.0",
"sinon": "^18.0.0"
},
"web-types": [
Expand Down

0 comments on commit 03900c1

Please sign in to comment.