Skip to content

Commit

Permalink
fix(deps): update dependency tiny-types to ^1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 11, 2023
1 parent 95d789f commit 6d7bf43
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 37 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.2",
"morgan": "^1.10.0",
"tiny-types": "^1.19.1"
"tiny-types": "^1.20.0"
}
}
2 changes: 1 addition & 1 deletion integration/testing-tools/package.json
Expand Up @@ -43,7 +43,7 @@
"@types/chai-as-promised": "^7.1.5",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"tiny-types": "^1.19.1",
"tiny-types": "^1.20.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
Expand Down
51 changes: 26 additions & 25 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 @@ -44,7 +44,7 @@
},
"dependencies": {
"@serenity-js/core": "3.5.0",
"tiny-types": "^1.19.1"
"tiny-types": "^1.20.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/console-reporter/package.json
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@serenity-js/core": "3.5.0",
"chalk": "^4.1.2",
"tiny-types": "^1.19.1"
"tiny-types": "^1.20.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 @@
"graceful-fs": "^4.2.11",
"moment": "^2.29.4",
"semver": "^7.5.3",
"tiny-types": "^1.19.1",
"tiny-types": "^1.20.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 @@ -47,7 +47,7 @@
"@serenity-js/core": "3.5.0",
"cli-table3": "^0.6.3",
"gherkin": "5.1.0",
"tiny-types": "^1.19.1"
"tiny-types": "^1.20.0"
},
"peerDependencies": {
"@cucumber/cucumber": "^7.3.2 || ^8.5.0 || ^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-test/package.json
Expand Up @@ -49,7 +49,7 @@
"@serenity-js/playwright": "3.5.0",
"@serenity-js/web": "3.5.0",
"deepmerge": "^4.3.1",
"tiny-types": "^1.19.1"
"tiny-types": "^1.20.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Expand Up @@ -46,7 +46,7 @@
"@serenity-js/core": "3.5.0",
"@serenity-js/web": "3.5.0",
"playwright-core": "^1.35.1",
"tiny-types": "^1.19.1"
"tiny-types": "^1.20.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/protractor/package.json
Expand Up @@ -53,7 +53,7 @@
"deepmerge": "^4.3.1",
"query-selector-shadow-dom": "^1.0.1",
"selenium-webdriver": "^3.6.0",
"tiny-types": "^1.19.1"
"tiny-types": "^1.20.0"
},
"peerDependencies": {
"@serenity-js/cucumber": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serenity-bdd/package.json
Expand Up @@ -54,7 +54,7 @@
"find-java-home": "^2.0.0",
"https-proxy-agent": "^7.0.0",
"progress": "^2.0.3",
"tiny-types": "^1.19.1",
"tiny-types": "^1.20.0",
"which": "^3.0.1",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@serenity-js/assertions": "3.5.0",
"@serenity-js/core": "3.5.0",
"tiny-types": "^1.19.1"
"tiny-types": "^1.20.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Expand Up @@ -68,7 +68,7 @@
"@serenity-js/web": "3.5.0",
"@wdio/reporter": "^8.11.0",
"deepmerge": "^4.3.1",
"tiny-types": "^1.19.1"
"tiny-types": "^1.20.0"
},
"peerDependencies": {
"@serenity-js/cucumber": "^3.0.0",
Expand Down

0 comments on commit 6d7bf43

Please sign in to comment.