Skip to content

Commit

Permalink
Upgrade to react-components@22 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss authored Dec 21, 2023
1 parent 49a2448 commit fa7d0fc
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 50 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Changed
- Upgrade `react-components` to [22.0.0](https://github.com/cucumber/react-components/releases/tag/v22.0.0) ([#275](https://github.com/cucumber/html-formatter/pull/275))

### Fixed
- [Ruby] Fixed up All remaining rubocop offenses / removed excess crud ([#276](https://github.com/cucumber/html-formatter/pull/276))

Expand Down
215 changes: 166 additions & 49 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 @@ -34,7 +34,7 @@
"@cucumber/message-streams": "^4.0.1",
"@cucumber/messages": "24.0.0",
"@cucumber/query": "^12.0.0",
"@cucumber/react-components": "21.1.1",
"@cucumber/react-components": "22.0.0",
"@types/glob": "^8.0.0",
"@types/mocha": "10.0.6",
"@types/node": "20.10.5",
Expand Down

0 comments on commit fa7d0fc

Please sign in to comment.