Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent da7b178 commit 8b2c841
Show file tree
Hide file tree
Showing 55 changed files with 58 additions and 57 deletions.
2 changes: 1 addition & 1 deletion documentation/serenity-js.org/package.json
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3",
"@tsconfig/docusaurus": "1.0.7",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion examples/calculator-app/package.json
Expand Up @@ -42,7 +42,7 @@
"mocha": "10.4.0",
"nodemon": "3.1.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"dependencies": {
"@paralleldrive/cuid2": "2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/cucumber-domain-level-testing/package.json
Expand Up @@ -45,6 +45,6 @@
"@types/chai": "4.3.14",
"npm-failsafe": "1.2.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/cucumber-reporting/package.json
Expand Up @@ -44,6 +44,6 @@
"@types/chai": "4.3.14",
"npm-failsafe": "1.2.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/cucumber-rest-api-level-testing/package.json
Expand Up @@ -49,6 +49,6 @@
"express": "4.19.2",
"npm-failsafe": "1.2.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/jasmine-rest-api-level-testing/package.json
Expand Up @@ -47,6 +47,6 @@
"jasmine": "5.1.0",
"npm-failsafe": "1.2.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/mocha-rest-api-level-testing/package.json
Expand Up @@ -47,6 +47,6 @@
"mocha": "10.4.0",
"npm-failsafe": "1.2.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/protractor-cucumber/package.json
Expand Up @@ -50,6 +50,6 @@
"npm-failsafe": "1.2.0",
"protractor": "7.0.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/protractor-jasmine-todomvc/package.json
Expand Up @@ -48,6 +48,6 @@
"npm-failsafe": "1.2.0",
"protractor": "7.0.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/protractor-jasmine/package.json
Expand Up @@ -51,6 +51,6 @@
"npm-failsafe": "1.2.0",
"protractor": "7.0.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/protractor-mocha/package.json
Expand Up @@ -51,6 +51,6 @@
"npm-failsafe": "1.2.0",
"protractor": "7.0.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/webdriverio-cucumber/package.json
Expand Up @@ -47,6 +47,6 @@
"npm-failsafe": "1.2.0",
"webdriverio": "8.36.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/webdriverio-jasmine/package.json
Expand Up @@ -47,6 +47,6 @@
"npm-failsafe": "1.2.0",
"webdriverio": "8.36.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/webdriverio-mocha-todomvc/package.json
Expand Up @@ -49,6 +49,6 @@
"npm-failsafe": "1.2.0",
"webdriverio": "8.36.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/webdriverio-mocha/package.json
Expand Up @@ -47,6 +47,6 @@
"npm-failsafe": "1.2.0",
"webdriverio": "8.36.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-1/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-10/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-2/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-3/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-4/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-5/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-6/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-7/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-8-javascript-api/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-8-legacy-api/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-9/package.json
Expand Up @@ -39,6 +39,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/cucumber-specs/package.json
Expand Up @@ -36,6 +36,6 @@
"@types/chai": "4.3.14",
"mocha": "10.4.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/jasmine/package.json
Expand Up @@ -41,6 +41,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/mocha/package.json
Expand Up @@ -40,6 +40,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/playwright-test-ct/package.json
Expand Up @@ -37,6 +37,6 @@
"@serenity-js/web": "^3.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/playwright-test/package.json
Expand Up @@ -44,6 +44,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/playwright-web/package.json
Expand Up @@ -56,6 +56,6 @@
"playwright": "1.43.1",
"start-server-and-test": "2.0.3",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/protractor-cucumber/package.json
Expand Up @@ -43,6 +43,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/protractor-jasmine/package.json
Expand Up @@ -43,6 +43,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/protractor-mocha/package.json
Expand Up @@ -42,6 +42,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/protractor-web/package.json
Expand Up @@ -55,6 +55,6 @@
"npm-failsafe": "1.2.0",
"protractor": "^7.0.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/rest/package.json
Expand Up @@ -44,6 +44,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/testing-tools/package.json
Expand Up @@ -45,6 +45,6 @@
"chai-as-promised": "7.1.1",
"tiny-types": "1.22.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/web-specs/package.json
Expand Up @@ -50,7 +50,7 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2",
"typescript": "5.4.5",
"start-server-and-test": "2.0.3"
}
}
2 changes: 1 addition & 1 deletion integration/webdriverio-cucumber/package.json
Expand Up @@ -46,6 +46,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/webdriverio-web/package.json
Expand Up @@ -63,6 +63,6 @@
"wdio-chromedriver-service": "8.1.1",
"webdriverio": "8.36.0",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
7 changes: 4 additions & 3 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 package.json
Expand Up @@ -128,7 +128,7 @@
"test-console": "2.0.0",
"ts-node": "10.9.2",
"tsx": "4.7.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/assertions/package.json
Expand Up @@ -55,6 +55,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/console-reporter/package.json
Expand Up @@ -55,6 +55,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -58,7 +58,7 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cucumber/package.json
Expand Up @@ -71,6 +71,6 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}

0 comments on commit 8b2c841

Please sign in to comment.