1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 20:02:06 +02:00

Add missing throttle-debounce types dependency

This commit is contained in:
David Wheatley
2021-08-15 21:22:45 +02:00
parent 81eb4804e5
commit a8e49b28d8
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"dependencies": {
"@types/jquery": "^3.5.5",
"@types/mithril": "^2.0.7",
"@types/throttle-debounce": "^2.1.0",
"dayjs": "^1.10.4"
}
}