Skip to content

Commit

Permalink
chore: add missing dev dependencies used in tests (#4744)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Oct 13, 2022
1 parent 042668c commit 17d6bbf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"lit": "^2.0.0"
},
"devDependencies": {
"@vaadin/testing-helpers": "^0.3.2"
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.3.2",
"sinon": "^13.0.2"
},
"web-types": [
"web-types.json",
Expand Down
3 changes: 2 additions & 1 deletion packages/input-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@esm-bundle/chai": "^4.3.4",
"@vaadin/icon": "23.3.0-alpha3",
"@vaadin/icons": "23.3.0-alpha3",
"@vaadin/testing-helpers": "^0.3.2"
"@vaadin/testing-helpers": "^0.3.2",
"sinon": "^13.0.2"
}
}
5 changes: 5 additions & 0 deletions packages/lit-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
],
"dependencies": {
"lit": "^2.0.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.3.2",
"sinon": "^13.0.2"
}
}

0 comments on commit 17d6bbf

Please sign in to comment.