Skip to content

Commit

Permalink
EPMRPP-89147 || Update @reportportal/client-javascript version
Browse files Browse the repository at this point in the history
  • Loading branch information
AliakseiLiasnitski committed Feb 20, 2024
1 parent 4a382a3 commit ad5bded
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 34 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Changed
- `@reportportal/client-javascript` bumped to version `5.1.2`.

## [5.1.6] - 2023-12-19
### Fixed
Expand Down
65 changes: 33 additions & 32 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 @@ -13,7 +13,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@reportportal/client-javascript": "^5.0.15",
"@reportportal/client-javascript": "^5.1.2",
"strip-ansi": "6.0.1"
},
"files": [
Expand All @@ -25,14 +25,14 @@
"@types/node": "^18.14.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"axios": "^0.27.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.2",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"axios": "^0.27.2",
"jest": "^27.5.1",
"prettier": "^2.8.4",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit ad5bded

Please sign in to comment.