fix: add lodash.debounce types (#2487)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2487 Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
114724faaa
commit
00e0a23d48
2 changed files with 9 additions and 1 deletions
|
@ -70,6 +70,7 @@
|
||||||
"@rushstack/eslint-patch": "1.2.0",
|
"@rushstack/eslint-patch": "1.2.0",
|
||||||
"@types/dompurify": "2.3.4",
|
"@types/dompurify": "2.3.4",
|
||||||
"@types/flexsearch": "0.7.3",
|
"@types/flexsearch": "0.7.3",
|
||||||
|
"@types/lodash.debounce": "^4.0.7",
|
||||||
"@types/marked": "4.0.7",
|
"@types/marked": "4.0.7",
|
||||||
"@types/node": "16.11.64",
|
"@types/node": "16.11.64",
|
||||||
"@typescript-eslint/eslint-plugin": "5.39.0",
|
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||||
|
|
|
@ -18,6 +18,7 @@ specifiers:
|
||||||
'@types/flexsearch': 0.7.3
|
'@types/flexsearch': 0.7.3
|
||||||
'@types/is-touch-device': 1.0.0
|
'@types/is-touch-device': 1.0.0
|
||||||
'@types/lodash.clonedeep': 4.5.7
|
'@types/lodash.clonedeep': 4.5.7
|
||||||
|
'@types/lodash.debounce': ^4.0.7
|
||||||
'@types/marked': 4.0.7
|
'@types/marked': 4.0.7
|
||||||
'@types/node': 16.11.64
|
'@types/node': 16.11.64
|
||||||
'@types/sortablejs': 1.15.0
|
'@types/sortablejs': 1.15.0
|
||||||
|
@ -137,6 +138,7 @@ devDependencies:
|
||||||
'@rushstack/eslint-patch': 1.2.0
|
'@rushstack/eslint-patch': 1.2.0
|
||||||
'@types/dompurify': 2.3.4
|
'@types/dompurify': 2.3.4
|
||||||
'@types/flexsearch': 0.7.3
|
'@types/flexsearch': 0.7.3
|
||||||
|
'@types/lodash.debounce': 4.0.7
|
||||||
'@types/marked': 4.0.7
|
'@types/marked': 4.0.7
|
||||||
'@types/node': 16.11.64
|
'@types/node': 16.11.64
|
||||||
'@typescript-eslint/eslint-plugin': 5.39.0_be048b79d04b908735dc19ebba1dbd66
|
'@typescript-eslint/eslint-plugin': 5.39.0_be048b79d04b908735dc19ebba1dbd66
|
||||||
|
@ -2997,9 +2999,14 @@ packages:
|
||||||
'@types/lodash': 4.14.185
|
'@types/lodash': 4.14.185
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/@types/lodash.debounce/4.0.7:
|
||||||
|
resolution: {integrity: sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==}
|
||||||
|
dependencies:
|
||||||
|
'@types/lodash': 4.14.185
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@types/lodash/4.14.185:
|
/@types/lodash/4.14.185:
|
||||||
resolution: {integrity: sha512-evMDG1bC4rgQg4ku9tKpuMh5iBNEwNa3tf9zRHdP1qlv+1WUg44xat4IxCE14gIpZRGUUWAx2VhItCZc25NfMA==}
|
resolution: {integrity: sha512-evMDG1bC4rgQg4ku9tKpuMh5iBNEwNa3tf9zRHdP1qlv+1WUg44xat4IxCE14gIpZRGUUWAx2VhItCZc25NfMA==}
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@types/marked/4.0.7:
|
/@types/marked/4.0.7:
|
||||||
resolution: {integrity: sha512-eEAhnz21CwvKVW+YvRvcTuFKNU9CV1qH+opcgVK3pIMI6YZzDm6gc8o2vHjldFk6MGKt5pueSB7IOpvpx5Qekw==}
|
resolution: {integrity: sha512-eEAhnz21CwvKVW+YvRvcTuFKNU9CV1qH+opcgVK3pIMI6YZzDm6gc8o2vHjldFk6MGKt5pueSB7IOpvpx5Qekw==}
|
||||||
|
|
Loading…
Reference in a new issue