Skip to content

Commit

Permalink
fix(deps): update dependency @cucumber/messages to v22 (#102)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @cucumber/messages to v22

* Use version ranges, maybe Renovate understands these

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: M.P. Korstanje <rien.korstanje@gmail.com>
  • Loading branch information
renovate[bot] and mpkorstanje committed Apr 7, 2023
1 parent 74c2fb3 commit afab68f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "5.0.3"
},
"dependencies": {
"@cucumber/messages": "19.1.4 - 21"
"@cucumber/messages": ">=19.1.4 <=22"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"cucumber/messages": "19.1.4 - 21"
"cucumber/messages": ">=19.1.4 <=22"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down
2 changes: 1 addition & 1 deletion ruby/cucumber-gherkin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
'source_code_uri' => 'https://github.com/cucumber/gherkin/blob/main/ruby'
}

s.add_runtime_dependency 'cucumber-messages', '>= 19.1.4', '< 22.0'
s.add_runtime_dependency 'cucumber-messages', '>= 19.1.4', '< 22.1'

s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
s.add_development_dependency 'rspec', '~> 3.11', '>= 3.11.0'
Expand Down

0 comments on commit afab68f

Please sign in to comment.