Skip to content

Commit

Permalink
fix(core): upgraded dependency on tiny-types to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Mar 16, 2024
1 parent 5a29625 commit 2c0bb2a
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/calculator-app/package.json
Expand Up @@ -49,6 +49,6 @@
"body-parser": "1.20.2",
"express": "4.18.3",
"morgan": "1.10.0",
"tiny-types": "1.21.0"
"tiny-types": "1.22.0"
}
}
2 changes: 1 addition & 1 deletion integration/testing-tools/package.json
Expand Up @@ -43,7 +43,7 @@
"@types/chai-as-promised": "7.1.8",
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
"tiny-types": "1.21.0",
"tiny-types": "1.22.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
}
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/assertions/package.json
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@serenity-js/core": "3.21.0",
"tiny-types": "1.21.0"
"tiny-types": "1.22.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/console-reporter/package.json
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@serenity-js/core": "3.21.0",
"chalk": "4.1.2",
"tiny-types": "1.21.0"
"tiny-types": "1.22.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -41,7 +41,7 @@
"filenamify": "4.3.0",
"graceful-fs": "4.2.11",
"semver": "7.6.0",
"tiny-types": "1.21.0",
"tiny-types": "1.22.0",
"upath": "2.0.1",
"validate-npm-package-name": "5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cucumber/package.json
Expand Up @@ -48,7 +48,7 @@
"@serenity-js/core": "3.21.0",
"cli-table3": "0.6.3",
"gherkin": "5.1.0",
"tiny-types": "1.21.0"
"tiny-types": "1.22.0"
},
"peerDependencies": {
"@cucumber/cucumber": "^7.3.2 || ^8.5.0 || ^9.1.0 || ^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-test/package.json
Expand Up @@ -51,7 +51,7 @@
"@serenity-js/rest": "3.21.0",
"@serenity-js/web": "3.21.0",
"deepmerge": "4.3.1",
"tiny-types": "1.21.0"
"tiny-types": "1.22.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Expand Up @@ -47,7 +47,7 @@
"@serenity-js/core": "3.21.0",
"@serenity-js/web": "3.21.0",
"playwright-core": "1.42.1",
"tiny-types": "1.21.0"
"tiny-types": "1.22.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/protractor/package.json
Expand Up @@ -54,7 +54,7 @@
"@serenity-js/web": "3.21.0",
"deepmerge": "4.3.1",
"query-selector-shadow-dom": "1.0.1",
"tiny-types": "1.21.0"
"tiny-types": "1.22.0"
},
"peerDependencies": {
"@serenity-js/cucumber": "^3.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/rest/package.json
Expand Up @@ -52,7 +52,8 @@
"http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.4",
"lru-cache": "10.2.0",
"proxy-from-env": "1.1.0"
"proxy-from-env": "1.1.0",
"tiny-types": "1.22.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serenity-bdd/package.json
Expand Up @@ -54,7 +54,7 @@
"chalk": "4.1.2",
"find-java-home": "2.0.0",
"progress": "2.0.3",
"tiny-types": "1.21.0",
"tiny-types": "1.22.0",
"which": "4.0.0",
"yargs": "17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@serenity-js/assertions": "3.21.0",
"@serenity-js/core": "3.21.0",
"tiny-types": "1.21.0"
"tiny-types": "1.22.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Expand Up @@ -70,7 +70,7 @@
"@serenity-js/web": "3.21.0",
"@wdio/reporter": "8.32.4",
"deepmerge": "4.3.1",
"tiny-types": "1.21.0"
"tiny-types": "1.22.0"
},
"peerDependencies": {
"@serenity-js/cucumber": "^3.0.0",
Expand Down

0 comments on commit 2c0bb2a

Please sign in to comment.