summaryrefslogtreecommitdiff
path: root/2obj/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 /2obj/package.json
parentfe4f62ff1a3346476aa6f4d025324d7d6cecf952 (diff)
downloadcucumber-js-demo-c623c4d16f14362cc50418e0f6e5875f785f587e.tar.gz
Add example with non-standard formatters
Diffstat (limited to '2obj/package.json')
-rw-r--r--2obj/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/2obj/package.json b/2obj/package.json
index 9845841..3437eb7 100644
--- a/2obj/package.json
+++ b/2obj/package.json
@@ -9,11 +9,11 @@
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
"dependencies": {
- "@babel/core": "^7.1.5",
- "@babel/preset-env": "^7.1.5",
+ "@babel/core": "^7.2.2",
+ "@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.4",
"chai": "^4.2.0",
- "cucumber": "^5.0.2"
+ "cucumber": "^5.0.3"
}
}