Skip to content

Commit

Permalink
EPMRPP-90293 || Bump @reportportal/client-javascript and mocha versio…
Browse files Browse the repository at this point in the history
…ns to the latest (#101)
  • Loading branch information
AliakseiLiasnitski authored May 2, 2024
1 parent dacbcdd commit b076592
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 72 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Changed
- **Breaking change** Drop support of Node.js 10. The version [5.0.4](https://github.com/reportportal/agent-js-mocha/releases/tag/v5.0.4) is the latest that supports it.
- `@reportportal/client-javascript` bumped to version `5.1.0`.
- `@reportportal/client-javascript` bumped to version `5.1.3`.
- `mocha` bumped to version `10.4.0`.

## [5.0.4] - 2024-01-19
### Deprecated
Expand Down
155 changes: 86 additions & 69 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@reportportal/client-javascript": "^5.1.0",
"mocha": "^10.2.0"
"@reportportal/client-javascript": "^5.1.3",
"mocha": "^10.4.0"
},
"directories": {
"lib": "./lib"
Expand Down

0 comments on commit b076592

Please sign in to comment.