fix(core): update

This commit is contained in:
2022-01-21 03:33:24 +01:00
parent 1fbc9b6001
commit 14ab9ee908
6 changed files with 150 additions and 31 deletions

View File

@ -20,7 +20,11 @@
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.6",
"chai": "^4.3.4"
},
"browserslist": [
"last 1 chrome versions"
],