summaryrefslogtreecommitdiff
path: root/assertion/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'assertion/package.json')
-rw-r--r--assertion/package.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/assertion/package.json b/assertion/package.json
index 153260f..a5dd8f0 100644
--- a/assertion/package.json
+++ b/assertion/package.json
@@ -9,12 +9,9 @@
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
- "devDependencies": {
- "chai": "^5.1.2",
- "expect": "^23.6.0",
- "jest": "^29.7.0"
- },
"dependencies": {
- "@cucumber/cucumber": "^11.1.1"
+ "@cucumber/cucumber": "^12.0.0",
+ "chai": "^5.2.1",
+ "expect": "^30.0.4"
}
}