summaryrefslogtreecommitdiff
path: root/data-tables/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 /data-tables/package.json
parentef41c7d7884fa4fae8b6eba53d8fab0f584a97cf (diff)
downloadcucumber-js-demo-decd8e9e3d98d79b33c56e1c1a53e11fb5047c4a.tar.gz
Use node assertions as standard solution
Diffstat (limited to 'data-tables/package.json')
-rw-r--r--data-tables/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/data-tables/package.json b/data-tables/package.json
index 8c36149..c978c3a 100644
--- a/data-tables/package.json
+++ b/data-tables/package.json
@@ -10,7 +10,6 @@
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
"dependencies": {
- "@cucumber/cucumber": "^11.1.1",
- "chai": "^5.1.2"
+ "@cucumber/cucumber": "^12.0.0"
}
}