fix(dependencies): update test framework

This commit is contained in:
2018-08-14 00:17:37 +02:00
parent 88af0ab9aa
commit 355f7442ca
2 changed files with 57 additions and 263 deletions

View File

@@ -25,16 +25,16 @@
"homepage": "https://gitlab.com/pushrocks/smartstring#readme",
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.9",
"@gitzone/tstest": "^1.0.13",
"@pushrocks/tapbundle": "^3.0.1",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.5.8"
},
"dependencies": {
"crypto-random-string": "^1.0.0",
"js-base64": "^2.4.8",
"normalize-newline": "^3.0.0",
"randomatic": "^3.0.0",
"randomatic": "^3.1.0",
"strip-indent": "^2.0.0"
}
}