Skip to content

Commit

Permalink
Lock client version to patch. Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jul 30, 2024
1 parent 7832f16 commit e8b46f8
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 35 deletions.
133 changes: 104 additions & 29 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@reportportal/client-javascript": "^5.1.3",
"@reportportal/client-javascript": "~5.1.4",
"strip-ansi": "^6.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"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-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"jest": "^29.7.0",
"prettier": "^2.8.4",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-jest": "^29.2.3",
"typescript": "^4.9.5"
},
"repository": {
Expand Down

0 comments on commit e8b46f8

Please sign in to comment.