Skip to content

Commit

Permalink
qase-reporters: bump version of qase-javascript-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Gridnev committed Apr 9, 2024
1 parent 76993dc commit 1eaf69f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qase-cucumberjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "Apache-2.0",
"dependencies": {
"@cucumber/messages": "^22.0.0",
"qase-javascript-commons": "^2.0.0-beta.4"
"qase-javascript-commons": "^2.0.0-beta.5"
},
"peerDependencies": {
"@cucumber/cucumber": ">=7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion qase-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"author": "Nikita Fedorov <nik333r@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"qase-javascript-commons": "^2.0.0-beta.4",
"qase-javascript-commons": "^2.0.0-beta.5",
"uuid": "^9.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion qase-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"qase-javascript-commons": "^2.0.0-beta.4",
"qase-javascript-commons": "^2.0.0-beta.5",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion qase-newman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"author": "Parviz Khavari <havaripa@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"qase-javascript-commons": "^2.0.0-beta.4",
"qase-javascript-commons": "^2.0.0-beta.5",
"semver": "^7.5.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion qase-testcafe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"author": "Parviz Khavari <havaripa@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"qase-javascript-commons": "^2.0.0-beta.4",
"qase-javascript-commons": "^2.0.0-beta.5",
"uuid": "^9.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 1eaf69f

Please sign in to comment.