Skip to content

Commit

Permalink
chore: add missing mocha types (#7648)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki authored Aug 13, 2024
1 parent 9807733 commit a7f3e8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@fontsource/roboto": "^4.5.1",
"@polymer/iron-component-page": "^4.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@types/mocha": "^10.0.7",
"@types/sinon": "^17.0.3",
"@vaadin/testing-helpers": "^1.0.0",
"@web/dev-server": "^0.4.3",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2088,6 +2088,11 @@
dependencies:
"@types/node" "*"

"@types/mocha@^10.0.7":
version "10.0.7"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.7.tgz#4c620090f28ca7f905a94b706f74dc5b57b44f2f"
integrity sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==

"@types/node@*", "@types/node@^20.1.0":
version "20.2.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.5.tgz#26d295f3570323b2837d322180dfbf1ba156fefb"
Expand Down

0 comments on commit a7f3e8b

Please sign in to comment.