summaryrefslogtreecommitdiff
path: root/ts/package.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-12-29 06:43:46 +0100
committerEugen Wissner <belka@caraus.de>2018-12-30 06:43:46 +0100
commitc623c4d16f14362cc50418e0f6e5875f785f587e (patch)
tree34c66a7bac3107a26b437d6965d328fc9bd260e6 /ts/package.json
parentfe4f62ff1a3346476aa6f4d025324d7d6cecf952 (diff)
downloadcucumber-js-demo-c623c4d16f14362cc50418e0f6e5875f785f587e.tar.gz
Add example with non-standard formatters
Diffstat (limited to 'ts/package.json')
-rw-r--r--ts/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/ts/package.json b/ts/package.json
index 416676e..dca331f 100644
--- a/ts/package.json
+++ b/ts/package.json
@@ -10,8 +10,8 @@
"license": "MPL-2.0",
"dependencies": {
"chai": "^4.2.0",
- "cucumber": "^5.0.2",
+ "cucumber": "^5.0.3",
"ts-node": "^7.0.1",
- "typescript": "^3.1.6"
+ "typescript": "^3.2.2"
}
}