Skip to content

Commit

Permalink
Fixed the testcafe-reporter-testit build. (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: pavel.butuzov <[email protected]>
  • Loading branch information
PavelButuzov and pavel.butuzov authored Nov 8, 2024
1 parent 406022a commit 7f78c72
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions testcafe-reporter-testit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-reporter-testit",
"version": "2.2.5",
"version": "2.2.6",
"description": "TestCafe adapter for Test IT",
"keywords": [],
"author": {
Expand Down Expand Up @@ -28,6 +28,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/eslint-parser": "^7.22.9",
"@types/node": "22.5.1",
"babel-plugin-add-module-exports": "^1.0.2",
"callsite-record": "^4.1.3",
"del": "^5.1.0",
Expand All @@ -41,6 +42,6 @@
"testcafe": "^3.0.1"
},
"dependencies": {
"testit-js-commons": "~2.2.5"
"testit-js-commons": "~2.2.6"
}
}
4 changes: 2 additions & 2 deletions testit-adapter-codecept/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testit-adapter-codecept",
"version": "2.2.5",
"version": "2.2.6",
"description": "Codecept adapter for Test IT",
"keywords": [],
"author": {
Expand All @@ -15,7 +15,7 @@
"watch": "tsc -p tsconfig.json -w"
},
"dependencies": {
"testit-js-commons": "~2.2.5"
"testit-js-commons": "~2.2.6"
},
"devDependencies": {
"@codeceptjs/configure": "^0.10.0",
Expand Down
4 changes: 2 additions & 2 deletions testit-adapter-cucumber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testit-adapter-cucumber",
"version": "2.2.5",
"version": "2.2.6",
"description": "Cucumber adapter for Test IT",
"main": "dist/formatter.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@cucumber/cucumber": "^7.3.1",
"@cucumber/messages": "^17.1.1",
"testit-js-commons": "~2.2.5"
"testit-js-commons": "~2.2.6"
},
"devDependencies": {
"@babel/preset-env": "^7.15.8",
Expand Down
4 changes: 2 additions & 2 deletions testit-adapter-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testit-adapter-jest",
"version": "2.2.5",
"version": "2.2.6",
"description": "Jest adapter for Test IT",
"main": "dist/testitEnvironment.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"license": "ISC",
"dependencies": {
"debug": "^4.3.4",
"testit-js-commons": "~2.2.5"
"testit-js-commons": "~2.2.6"
},
"devDependencies": {
"@types/debug": "^4.1.7",
Expand Down
4 changes: 2 additions & 2 deletions testit-adapter-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testit-adapter-mocha",
"version": "2.2.5",
"version": "2.2.6",
"description": "Mocha adapter for Test IT",
"main": "lib/index.js",
"types": "lib/types.d.ts",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"mocha": "^10.2.0",
"deasync-promise": "^1.0.1",
"testit-js-commons": "~2.2.5"
"testit-js-commons": "~2.2.6"
},
"files": [
"lib"
Expand Down
4 changes: 2 additions & 2 deletions testit-adapter-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testit-adapter-playwright",
"version": "2.2.5",
"version": "2.2.6",
"description": "Playwright adapter for Test IT",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"prettier": "^3.0.1"
},
"dependencies": {
"testit-js-commons": "~2.2.5"
"testit-js-commons": "~2.2.6"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion testit-js-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testit-js-commons",
"version": "2.2.5",
"version": "2.2.6",
"description": "JavaScript commons for Test IT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 7f78c72

Please sign in to comment.