fix(core): update

This commit is contained in:
2022-02-02 03:03:03 +01:00
parent 14b95cfbc3
commit aeedf14336
2 changed files with 47 additions and 32 deletions

View File

@@ -20,10 +20,10 @@
},
"homepage": "https://gitlab.com/pushrocks/tapbundle#README",
"dependencies": {
"@open-wc/testing-helpers": "^2.0.2",
"@open-wc/testing-helpers": "^2.0.3",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartexpect": "^1.0.7",
"@pushrocks/smartexpect": "^1.0.8",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smarttime": "^3.0.43"
},
@@ -31,8 +31,8 @@
"@gitzone/tsbuild": "^2.1.29",
"@gitzone/tsrun": "^1.2.18",
"@gitzone/tstest": "^1.0.60",
"@types/node": "^16.11.12",
"randomstring": "^1.2.1",
"@types/node": "^17.0.14",
"randomstring": "^1.2.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},