We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5181b57 commit aa24bbdCopy full SHA for aa24bbd
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## Unreleased
6
+
7
+- Update dependency on esbuild, fixes [#1068](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1068).
8
9
## v18.0.3
10
11
- Allow (testing) type-specific configuration of `stepDefinitions`, fixes [#1065](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1065).
package.json
@@ -64,7 +64,7 @@
64
"cosmiconfig": "^8.1.3",
65
"debug": "^4.3.4",
66
"error-stack-parser": "^2.1.4",
67
- "esbuild": "^0.17.18",
+ "esbuild": "^0.19.0",
68
"glob": "^10.2.2",
69
"is-path-inside": "^3.0.3",
70
"mocha": "^10.2.0",
0 commit comments