Skip to content

Commit

Permalink
Fix dependencies (#597)
Browse files Browse the repository at this point in the history
* Fix dependencies

* Update pr template
  • Loading branch information
MichalCz authored Jul 12, 2022
1 parent ea038dd commit 6c5bf71
Show file tree
Hide file tree
Showing 26 changed files with 2,912 additions and 25,267 deletions.
21 changes: 10 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- If writing isn't your strength, ask @jan-warchol for help ;) -->
<!-- (or join our Discord https://discord.com/invite/ngXmwvjSYF) -->
<!-- If writing isn't your strength, ask our Discord https://discord.com/invite/ngXmwvjSYF for help! -->


**What?** <!-- Two-sentence summary, understandable for a junior. -->
Expand All @@ -10,23 +9,23 @@

**Usage:**
<!-- Example (if applicable), how to verify (if not covered by tests). -->
-
-
-
-
-
-

<!--------------------- For non-trivial changes: ---------------------->

**How it works:**
<!-- Share some starting points for understanding the code. -->
-
-
-
-
-
-

**Gotchas:**
<!-- Any known shortcomings, alternatives to consider, future todos... -->
-
-
-
-
-
-

<!-- PS try to make PR title suitable for pasting into CHANGELOG.md. -->
<!-- Thanks! -->
4 changes: 2 additions & 2 deletions bdd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"@scramjet/logger": "^0.26.0",
"@scramjet/obj-logger": "^0.26.0",
"@scramjet/sth-config": "^0.26.0",
"dockerode": "^3.3.1",
"dockerode": "^3.3.2",
"find-package-json": "^1.2.0",
"freeport": "^1.0.5",
"n-readlines": "^1.0.1",
"scramjet": "^4.36.6"
},
"devDependencies": {
"@cucumber/cucumber": "^7.3.2",
"@cucumber/pretty-formatter": "^1.0.0-alpha.2",
"@cucumber/pretty-formatter": "^1.0.0",
"@scramjet/types": "^0.26.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 6c5bf71

Please sign in to comment.