summaryrefslogtreecommitdiff
path: root/type-parser/package.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-07-16 16:39:09 +0200
committerEugen Wissner <belka@caraus.de>2025-07-16 16:39:09 +0200
commitdecd8e9e3d98d79b33c56e1c1a53e11fb5047c4a (patch)
tree70e4c86900f0a2363036d47f440e3269ecff02fb /type-parser/package.json
parentef41c7d7884fa4fae8b6eba53d8fab0f584a97cf (diff)
downloadcucumber-js-demo-decd8e9e3d98d79b33c56e1c1a53e11fb5047c4a.tar.gz
Use node assertions as standard solution
Diffstat (limited to 'type-parser/package.json')
-rw-r--r--type-parser/package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/type-parser/package.json b/type-parser/package.json
index 914178c..f9e8f79 100644
--- a/type-parser/package.json
+++ b/type-parser/package.json
@@ -9,10 +9,7 @@
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
- "devDependencies": {
- "chai": "^5.1.2"
- },
"dependencies": {
- "@cucumber/cucumber": "^11.1.1"
+ "@cucumber/cucumber": "^12.0.0"
}
}