fix debounce promise typing

yarn-2
Niklas Fiekas 2021-08-22 22:56:01 +02:00
parent 88069bd1a7
commit 92d6fc6b46
4 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/debounce-promise": "^3.1.3",
"@types/debounce-promise": "^3.1.4",
"@types/highcharts": "=4.2.57",
"@types/lichess": "2.0.0",
"@types/yaireo__tagify": "^4.0.1",
@ -33,6 +33,7 @@
"chessground": "^8.1.5",
"chessops": "^0.10.0",
"common": "2.0.0",
"debounce-promise": "^3.1.2",
"game": "2.0.0",
"nvui": "2.0.0",
"snabbdom": "^3.0.1",

View File

@ -1,3 +1,6 @@
{
"extends": "../tsconfig.base.json"
"extends": "../tsconfig.base.json",
"compilerOptions": {
"esModuleInterop": true
}
}

View File

@ -8,6 +8,7 @@
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@rollup/plugin-replace": "^3.0.0",
"@types/debounce-promise": "^3.1.4",
"@types/fnando__sparkline": "^0.3.2",
"@types/yaireo__tagify": "^4.0.1",
"@types/zxcvbn": "^4.4.0",

View File

@ -166,11 +166,6 @@
dependencies:
moment "^2.10.2"
"@types/debounce-promise@^3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@types/debounce-promise/-/debounce-promise-3.1.3.tgz#dd0d6b96ee61da0dd4c413e3ea03a425ffa36b3f"
integrity sha512-mjcCf//DAUQ6YLQMhqYJAv/+a4BsE1GQFmy1el5K62wLJJmQwGi3TsnshhOFynPpuBF9Gh2Vvb+5ImPi47KaZw==
"@types/debounce-promise@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@types/debounce-promise/-/debounce-promise-3.1.4.tgz#bf10eead11724e666ea541df1c9d3969677a505b"