Skip to content

Commit

Permalink
Updated package versions. (#51)
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 Apr 18, 2024
1 parent 6feb14b commit ad272cb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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.1.5",
"version": "2.1.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.1.5"
"testit-js-commons": "~2.1.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.1.5",
"version": "2.1.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.1.5"
"testit-js-commons": "~2.1.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.1.5",
"version": "2.1.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.1.5"
"testit-js-commons": "~2.1.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.1.5",
"version": "2.1.6",
"description": "Mocha adapter for Test IT",
"main": "lib/reporter.js",
"types": "lib/types.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"mocha": "^10.2.0",
"testit-js-commons": "~2.1.5"
"testit-js-commons": "~2.1.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.1.5",
"version": "2.1.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.1.5"
"testit-js-commons": "~2.1.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.1.5",
"version": "2.1.6",
"description": "JavaScript commons for Test IT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ad272cb

Please sign in to comment.